spielwiese
Last change
on this file since 199598 was
199598,
checked in by Jens Schmidt <schmidt@…>, 26 years ago
|
* factoryconf.template: doc fix
git-svn-id: file:///usr/local/Singular/svn/trunk@421 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
721 bytes
|
Line | |
---|
1 | /* emacs edit mode for this file is -*- C -*- */ |
---|
2 | /* $Id: factoryconf.template,v 1.4 1997-06-23 15:40:28 schmidt Exp $ */ |
---|
3 | |
---|
4 | #ifndef INCL_FACTORYCONF_H |
---|
5 | #define INCL_FACTORYCONF_H |
---|
6 | |
---|
7 | /* {{{ docu |
---|
8 | * |
---|
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. |
---|
17 | * |
---|
18 | */ |
---|
19 | /* }}} */ |
---|
20 | |
---|
21 | /*MAKEHEADER*/ |
---|
22 | #include "config.h" |
---|
23 | |
---|
24 | /*MAKEHEADER*/ |
---|
25 | #include "assert.h" |
---|
26 | |
---|
27 | #endif /* ! INCL_FACTORYCONF_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.