Changeset 7b68de9 in git for factory/factoryconf.template
- Timestamp:
- Oct 23, 1997, 3:18:07 PM (26 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- a116adc2bbbe584724ed51a832945b9b08efe444
- Parents:
- d02073424ca30482e1b6fe45a0599e52a2033373
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/factoryconf.template
rd020734 r7b68de9 1 1 /* emacs edit mode for this file is -*- C -*- */ 2 /* $Id: factoryconf.template,v 1. 4 1997-06-23 15:40:28schmidt Exp $ */2 /* $Id: factoryconf.template,v 1.5 1997-10-23 13:18:07 schmidt Exp $ */ 3 3 4 4 #ifndef INCL_FACTORYCONF_H … … 7 7 /* {{{ docu 8 8 * 9 * factoryconf.template - template to generate factoryconf.h.9 * factoryconf.template - template to generate `factoryconf.h'. 10 10 * 11 * factoryconf.h serves as a configuration file for the installed12 * source files (templates/factory.h) the same way as config.h13 * serves as a configuration file for the source files from which14 * the library is build. Additionally, we paste a copy of our15 * assert.h into this file which is necessary for the templates16 * to translate.11 * `factoryconf.h' serves as a configuration file for the 12 * installed source files (templates and `factory.h') the same 13 * way as `config.h' serves as a configuration file for the 14 * source files from which the library is build. Additionally, 15 * we paste a copy of our `assert.h' into this file which is 16 * necessary for the templates to translate. 17 17 * 18 18 */
Note: See TracChangeset
for help on using the changeset viewer.