source: git/factory/config.h.in @ 4f9ae6

spielwiese
Last change on this file since 4f9ae6 was 4f9ae6, checked in by Jens Schmidt <schmidt@…>, 27 years ago
Initial revision git-svn-id: file:///usr/local/Singular/svn/trunk@369 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 1.2 KB
Line 
1/* emacs edit mode for this file is -*- C -*- */
2/* $Id: config.h.in,v 1.1 1997-06-05 13:55:25 schmidt Exp $ */
3
4#ifndef INCL_CONFIG_H
5#define INCL_CONFIG_H
6
7/* {{{ docu
8 *
9 * config.h.in - used by configure to create config.h.
10 *
11/* }}} */
12
13/************** START OF CONFIGURABLE SECTION **************/
14
15/* Define to empty if the keyword does not work.  */
16#undef const
17
18/* Define as __inline if that's what the C compiler calls it.  */
19#undef inline
20
21/* factory version */
22#undef FACTORYVERSION
23
24/* where the gftables live */
25#undef GFTABLEDIR
26
27/* define if your compiler does arithmetic shift */
28#undef HAS_ARITHMETIC_SHIFT
29
30/* define to build factory without stream IO */
31#undef NOSTREAMIO
32
33/* define if linked to Singular */
34#undef SINGULAR
35
36/* define if linked with factory memory manager */
37#undef USE_MEMUTIL
38
39/* define if linked with old factory memory manager */
40#undef USE_OLD_MEMMAN
41
42/* define if linked with new factory manager, debugging version */
43#undef MDEBUG
44
45/* define if you do not want to activate assertions */
46#undef NOASSERT
47
48/* define if you want to activate the timing stuff */
49#undef TIMING
50
51/* define if you want to have debugging output */
52#undef DEBUGOUTPUT
53
54/************** END OF CONFIGURABLE SECTION **************/
55
56#endif /* ! INCL_CONFIG_H */
Note: See TracBrowser for help on using the repository browser.