fix portability.
[gss-tcad.git] / config.h.in
blob618664622df1cd0a737154ca3115ad5ce0a647be
1 /* config.h.in. Generated from configure.in by autoheader. */
3 /* Define to use CYGWIN env */
4 #undef CYGWIN
6 /* Define to 1 if you have the <assert.h> header file. */
7 #undef HAVE_ASSERT_H
9 /* Define to 1 if you have the <fcntl.h> header file. */
10 #undef HAVE_FCNTL_H
12 /* Define to 1 if you have the <float.h> header file. */
13 #undef HAVE_FLOAT_H
15 /* Use GSL to compute Fermi Integral */
16 #undef HAVE_GSL
18 /* Define to 1 if you have the <gsl/gsl_sf_fermi_dirac.h> header file. */
19 #undef HAVE_GSL_GSL_SF_FERMI_DIRAC_H
21 /* Define to 1 if you have the <inttypes.h> header file. */
22 #undef HAVE_INTTYPES_H
24 /* Define to 1 if you have the `dl' library (-ldl). */
25 #undef HAVE_LIBDL
27 /* Define to 1 if you have the <limits.h> header file. */
28 #undef HAVE_LIMITS_H
30 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
31 to 0 otherwise. */
32 #undef HAVE_MALLOC
34 /* Define to 1 if you have the <memory.h> header file. */
35 #undef HAVE_MEMORY_H
37 /* Define to 1 if you have the `memset' function. */
38 #undef HAVE_MEMSET
40 /* Define to 1 if you have the `pow' function. */
41 #undef HAVE_POW
43 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
44 and to 0 otherwise. */
45 #undef HAVE_REALLOC
47 /* Define to 1 if you have the `sqrt' function. */
48 #undef HAVE_SQRT
50 /* Define to 1 if stdbool.h conforms to C99. */
51 #undef HAVE_STDBOOL_H
53 /* Define to 1 if you have the <stddef.h> header file. */
54 #undef HAVE_STDDEF_H
56 /* Define to 1 if you have the <stdint.h> header file. */
57 #undef HAVE_STDINT_H
59 /* Define to 1 if you have the <stdio.h> header file. */
60 #undef HAVE_STDIO_H
62 /* Define to 1 if you have the <stdlib.h> header file. */
63 #undef HAVE_STDLIB_H
65 /* Define to 1 if you have the <strings.h> header file. */
66 #undef HAVE_STRINGS_H
68 /* Define to 1 if you have the <string.h> header file. */
69 #undef HAVE_STRING_H
71 /* Define to 1 if you have the <sys/stat.h> header file. */
72 #undef HAVE_SYS_STAT_H
74 /* Define to 1 if you have the <sys/time.h> header file. */
75 #undef HAVE_SYS_TIME_H
77 /* Define to 1 if you have the <sys/types.h> header file. */
78 #undef HAVE_SYS_TYPES_H
80 /* Use tiff to save screen */
81 #undef HAVE_TIFF
83 /* Define to 1 if you have the <tiffio.h> header file. */
84 #undef HAVE_TIFFIO_H
86 /* Define to 1 if you have the <unistd.h> header file. */
87 #undef HAVE_UNISTD_H
89 /* Define to use Win32 native graphic function */
90 #undef HAVE_WIN32
92 /* Define to use X11 graphic function */
93 #undef HAVE_X11
95 /* Define to 1 if you have the <X11/Xlib.h> header file. */
96 #undef HAVE_X11_XLIB_H
98 /* Define to 1 if the system has the type `_Bool'. */
99 #undef HAVE__BOOL
101 /* Define to use LINUX env */
102 #undef LINUX
104 /* Define to the address where bug reports for this package should be sent. */
105 #undef PACKAGE_BUGREPORT
107 /* Define to the full name of this package. */
108 #undef PACKAGE_NAME
110 /* Define to the full name and version of this package. */
111 #undef PACKAGE_STRING
113 /* Define to the one symbol short name of this package. */
114 #undef PACKAGE_TARNAME
116 /* Define to the version of this package. */
117 #undef PACKAGE_VERSION
119 /* Define to 1 if you have the ANSI C header files. */
120 #undef STDC_HEADERS
122 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
123 #undef TIME_WITH_SYS_TIME
125 /* Define to 1 if the X Window System is missing or not being used. */
126 #undef X_DISPLAY_MISSING
128 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
129 `char[]'. */
130 #undef YYTEXT_POINTER
132 /* Define to empty if `const' does not conform to ANSI C. */
133 #undef const
135 /* Define to `__inline__' or `__inline' if that's what the C compiler
136 calls it, or to nothing if 'inline' is not supported under any name. */
137 #ifndef __cplusplus
138 #undef inline
139 #endif
141 /* Define to rpl_malloc if the replacement function should be used. */
142 #undef malloc
144 /* Define to rpl_realloc if the replacement function should be used. */
145 #undef realloc
147 /* Define to `unsigned' if <sys/types.h> does not define. */
148 #undef size_t