source: git/factory/config.h.in @ 011fdd1

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