1/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3/* Define if using alloca.c.  */
4#undef C_ALLOCA
5
6/* Define if type char is unsigned and you are not using gcc.  */
7#ifndef __CHAR_UNSIGNED__
8#undef __CHAR_UNSIGNED__
9#endif
10
11/* Define to empty if the keyword does not work.  */
12#undef const
13
14/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
15   This function is required for alloca.c support on those systems.  */
16#undef CRAY_STACKSEG_END
17
18/* Define if you have alloca, as a function or macro.  */
19#undef HAVE_ALLOCA
20
21/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
22#undef HAVE_ALLOCA_H
23
24/* Define if you have the ANSI # stringizing operator in cpp. */
25#undef HAVE_STRINGIZE
26
27/* Define to `unsigned' if <sys/types.h> doesn't define.  */
28#undef size_t
29
30/* If using the C implementation of alloca, define if you know the
31   direction of stack growth for your system; otherwise it will be
32   automatically deduced at run-time.
33 STACK_DIRECTION > 0 => grows toward higher addresses
34 STACK_DIRECTION < 0 => grows toward lower addresses
35 STACK_DIRECTION = 0 => direction of growth unknown
36 */
37#undef STACK_DIRECTION
38
39/* Define if you have the ANSI C header files.  */
40#undef STDC_HEADERS
41
42/* A type name of a signed integral type of exactly 16 bits. Always defined.
43 */
44#undef PTS_INT16_T
45
46/* A type name of a signed integral type of exactly 32 bits. Always defined.
47 */
48#undef PTS_INT32_T
49
50/* A type name of a signed integral type of exactly 64 bits. Maybe left
51 * 0-defined.
52 */
53#undef PTS_INT64_T
54
55/* A type name of a signed integral type of exactly 128 bits. Maybe left
56 * 0-defined.
57 */
58#undef PTS_INT128_T
59
60/* A type name of a signed integral type which has space to hold a pointer.
61 * Always defined.
62 */
63#undef PTS_INTP_T
64
65/* Imp: document this
66 */
67#undef PTS_INTP_OK
68
69/* Imp: document this
70 */
71#undef PTS_mode_t
72
73/* Imp: document this
74 */
75#undef PTS_off_t
76
77/* Imp: document this
78 */
79#undef PTS_pid_t
80
81/* Imp: document this
82 */
83#undef PTS_size_t
84
85/* Just a dummy, non-existent type.
86 */
87#undef PTS_size_tt
88
89/* Imp: document this
90 */
91#undef PTS_uid_t
92
93/* Imp: document this
94 */
95#undef PTS_gid_t
96
97/* Imp: document this
98 */
99#undef PTS_dev_t
100
101/* Does the C compiler support prototypes?
102 */
103#undef HAVE_PROTOTYPES
104
105/* Define to empty if the keyword does not work.
106 */
107#undef volatile
108
109/* Imp: document this
110 */
111#undef HAVE_strcpy_in_string
112
113/* Imp: document this
114 */
115#undef HAVE_strcpy_in_strings
116
117/* Imp: document these
118 */
119#undef HAVE_MEMCMPY_BUILTIN
120#undef HAVE_getc_in_stdio
121#undef HAVE_fgetc_in_stdio
122#undef HAVE_putc_in_stdio
123#undef HAVE_fputc_in_stdio
124#undef HAVE_atoi_in_stdlib
125#undef HAVE_malloc_in_malloc
126#undef HAVE_malloc_in_stdlib
127#undef HAVE_memcpy_in_stringxs
128#undef HAVE_sprintf_in_stdio
129#undef HAVE_write_in_unistd
130#undef HAVE_system_in_stdlib
131#undef HAVE_lstat_in_sys_stat
132#undef HAVE_PTS_STDC
133#undef HAVE_SWITCH_ENUM_BUG
134#undef HAVE_ASCII_SYSTEM
135#undef PTS_CFG_P_TMPDIR
136
137/** "" or ".16", so composing "%.16g" for printing doubles with printf(3)
138 * will just print enough digits
139 */
140#define PTS_CFG_PRINTFGLEN ".16"
141
142/* Is the file c_gcc.cpp required for gcc when linking C++ programs? */
143#undef HAVE_PTS_C_LGCC_CPP_REQUIRED
144#undef HAVE_PTS_C_LGCC3_CPP_REQUIRED
145
146/** Does the C library have a working vsnprintf()? */
147#undef HAVE_PTS_VSNPRINTF
148#undef HAVE_PTS_VSNPRINTF_OLD
149#undef HAVE_PTS_VSNPRINTF_C99
150
151/** What shell does the C library system(3) function call? */
152#undef HAVE_PTS_SYSTEMF
153#undef HAVE_PTS_SYSTEMF_WIN32
154#undef HAVE_PTS_SYSTEMF_UNIX
155#undef HAVE_PTS_SYSTEMF_OTHER
156
157/** popen("...","wb") and "rb" works binary */
158#undef HAVE_PTS_POPEN_B
159
160/** popen("...","w") and "r" works binary */
161#undef HAVE_PTS_POPEN_
162
163/* The number of bytes in a __int64.  */
164#undef SIZEOF___INT64
165
166/* The number of bytes in a bool.  */
167#undef SIZEOF_BOOL
168
169/* The number of bytes in a char.  */
170#undef SIZEOF_CHAR
171
172/* The number of bytes in a char *.  */
173#undef SIZEOF_CHAR_P
174
175/* The number of bytes in a int.  */
176#undef SIZEOF_INT
177
178/* The number of bytes in a long.  */
179#undef SIZEOF_LONG
180
181/* The number of bytes in a long long.  */
182#undef SIZEOF_LONG_LONG
183
184/* The number of bytes in a short.  */
185#undef SIZEOF_SHORT
186
187/* The number of bytes in a very long.  */
188#undef SIZEOF_VERY_LONG
189
190/* The number of bytes in a void *.  */
191#undef SIZEOF_VOID_P
192
193/* Can have static const int VARNAME=1; inside a class { ... } ? */
194#undef HAVE_STATIC_CONST
195
196/* sam2p-specific */
197#undef USE_BUILTIN_ZIP
198#undef USE_BUILTIN_FAXE
199#undef USE_BUILTIN_LZW
200#undef USE_IN_GIF
201#undef USE_OUT_GIF
202