source: git/factory/factoryconf.template @ ae10cf

spielwiese
Last change on this file since ae10cf was ae10cf, checked in by Jens Schmidt <schmidt@…>, 26 years ago
Initial revision git-svn-id: file:///usr/local/Singular/svn/trunk@367 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 451 bytes
Line 
1/* emacs edit mode for this file is -*- C -*- */
2/* $Id: factoryconf.template,v 1.1 1997-06-05 13:49:51 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) template files.
11 *
12/* }}} */
13
14/*MAKEHEADER*/
15#include "config.h"
16
17/*MAKEHEADER*/
18#include "assert.h"
19
20#endif /* ! INCL_FACTORYCONF_H */
Note: See TracBrowser for help on using the repository browser.