r547: no message
[ctsim.git] / acconfig.h
1 /* Define to be the version of the distribution.  */
2 #undef VERSION
3
4 /* Define to signal compiler support for void and void * types */
5 #define HAVE_VOID 1
6
7 /* Define (if compiling as C++) to signal compiler support for bool type */
8 #undef HAVE_BOOL
9
10 /* Define under HP/UX to get matherr-related things from math.h. */
11 #undef _HPUX_SOURCE
12
13 /* Define to signal that fflush(NULL) works: it flushes all outstreams. */
14 #undef HAVE_NULL_FLUSH
15
16 /* Redundant and unused: Define to signal that fflush(NULL) doesn't work. */
17 #undef DONT_HAVE_NULL_FLUSH
18
19 /* Define to signal that Motif should be used, if X11 is used */
20 #undef USE_MOTIF
21
22 /* Define to signal support in libc for the pthread threads library */
23 #undef PTHREAD_SUPPORT
24
25 /* Define if we have the thread-safe library function ctime_r() */
26 #undef HAVE_CTIME_R
27
28 /* Define if we have the thread-safe library function localtime_r() */
29 #undef HAVE_LOCALTIME_R
30
31 /* Define to signal support in libXt/libX11 for multithreading */
32 #undef X_THREAD_SUPPORT
33
34 /* Define to signal support in -lXext for the DBE X11 protocol extension */
35 #undef HAVE_DBE_SUPPORT
36
37 /* Define to signal support in -lXext for the MBX X11 protocol extension */
38 #undef HAVE_MBX_SUPPORT
39
40 /* Define to enable support for the 45 LaserJet fonts in X output */
41 #undef USE_LJ_FONTS_IN_X
42
43 /* Define to enable support for the 45 LaserJet fonts in PS output */
44 #undef USE_LJ_FONTS_IN_PS
45
46 /* Define to enable support for the 35 PS fonts in PCL output */
47 #undef USE_PS_FONTS_IN_PCL
48
49 /* Define if have getopt_long function */
50 #undef HAVE_GETOPT_LONG
51
52 /* Define if have PNG library */
53 #undef HAVE_PNG
54
55 /* Define is have interactive graphics */
56 #undef HAVE_SGP
57
58 /* Define for X11 library */
59 #undef HAVE_X11
60
61 #undef HAVE_WXWINDOWS
62
63 #undef HAVE_FFTW
64
65 #undef DEBUG
66
67 #undef NDEBUG
68
69 /* Define if have dmalloc library */
70 #undef HAVE_DMALLOC
71
72 /* Define for HDF5 library */
73 #undef HAVE_HDF5
74
75 #undef HAVE_USLEEP
76
77 #undef HAVE_SSTREAM
78
79 #undef HAVE_READLINE
80
81 #undef HAVE_G2
82
83 #undef HAVE_CURSES
84
85 #undef HAVE_NCURSES