original 1.0.1 release
[xwelltris.git] / src / include / config.h.in
blob275ca8902297a395407be7a2bf0a899222562728
1 /* src/include/config.h.in. Generated automatically from configure.in by autoheader. */
3 /* Define if on AIX 3.
4 System headers sometimes define this.
5 We just want to avoid a redefinition error message. */
6 #ifndef _ALL_SOURCE
7 #undef _ALL_SOURCE
8 #endif
10 /* Define to empty if the keyword does not work. */
11 #undef const
13 /* Define to `int' if <sys/types.h> doesn't define. */
14 #undef gid_t
16 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
17 #undef HAVE_SYS_WAIT_H
19 /* Define as __inline if that's what the C compiler calls it. */
20 #undef inline
22 /* Define if on MINIX. */
23 #undef _MINIX
25 /* Define to `int' if <sys/types.h> doesn't define. */
26 #undef mode_t
28 /* Define to `int' if <sys/types.h> doesn't define. */
29 #undef pid_t
31 /* Define if the system does not provide POSIX.1 features except
32 with this defined. */
33 #undef _POSIX_1_SOURCE
35 /* Define if you need to in order for stat and other things to work. */
36 #undef _POSIX_SOURCE
38 /* Define as the return type of signal handlers (int or void). */
39 #undef RETSIGTYPE
41 /* Define to `unsigned' if <sys/types.h> doesn't define. */
42 #undef size_t
44 /* Define if you have the ANSI C header files. */
45 #undef STDC_HEADERS
47 /* Define if you can safely include both <sys/time.h> and <time.h>. */
48 #undef TIME_WITH_SYS_TIME
50 /* Define if your <sys/time.h> declares struct tm. */
51 #undef TM_IN_SYS_TIME
53 /* Define to `int' if <sys/types.h> doesn't define. */
54 #undef uid_t
56 /* Define if the X Window System is missing or not being used. */
57 #undef X_DISPLAY_MISSING
59 /* Define if you have the atexit function. */
60 #undef HAVE_ATEXIT
62 /* Define if you have the getcwd function. */
63 #undef HAVE_GETCWD
65 /* Define if you have the mkdir function. */
66 #undef HAVE_MKDIR
68 /* Define if you have the putenv function. */
69 #undef HAVE_PUTENV
71 /* Define if you have the select function. */
72 #undef HAVE_SELECT
74 /* Define if you have the seteuid function. */
75 #undef HAVE_SETEUID
77 /* Define if you have the setlocale function. */
78 #undef HAVE_SETLOCALE
80 /* Define if you have the setutent function. */
81 #undef HAVE_SETUTENT
83 /* Define if you have the socket function. */
84 #undef HAVE_SOCKET
86 /* Define if you have the unsetenv function. */
87 #undef HAVE_UNSETENV
89 /* Define if you have the <dirent.h> header file. */
90 #undef HAVE_DIRENT_H
92 /* Define if you have the <errno.h> header file. */
93 #undef HAVE_ERRNO_H
95 /* Define if you have the <fcntl.h> header file. */
96 #undef HAVE_FCNTL_H
98 /* Define if you have the <limits.h> header file. */
99 #undef HAVE_LIMITS_H
101 /* Define if you have the <math.h> header file. */
102 #undef HAVE_MATH_H
104 /* Define if you have the <ndir.h> header file. */
105 #undef HAVE_NDIR_H
107 /* Define if you have the <strings.h> header file. */
108 #undef HAVE_STRINGS_H
110 /* Define if you have the <sys/dir.h> header file. */
111 #undef HAVE_SYS_DIR_H
113 /* Define if you have the <sys/ndir.h> header file. */
114 #undef HAVE_SYS_NDIR_H
116 /* Define if you have the <sys/param.h> header file. */
117 #undef HAVE_SYS_PARAM_H
119 /* Define if you have the <sys/select.h> header file. */
120 #undef HAVE_SYS_SELECT_H
122 /* Define if you have the <sys/sigevent.h> header file. */
123 #undef HAVE_SYS_SIGEVENT_H
125 /* Define if you have the <sys/stat.h> header file. */
126 #undef HAVE_SYS_STAT_H
128 /* Define if you have the <sys/time.h> header file. */
129 #undef HAVE_SYS_TIME_H
131 /* Define if you have the <sys/types.h> header file. */
132 #undef HAVE_SYS_TYPES_H
134 /* Define if you have the <sys/utsname.h> header file. */
135 #undef HAVE_SYS_UTSNAME_H
137 /* Define if you have the <sys/wait.h> header file. */
138 #undef HAVE_SYS_WAIT_H
140 /* Define if you have the <unistd.h> header file. */
141 #undef HAVE_UNISTD_H
143 /* Define if you have the m library (-lm). */
144 #undef HAVE_LIBM