source: git/factory/factoryconf.template @ 7947ff

spielwiese
Last change on this file since 7947ff was 7947ff, checked in by Jens Schmidt <schmidt@…>, 26 years ago
* factoryconf.template: doc fix git-svn-id: file:///usr/local/Singular/svn/trunk@419 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 478 bytes
Line 
1/* emacs edit mode for this file is -*- C -*- */
2/* $Id: factoryconf.template,v 1.3 1997-06-23 10:45:20 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 which
10 *   serves as a configuration file for the installed source files
11 *   (templates/factory.h).
12 *
13 */
14/* }}} */
15
16/*MAKEHEADER*/
17#include "config.h"
18
19/*MAKEHEADER*/
20#include "assert.h"
21
22#endif /* ! INCL_FACTORYCONF_H */
Note: See TracBrowser for help on using the repository browser.