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