]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/win32/compat/winconfig.h
ebl typo fix
[bacula/bacula] / bacula / src / win32 / compat / winconfig.h
1 /*
2  *  This file was originally generated by configure, but has been edited
3  *  to provide the correct defines for the Native Win32 build under
4  *  Visual Studio.
5  */
6 /* ------------------------------------------------------------------------- */
7 /* --                     CONFIGURE SPECIFIED FEATURES                    -- */
8 /* ------------------------------------------------------------------------- */
9
10 #ifndef __WINCONFIG_H
11 #define __WINCONFIG_H
12
13 #define HAVE_OPENSSL 1
14 #define HAVE_CRYPTO 1
15 #define HAVE_TLS 1
16
17 /* Define if you want to use MySQL as Catalog database */
18 /* #undef USE_MYSQL_DB */
19
20 /* Define if you want SmartAlloc debug code enabled */
21 #define SMARTALLOC 1
22
23 /* Define to `int' if <sys/types.h> doesn't define.  */
24 /* #undef daddr_t */
25
26 /* Define to `int' if <sys/types.h> doesn't define.  */
27 #define major_t int
28
29 /* Define to `int' if <sys/types.h> doesn't define.  */
30 #define minor_t int
31
32 /* Define to `int' if <sys/types.h> doesn't define.  */
33 /* #undef ssize_t */
34
35 /* Define if you want to use MySQL */
36 /* #define HAVE_MYSQL 1 */
37
38 /* Defined if MySQL thread safe library is present */
39 /* #undef HAVE_THREAD_SAFE_MYSQL */
40
41 /* Define if you want to use embedded MySQL */
42 /* #undef HAVE_EMBEDDED_MYSQL */
43
44 /* Define if you want to use SQLite */
45 /* #undef HAVE_SQLITE */
46
47 /* Define if you want to use Berkeley DB */
48 /* #undef HAVE_BERKELEY_DB */
49
50
51 /* Define if you want to use PostgreSQL */
52 /* #undef HAVE_PGSQL */
53
54 /* Define if you want to use mSQL */
55 /* #undef HAVE_MSQL */
56
57 /* Define if you want to use iODBC */
58 /* #undef HAVE_IODBC */
59
60 /* Define if you want to use unixODBC */
61 /* #undef HAVE_UNIXODBC */
62
63 /* Define if you want to use Solid SQL Server */
64 /* #undef HAVE_SOLID */
65
66 /* Define if you want to use OpenLink ODBC (Virtuoso) */
67 /* #undef HAVE_VIRT */
68
69 /* Define if you want to use EasySoft ODBC */
70 /* #undef HAVE_EASYSOFT */
71
72 /* Define if you want to use Interbase SQL Server */
73 /* #undef HAVE_IBASE */
74
75 /* Define if you want to use Oracle 8 SQL Server */
76 /* #undef HAVE_ORACLE8 */
77
78 /* Define if you want to use Oracle 7 SQL Server */
79 /* #undef HAVE_ORACLE7 */
80
81
82 /* ------------------------------------------------------------------------- */
83 /* --                     CONFIGURE DETECTED FEATURES                     -- */
84 /* ------------------------------------------------------------------------- */
85
86 /* Define if you need function prototypes */
87 #define PROTOTYPES 1
88
89 /* Define if you have XPointer typedef */
90 /* #undef HAVE_XPOINTER */
91
92 /* Define if you have _GNU_SOURCE getpt() */
93 /* #undef HAVE_GETPT */
94
95 /* Define if you have GCC */
96 /* #undef HAVE_GCC 1 */
97
98 /* Define if you have the Andrew File System.  */
99 /* #undef AFS */
100
101 /* Define If you want find -nouser and -nogroup to make tables of
102    used UIDs and GIDs at startup instead of using getpwuid or
103    getgrgid when needed.  Speeds up -nouser and -nogroup unless you
104    are running NIS or Hesiod, which make password and group calls
105    very expensive.  */
106 /* #undef CACHE_IDS */
107
108 /* Define to use SVR4 statvfs to get filesystem type.  */
109 /* #undef FSTYPE_STATVFS */
110
111 /* Define to use SVR3.2 statfs to get filesystem type.  */
112 /* #undef FSTYPE_USG_STATFS */
113
114 /* Define to use AIX3 statfs to get filesystem type.  */
115 /* #undef FSTYPE_AIX_STATFS */
116
117 /* Define to use 4.3BSD getmntent to get filesystem type.  */
118 /* #undef FSTYPE_MNTENT 1 */
119
120 /* Define to use 4.4BSD and OSF1 statfs to get filesystem type.  */
121 /* #undef FSTYPE_STATFS */
122
123 /* Define to use Ultrix getmnt to get filesystem type.  */
124 /* #undef FSTYPE_GETMNT */
125
126 /* Define to `unsigned long' if <sys/types.h> doesn't define.  */
127 /* #undef dev_t */
128
129 /* Define to `unsigned long' if <sys/types.h> doesn't define.  */
130 /* #undef ino_t */
131
132 /* Define to 1 if utime.h exists and declares struct utimbuf.  */
133 #ifdef HAVE_MINGW
134 #define HAVE_UTIME_H 1
135 #endif
136
137 #if (HAVE_MYSQL||HAVE_PGSQL||HAVE_MSQL||HAVE_IODBC||HAVE_UNIXODBC||HAVE_SOLID||HAVE_VIRT||HAVE_IBASE||HAVE_ORACLE8||HAVE_ORACLE7||HAVE_EASYSOFT)
138 #define HAVE_SQL
139 #endif
140
141 /* Data types */
142 #define HAVE_U_INT 1
143 #define HAVE_INTXX_T 1
144 #define HAVE_U_INTXX_T 1
145 /* #undef HAVE_UINTXX_T */
146 #define HAVE_INT64_T 1
147 #define HAVE_U_INT64_T 1
148 #define HAVE_INTMAX_T 1
149 /* #undef HAVE_U_INTMAX_T */
150
151 /* Define if you want TCP Wrappers support */
152 /* #undef HAVE_LIBWRAP */
153
154 /* Define if you have sys/bitypes.h */
155 /* #undef HAVE_SYS_BITYPES_H */
156
157 /* Directory for PID files */
158 /* #define _PATH_BACULA_PIDDIR "/var/run" */
159 #undef _PATH_BACULA_PIDDIR
160
161 /* Define if you have zlib */
162 #define HAVE_LIBZ 1
163
164 /* General libs */
165 /* #undef LIBS */
166
167 /* File daemon specif libraries */
168 #define FDLIBS 1
169
170 /* Path to Sendmail program */
171 /* #undef SENDMAIL_PATH */
172
173 /* What kind of signals we have */
174 /*#define HAVE_POSIX_SIGNALS 1 */
175 /* #undef HAVE_BSD_SIGNALS */
176 /* #undef HAVE_USG_SIGHOLD */
177
178 /* Operating systems */
179 /* OSes */
180 /* #undef HAVE_LINUX_OS */
181 /* #undef HAVE_FREEBSD_OS */
182 /* #undef HAVE_NETBSD_OS */
183 /* #undef HAVE_OPENBSD_OS */
184 /* #undef HAVE_BSDI_OS */
185 /* #undef HAVE_HPUX_OS */
186 /* #undef HAVE_SUN_OS */
187 /* #undef HAVE_IRIX_OS */
188 /* #undef HAVE_AIX_OS */
189 /* #undef HAVE_SGI_OS */
190 /* #define HAVE_CYGWIN 1 */
191 /* #undef HAVE_OSF1_OS */
192 /* #undef HAVE_DARWIN_OS */
193
194 /* Set to correct scanf value for long long int */
195 #define lld "lld"
196 #define llu "llu"
197
198 /*#define HAVE_READLINE 1 */
199
200 /* #undef HAVE_GMP */
201
202 /* #undef HAVE_CWEB */
203
204 /* #define HAVE_FCHDIR 1 */
205
206 /* #undef HAVE_GETOPT_LONG */
207
208 /* #undef HAVE_LIBSM */
209
210 /* Check for thread safe routines */
211 /*#define HAVE_LOCALTIME_R 1 */
212 /* #undef HAVE_READDIR_R */
213 /*#define HAVE_STRERROR_R 1*/
214 /* #undef HAVE_GETHOSTBYNAME_R */
215
216 #define HAVE_STRTOLL 1
217 /* #undef HAVE_INET_PTON */
218
219 /*#define HAVE_SOCKLEN_T 1 */
220
221 /* #undef HAVE_OLD_SOCKOPT */
222
223 /* #undef HAVE_BIGENDIAN */
224
225 /* Define to 1 if the `closedir' function returns void instead of `int'. */
226 /* #undef CLOSEDIR_VOID */
227
228 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
229    systems. This function is required for `alloca.c' support on those systems.
230    */
231 /* #undef CRAY_STACKSEG_END */
232
233 /* Define to 1 if using `alloca.c'. */
234 /* #undef C_ALLOCA */
235
236 /* Define to 1 if you have `alloca', as a function or macro. */
237 #define HAVE_ALLOCA 1
238 #ifndef HAVE_MINGW
239 #define alloca _alloca
240 #endif
241 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
242    */
243 #define HAVE_ALLOCA_H 1
244
245 /* Define to 1 if you have the <arpa/nameser.h> header file. */
246 /*#define HAVE_ARPA_NAMESER_H 1 */
247
248 /* Define to 1 if you have the <assert.h> header file. */
249 #define HAVE_ASSERT_H 1
250
251 /* Define to 1 if you have the `chflags' function. */
252 /* #undef HAVE_CHFLAGS */
253
254 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
255    */
256 #define HAVE_DIRENT_H 1
257
258 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
259 /* #undef HAVE_DOPRNT */
260
261 /* Define to 1 if you have the `fchdir' function. */
262 /*#define HAVE_FCHDIR 1 */
263
264 /* Define to 1 if you have the <fcntl.h> header file. */
265 #define HAVE_FCNTL_H 1
266
267 /* Define to 1 if your system has a working POSIX `fnmatch' function. */
268 /*#define HAVE_FNMATCH 1 */
269
270 /* Define to 1 if you have the `fork' function. */
271 /*#define HAVE_FORK 1 */
272
273 /* Define to 1 if you have the `getcwd' function. */
274 #define HAVE_GETCWD 1
275
276 /* Define to 1 if you have the `getdomainname' function. */
277 /*#define HAVE_GETDOMAINNAME 1 */
278
279 /* Define to 1 if you have the `gethostbyname_r' function. */
280 /* #undef HAVE_GETHOSTBYNAME_R */
281
282 /* Define to 1 if you have the `gethostid' function. */
283 #define HAVE_GETHOSTID 1
284
285 /* Define to 1 if you have the `gethostname' function. */
286 #define HAVE_GETHOSTNAME 1
287
288 /* Define to 1 if you have the `getmntent' function. */
289 /*#define HAVE_GETMNTENT 1 */
290
291 /* Define to 1 if you have the `getpid' function. */
292 #define HAVE_GETPID 1
293 #define getpid _getpid
294
295 /* Define to 1 if you have the `gettimeofday' function. */
296 #define HAVE_GETTIMEOFDAY 1
297
298 /* Define to 1 if you have the <grp.h> header file. */
299 /*#define HAVE_GRP_H 1*/
300
301 /* Define to 1 if you have the `inet_pton' function. */
302 /* #undef HAVE_INET_PTON */
303
304 /* Define to 1 if you have the <inttypes.h> header file. */
305 #define HAVE_INTTYPES_H 1
306
307 /* Define to 1 if you have the `lchown' function. */
308 #define HAVE_LCHOWN 1
309
310 /* Define to 1 if you have the <libc.h> header file. */
311 /* #undef HAVE_LIBC_H */
312
313 /* Define to 1 if you have the `inet' library (-linet). */
314 /* #undef HAVE_LIBINET */
315
316 /* Define to 1 if you have the `nsl' library (-lnsl). */
317 /* #undef HAVE_LIBNSL */
318
319 /* Define to 1 if you have the `resolv' library (-lresolv). */
320 /* #undef HAVE_LIBRESOLV */
321
322 /* Define to 1 if you have the `socket' library (-lsocket). */
323 /* #undef HAVE_LIBSOCKET */
324
325 /* Define to 1 if you have the `sun' library (-lsun). */
326 /* #undef HAVE_LIBSUN */
327
328 /* Define to 1 if you have the `xnet' library (-lxnet). */
329 /* #undef HAVE_LIBXNET */
330
331 /* Define to 1 if you have the <limits.h> header file. */
332 #define HAVE_LIMITS_H 1
333
334 /* Define to 1 if you have the `localtime_r' function. */
335 #define HAVE_LOCALTIME_R 1
336
337 /* Define to 1 if you have the `lstat' function. */
338 #define HAVE_LSTAT 1
339
340 /* Define to 1 if you have the <memory.h> header file. */
341 #define HAVE_MEMORY_H 1
342
343 /* Define to 1 if you have the <mtio.h> header file. */
344 /* #undef HAVE_MTIO_H */
345
346 /* Define to 1 if you have the `nanosleep' function. */
347 #define HAVE_NANOSLEEP 1
348
349 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
350 /* #undef HAVE_NDIR_H */
351
352 /* Define to 1 if you have the `putenv' function. */
353 #define HAVE_PUTENV 1
354
355 /* Define to 1 if you have the <pwd.h> header file. */
356 /*#define HAVE_PWD_H 1*/
357
358 /* Define to 1 if you have the `readdir_r' function. */
359 /* #undef HAVE_READDIR_R */
360
361 /* Define to 1 if you have the <resolv.h> header file. */
362 /*#define HAVE_RESOLV_H 1*/
363
364 /* Define to 1 if you have the `select' function. */
365 #define HAVE_SELECT 1
366
367 /* Define to 1 if you have the `setenv' function. */
368 #define HAVE_SETENV 1
369
370 /* Define to 1 if you have the `setlocale' function. */
371 #undef HAVE_SETLOCALE
372
373 /* Define to 1 if translation of program messages to the user's native
374    language is requested. */
375 #if (defined _MSC_VER) && (_MSC_VER >= 1400) // VC8+
376 /* Enable NLS only if we are using the new VC++.
377  * NLS should also work with VC++ 7.1, but the Makefiles are
378  * not adapted to support it (include, lib...). */
379 //#define ENABLE_NLS 1
380 #endif
381
382 #undef  LOCALEDIR
383 #define LOCALEDIR "."
384
385 #undef HAVE_NL_LANGINFO
386
387 /* Define to 1 if you have the `setpgid' function. */
388 #define HAVE_SETPGID 1
389
390 /* Define to 1 if you have the `setpgrp' function. */
391 #define HAVE_SETPGRP 1
392
393 /* Define to 1 if you have the `setsid' function. */
394 #define HAVE_SETSID 1
395
396 /* Define to 1 if you have the `signal' function. */
397 /*#define HAVE_SIGNAL 1 */
398
399 /* Define to 1 if you have the `snprintf' function. */
400 #define HAVE_SNPRINTF 1
401 #define HAVE_SNPRINTF_DECL 1
402
403 /* Define to 1 if you have the <stdarg.h> header file. */
404 #define HAVE_STDARG_H 1
405
406 /* Define to 1 if you have the <stdint.h> header file. */
407 /*#define HAVE_STDINT_H 1 */
408
409 /* Define to 1 if you have the <stdlib.h> header file. */
410 #define HAVE_STDLIB_H 1
411
412 /* Define to 1 if you have the `strcasecmp' function. */
413 /*#define HAVE_STRCASECMP 1*/
414
415 /* Define to 1 if you have the `strerror' function. */
416 #define HAVE_STRERROR 1
417
418 /* Define to 1 if you have the `strerror_r' function. */
419 #define HAVE_STRERROR_R 1
420
421 /* Define to 1 if you have the `strftime' function. */
422 #define HAVE_STRFTIME 1
423
424 /* Define to 1 if you have the <strings.h> header file. */
425 #define HAVE_STRINGS_H 1
426
427 /* Define to 1 if you have the <string.h> header file. */
428 #define HAVE_STRING_H 1
429
430 /* Define to 1 if you have the `strncmp' function. */
431 #define HAVE_STRNCMP 1
432
433 /* Define to 1 if you have the `strncpy' function. */
434 #define HAVE_STRNCPY 1
435
436 /* Define to 1 if you have the `strtoll' function. */
437 #define HAVE_STRTOLL 1
438
439 /* Define to 1 if `st_blksize' is member of `struct stat'. */
440 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
441
442 /* Define to 1 if `st_blocks' is member of `struct stat'. */
443 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
444
445 /* Define to 1 if `st_rdev' is member of `struct stat'. */
446 #define HAVE_STRUCT_STAT_ST_RDEV 1
447
448 /* Define to 1 if `tm_zone' is member of `struct tm'. */
449 /* #undef HAVE_STRUCT_TM_TM_ZONE */
450
451 /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
452    `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
453 #define HAVE_ST_BLKSIZE 1
454
455 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
456    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
457 #define HAVE_ST_BLOCKS 1
458
459 /* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
460    `HAVE_STRUCT_STAT_ST_RDEV' instead. */
461 #define HAVE_ST_RDEV 1
462
463 /* Define to 1 if you have the <sys/byteorder.h> header file. */
464 /* #undef HAVE_SYS_BYTEORDER_H */
465
466 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
467    */
468 /* #undef HAVE_SYS_DIR_H */
469
470 /* Define to 1 if you have the <sys/ioctl.h> header file. */
471 #define HAVE_SYS_IOCTL_H 1
472
473 /* Define to 1 if you have the <sys/mtio.h> header file. */
474 #define HAVE_SYS_MTIO_H 1
475
476 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
477    */
478 /* #undef HAVE_SYS_NDIR_H */
479
480 /* Define to 1 if you have the <sys/select.h> header file. */
481 #define HAVE_SYS_SELECT_H 1
482
483 /* Define to 1 if you have the <sys/socket.h> header file. */
484 #define HAVE_SYS_SOCKET_H 1
485
486 /* Define to 1 if you have the <sys/sockio.h> header file. */
487 /* #undef HAVE_SYS_SOCKIO_H */
488
489 /* Define to 1 if you have the <sys/stat.h> header file. */
490 #define HAVE_SYS_STAT_H 1
491
492 /* Define to 1 if you have the <sys/time.h> header file. */
493 #define HAVE_SYS_TIME_H 1
494
495 /* Define to 1 if you have the <sys/types.h> header file. */
496 #define HAVE_SYS_TYPES_H 1
497
498 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
499 #define HAVE_SYS_WAIT_H 1
500
501 /* Define to 1 if you have the `tcgetattr' function. */
502 #define HAVE_TCGETATTR 1
503
504 /* Define to 1 if you have the <termios.h> header file. */
505 #define HAVE_TERMIOS_H 1
506
507 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
508    `HAVE_STRUCT_TM_TM_ZONE' instead. */
509 /* #undef HAVE_TM_ZONE */
510
511 /* Define to 1 if you don't have `tm_zone' but do have the external array
512    `tzname'. */
513 #define HAVE_TZNAME 1
514
515 /* Define to 1 if you have the <unistd.h> header file. */
516 #define HAVE_UNISTD_H 1
517
518 /* Define to 1 if you have the <varargs.h> header file. */
519 /* #undef HAVE_VARARGS_H */
520
521 /* Define to 1 if you have the `vfprintf' function. */
522 #define HAVE_VFPRINTF 1
523
524 /* Define to 1 if you have the `vprintf' function. */
525 #define HAVE_VPRINTF 1
526
527 /* Define to 1 if you have the `vsnprintf' function. */
528 #define HAVE_VSNPRINTF 1
529 #define HAVE_VSNPRINTF_DECL 1
530
531 /* Define to 1 if you have the <zlib.h> header file. */
532 #define HAVE_ZLIB_H 1
533
534 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
535    */
536 /* #undef MAJOR_IN_MKDEV */
537
538 /* Define to 1 if `major', `minor', and `makedev' are declared in
539    <sysmacros.h>. */
540 /* #undef MAJOR_IN_SYSMACROS */
541
542 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
543 /* #undef NO_MINUS_C_MINUS_O */
544
545 /* Define to the address where bug reports for this package should be sent. */
546 #define PACKAGE_BUGREPORT ""
547
548 /* Define to the full name of this package. */
549 #define PACKAGE_NAME ""
550
551 /* Define to the full name and version of this package. */
552 #define PACKAGE_STRING ""
553
554 /* Define to the one symbol short name of this package. */
555 #define PACKAGE_TARNAME ""
556
557 /* Define to the version of this package. */
558 #define PACKAGE_VERSION ""
559
560 /* Define as the return type of signal handlers (`int' or `void'). */
561 #define RETSIGTYPE void
562
563 /* Define to 1 if the `setpgrp' function takes no argument. */
564 #define SETPGRP_VOID 1
565
566 /* The size of a `char', as computed by sizeof. */
567 #define SIZEOF_CHAR 1
568
569 /* The size of a `int', as computed by sizeof. */
570 #define SIZEOF_INT 4
571
572 /* The size of a `int *', as computed by sizeof. */
573 #define SIZEOF_INT_P 4
574
575 /* The size of a `long int', as computed by sizeof. */
576 #define SIZEOF_LONG 4
577
578 /* The size of a `long int', as computed by sizeof. */
579 #define SIZEOF_LONG_INT 4
580
581 /* The size of a `long long int', as computed by sizeof. */
582 #define SIZEOF_LONG_LONG_INT 8
583
584 /* The size of a `short int', as computed by sizeof. */
585 #define SIZEOF_SHORT_INT 2
586
587 /* The size of a `void *', as computed by sizeof. */
588 #define SIZEOF_VOID_P 4
589
590 /* The size of a `size_t', as computed by sizeof. */
591 #define SIZEOF_SIZE_T 4
592
593 /* If using the C implementation of alloca, define if you know the
594    direction of stack growth for your system; otherwise it will be
595    automatically deduced at run-time.
596         STACK_DIRECTION > 0 => grows toward higher addresses
597         STACK_DIRECTION < 0 => grows toward lower addresses
598         STACK_DIRECTION = 0 => direction of growth unknown */
599 /* #undef STACK_DIRECTION */
600
601 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
602 /* #undef STAT_MACROS_BROKEN */
603
604 /* Define to 1 if you have the ANSI C header files. */
605 #define STDC_HEADERS 1
606
607 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
608 #define TIME_WITH_SYS_TIME 1
609
610 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
611 /* #undef TM_IN_SYS_TIME */
612
613 /* Define to 1 if the X Window System is missing or not being used. */
614 /* #undef X_DISPLAY_MISSING */
615
616 /* Number of bits in a file offset, on hosts where this is settable. */
617 /* #undef _FILE_OFFSET_BITS */
618
619 /* Define to make fseeko etc. visible, on some hosts. */
620 /* #undef _LARGEFILE_SOURCE */
621
622 /* Define for large files, on AIX-style hosts. */
623 /* #undef _LARGE_FILES */
624
625 /* Define to empty if `const' does not conform to ANSI C. */
626 /* #undef const */
627
628 /* Define to `long' if <sys/types.h> does not define. */
629 /* #undef daddr_t */
630
631 /* Define to `unsigned long' if <sys/types.h> does not define. */
632 /* #undef dev_t */
633
634 /* Define to `int' if <sys/types.h> doesn't define. */
635 /* #undef gid_t */
636
637 /* Define to `unsigned long' if <sys/types.h> does not define. */
638 /* #undef ino_t */
639
640 /* Define to `int' if <sys/types.h> does not define. */
641 #define major_t int
642
643 /* Define to `int' if <sys/types.h> does not define. */
644 #define minor_t int
645
646 /* Define to `int' if <sys/types.h> does not define. */
647 /* #undef mode_t */
648
649 /* Define to `long' if <sys/types.h> does not define. */
650 /* #undef off_t */
651
652 /* Define to `int' if <sys/types.h> does not define. */
653 /* #undef pid_t */
654
655 /* Define to `unsigned' if <sys/types.h> does not define. */
656 /* #undef size_t */
657
658 /* Define to `int' if <sys/types.h> does not define. */
659 /* #undef ssize_t */
660
661 /* Define to `int' if <sys/types.h> doesn't define. */
662 /* #undef uid_t */
663
664 #endif /* __WINCONFIG_H */