source: git/factory/factoryconf.template @ aaf822

spielwiese
Last change on this file since aaf822 was aaf822, checked in by Jens Schmidt <schmidt@…>, 26 years ago
o doc fix git-svn-id: file:///usr/local/Singular/svn/trunk@406 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 455 bytes
Line 
1/* emacs edit mode for this file is -*- C -*- */
2/* $Id: factoryconf.template,v 1.2 1997-06-19 12:38:04 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
15/*MAKEHEADER*/
16#include "config.h"
17
18/*MAKEHEADER*/
19#include "assert.h"
20
21#endif /* ! INCL_FACTORYCONF_H */
Note: See TracBrowser for help on using the repository browser.