r309: plotfile changes
[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 G2 library */
59 #undef HAVE_G2_H
60
61 /* Define for X11 library */
62 #undef HAVE_X11
63
64 #undef HAVE_WXWINDOWS
65
66 #undef HAVE_FFTW
67
68 #undef DEBUG
69
70 #undef NDEBUG
71
72 /* Define if have dmalloc library */
73 #undef HAVE_DMALLOC
74
75 /* Define for HDF5 library */
76 #undef HAVE_HDF5
77
78 #undef HAVE_USLEEP
79
80 #undef HAVE_SSTREAM