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