sync master with lastest vba changes
[ooovba.git] / dmake / config.h.in
blobc8aa63a861b9e0586d53929587dac4bcf49f858f
1 /* config.h.in. Generated from configure.in by autoheader. */
3 /* Build info string */
4 #undef BUILDINFO
6 /* Assume case insensitive file system. */
7 #undef CASE_INSENSITIVE_FS
9 /* Enables the use of spawn instead of fork/exec if it is supported. */
10 #undef ENABLE_SPAWN
12 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
14 #undef HAVE_DIRENT_H
16 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
17 #undef HAVE_DOPRNT
19 /* Define to 1 if you have the <errno.h> header file. */
20 #undef HAVE_ERRNO_H
22 /* Define to 1 if you have the <fcntl.h> header file. */
23 #undef HAVE_FCNTL_H
25 /* Define to 1 if you have the `getcwd' function. */
26 #undef HAVE_GETCWD
28 /* Define to 1 if you have the `gettimeofday' function. */
29 #undef HAVE_GETTIMEOFDAY
31 /* Define to 1 if you have the `getwd' function. */
32 #undef HAVE_GETWD
34 /* Define to 1 if the system has the type `int16'. */
35 #undef HAVE_INT16
37 /* Define to 1 if the system has the type `int32'. */
38 #undef HAVE_INT32
40 /* Define to 1 if the system has the type `int8'. */
41 #undef HAVE_INT8
43 /* Define to 1 if you have the <inttypes.h> header file. */
44 #undef HAVE_INTTYPES_H
46 /* Define to 1 if you have the <limits.h> header file. */
47 #undef HAVE_LIMITS_H
49 /* Define to 1 if you have the <memory.h> header file. */
50 #undef HAVE_MEMORY_H
52 /* Define to 1 if you have the `mkstemp' function. */
53 #undef HAVE_MKSTEMP
55 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
56 #undef HAVE_NDIR_H
58 /* Define to 1 if you have the `settz' function. */
59 #undef HAVE_SETTZ
61 /* Define to 1 if you have the `setvbuf' function. */
62 #undef HAVE_SETVBUF
64 /* Define to 1 if you have the <spawn.h> header file. */
65 #undef HAVE_SPAWN_H
67 /* Define to 1 if you have the <stdint.h> header file. */
68 #undef HAVE_STDINT_H
70 /* Define to 1 if you have the <stdlib.h> header file. */
71 #undef HAVE_STDLIB_H
73 /* Define to 1 if you have the `strerror' function. */
74 #undef HAVE_STRERROR
76 /* Define to 1 if you have the <strings.h> header file. */
77 #undef HAVE_STRINGS_H
79 /* Define to 1 if you have the <string.h> header file. */
80 #undef HAVE_STRING_H
82 /* Define to 1 if you have the `strlwr' function. */
83 #undef HAVE_STRLWR
85 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
87 #undef HAVE_SYS_DIR_H
89 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
91 #undef HAVE_SYS_NDIR_H
93 /* Define to 1 if you have the <sys/stat.h> header file. */
94 #undef HAVE_SYS_STAT_H
96 /* Define to 1 if you have the <sys/time.h> header file. */
97 #undef HAVE_SYS_TIME_H
99 /* Define to 1 if you have the <sys/types.h> header file. */
100 #undef HAVE_SYS_TYPES_H
102 /* Define to 1 if you have the <sys/wait.h> header file. */
103 #undef HAVE_SYS_WAIT_H
105 /* Define to 1 if you have the `tempnam' function. */
106 #undef HAVE_TEMPNAM
108 /* Define to 1 if you have the `tzset' function. */
109 #undef HAVE_TZSET
111 /* Define to 1 if the system has the type `uint16'. */
112 #undef HAVE_UINT16
114 /* Define to 1 if the system has the type `uint32'. */
115 #undef HAVE_UINT32
117 /* Define to 1 if the system has the type `uint8'. */
118 #undef HAVE_UINT8
120 /* Define to 1 if you have the <unistd.h> header file. */
121 #undef HAVE_UNISTD_H
123 /* Define to 1 if you have the <utime.h> header file. */
124 #undef HAVE_UTIME_H
126 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
127 #undef HAVE_UTIME_NULL
129 /* Define to 1 if you have the `vprintf' function. */
130 #undef HAVE_VPRINTF
132 /* Define to 1 if you have the <wait.h> header file. */
133 #undef HAVE_WAIT_H
135 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
136 #undef NO_MINUS_C_MINUS_O
138 /* Name of package */
139 #undef PACKAGE
141 /* Define to the address where bug reports for this package should be sent. */
142 #undef PACKAGE_BUGREPORT
144 /* Define to the full name of this package. */
145 #undef PACKAGE_NAME
147 /* Define to the full name and version of this package. */
148 #undef PACKAGE_STRING
150 /* Define to the one symbol short name of this package. */
151 #undef PACKAGE_TARNAME
153 /* Define to the version of this package. */
154 #undef PACKAGE_VERSION
156 /* Define as the return type of signal handlers (`int' or `void'). */
157 #undef RETSIGTYPE
159 /* The size of `int', as computed by sizeof. */
160 #undef SIZEOF_INT
162 /* The size of `long', as computed by sizeof. */
163 #undef SIZEOF_LONG
165 /* The size of `short', as computed by sizeof. */
166 #undef SIZEOF_SHORT
168 /* Define to 1 if you have the ANSI C header files. */
169 #undef STDC_HEADERS
171 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
172 #undef TIME_WITH_SYS_TIME
174 /* Version number of package */
175 #undef VERSION
177 /* Define to empty if `const' does not conform to ANSI C. */
178 #undef const
180 /* Define to `long int' if <sys/types.h> does not define. */
181 #undef off_t
183 /* Define to `unsigned int' if <sys/types.h> does not define. */
184 #undef size_t