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