Changeset 0cc8979 in git for factory/config.h.in
- Timestamp:
- Oct 28, 1997, 3:41:50 PM (26 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- 74221cb0bcadd6d2e3c3b00c0707cd44d80057e3
- Parents:
- 1f065015080da06bfe0ecb707ccd9f7c471378c8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/config.h.in
r1f0650 r0cc8979 1 1 /* emacs edit mode for this file is -*- C -*- */ 2 /* $Id: config.h.in,v 1. 3 1997-06-23 15:41:45schmidt Exp $ */2 /* $Id: config.h.in,v 1.4 1997-10-28 14:41:50 schmidt Exp $ */ 3 3 4 4 #ifndef INCL_CONFIG_H … … 7 7 /* {{{ docu 8 8 * 9 * config.h.in - used by configure to create config.h.9 * config.h.in - used by `configure' to create `config.h'. 10 10 * 11 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 makeheaderso we have an12 * files belonging to Factory. Furthermore, it is (textually) 13 * included into `factoryconf.h' by `makeheader' so we have an 14 14 * installed version of this file, too. This way, the installed 15 15 * source files will be compiled with the same settings as the 16 16 * library itself. 17 17 * 18 * In general, you should let configure guess the correct values19 * for the #defines below. But if something seriously goes wrong20 * in configuring, please inform the authors and feel free to21 * edit the marked section.18 * In general, you should let `configure' guess the correct 19 * values for the `#define's below. But if something seriously 20 * goes wrong in configuring, please inform the authors and feel 21 * free to edit the marked section. 22 22 * 23 23 */ … … 34 34 /* factory version */ 35 35 #undef FACTORYVERSION 36 37 /* factory configuration */ 38 #undef FACTORYCONFIGURATION 36 39 37 40 /* where the gftables live */
Note: See TracChangeset
for help on using the changeset viewer.