config.h revision 32252
1/* config.h.  Generated automatically by configure.  */
2/* config.hin.  Generated automatically from configure.in by autoheader.  */
3
4/* Define if on AIX 3.
5   System headers sometimes define this.
6   We just want to avoid a redefinition error message.  */
7#ifndef _ALL_SOURCE
8/* #undef _ALL_SOURCE */
9#endif
10
11/* Define if the closedir function returns void instead of int.  */
12/* #undef CLOSEDIR_VOID */
13
14/* Define to empty if the keyword does not work.  */
15/* #undef const */
16
17/* Define if you don't have vprintf but do have _doprnt.  */
18/* #undef HAVE_DOPRNT */
19
20/* Define if you support file names longer than 14 characters.  */
21#define HAVE_LONG_FILE_NAMES 1
22
23/* Define if you have the vprintf function.  */
24#define HAVE_VPRINTF 1
25
26/* Define if on MINIX.  */
27/* #undef _MINIX */
28
29/* Define to `int' if <sys/types.h> doesn't define.  */
30/* #undef mode_t */
31
32/* Define to `long' if <sys/types.h> doesn't define.  */
33/* #undef off_t */
34
35/* Define if the system does not provide POSIX.1 features except
36   with this defined.  */
37/* #undef _POSIX_1_SOURCE */
38
39/* Define if you need to in order for stat and other things to work.  */
40/* #undef _POSIX_SOURCE */
41
42/* Define as the return type of signal handlers (int or void).  */
43#define RETSIGTYPE void
44
45/* Define to `unsigned' if <sys/types.h> doesn't define.  */
46/* #undef size_t */
47
48/* Define if you have the ANSI C header files.  */
49#define STDC_HEADERS 1
50
51/* Define if there is a member named d_ino in the struct describing
52   directory headers.  */
53#define D_INO_IN_DIRENT 1
54
55/* Define if memchr works.  */
56#define HAVE_MEMCHR 1
57
58/* Define if `struct utimbuf' is declared -- usually in <utime.h>.  */
59#define HAVE_STRUCT_UTIMBUF 1
60
61/* Define if you have the _doprintf function.  */
62/* #undef HAVE__DOPRINTF */
63
64/* Define if you have the isascii function.  */
65#define HAVE_ISASCII 1
66
67/* Define if you have the memchr function.  */
68#define HAVE_MEMCHR 1
69
70/* Define if you have the memcmp function.  */
71#define HAVE_MEMCMP 1
72
73/* Define if you have the mkdir function.  */
74#define HAVE_MKDIR 1
75
76/* Define if you have the mktemp function.  */
77#define HAVE_MKTEMP 1
78
79/* Define if you have the pathconf function.  */
80#define HAVE_PATHCONF 1
81
82/* Define if you have the raise function.  */
83#define HAVE_RAISE 1
84
85/* Define if you have the rename function.  */
86#define HAVE_RENAME 1
87
88/* Define if you have the sigaction function.  */
89#define HAVE_SIGACTION 1
90
91/* Define if you have the sigprocmask function.  */
92#define HAVE_SIGPROCMASK 1
93
94/* Define if you have the sigsetmask function.  */
95#define HAVE_SIGSETMASK 1
96
97/* Define if you have the <dirent.h> header file.  */
98#define HAVE_DIRENT_H 1
99
100/* Define if you have the <fcntl.h> header file.  */
101#define HAVE_FCNTL_H 1
102
103/* Define if you have the <limits.h> header file.  */
104#define HAVE_LIMITS_H 1
105
106/* Define if you have the <ndir.h> header file.  */
107/* #undef HAVE_NDIR_H */
108
109/* Define if you have the <string.h> header file.  */
110#define HAVE_STRING_H 1
111
112/* Define if you have the <sys/dir.h> header file.  */
113/* #undef HAVE_SYS_DIR_H */
114
115/* Define if you have the <sys/ndir.h> header file.  */
116/* #undef HAVE_SYS_NDIR_H */
117
118/* Define if you have the <unistd.h> header file.  */
119#define HAVE_UNISTD_H 1
120
121/* Define if you have the <utime.h> header file.  */
122#define HAVE_UTIME_H 1
123
124/* Define if you have the <varargs.h> header file.  */
125#define HAVE_VARARGS_H 1
126