Changeset d3ca98 in git for factory/config.h.in
- Timestamp:
- Jun 23, 1997, 5:41:45 PM (26 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- e0ddbb49a829aea75d5a8dace6b8041be1bf4bf7
- Parents:
- 19959843cbaa4a1b7948eb9c87d185f77a2e935c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/config.h.in
r199598 rd3ca98 1 1 /* emacs edit mode for this file is -*- C -*- */ 2 /* $Id: config.h.in,v 1. 2 1997-06-19 12:48:16schmidt Exp $ */2 /* $Id: config.h.in,v 1.3 1997-06-23 15:41:45 schmidt Exp $ */ 3 3 4 4 #ifndef INCL_CONFIG_H … … 8 8 * 9 9 * config.h.in - used by configure to create config.h. 10 * 11 * This file is included at building time from almost all source 12 * files belonging to factory. Furthermore, it is (textually) 13 * included into factoryconf.h by makeheader so we have an 14 * installed version of this file, too. This way, the installed 15 * source files will be compiled with the same settings as the 16 * library itself. 17 * 18 * In general, you should let configure guess the correct values 19 * for the #defines below. But if something seriously goes wrong 20 * in configuring, please inform the authors and feel free to 21 * edit the marked section. 10 22 * 11 23 */
Note: See TracChangeset
for help on using the changeset viewer.