original 1.0.1 release
[xwelltris.git] / src / include / config.h
bloba91dd57a950ad2442b7e71ff286432970ee4e8bb
1 /* src/include/config.h. Generated automatically by configure. */
2 /* src/include/config.h.in. Generated automatically from configure.in by autoheader. */
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
11 /* Define to empty if the keyword does not work. */
12 /* #undef const */
14 /* Define to `int' if <sys/types.h> doesn't define. */
15 /* #undef gid_t */
17 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
18 #define HAVE_SYS_WAIT_H 1
20 /* Define as __inline if that's what the C compiler calls it. */
21 /* #undef inline */
23 /* Define if on MINIX. */
24 /* #undef _MINIX */
26 /* Define to `int' if <sys/types.h> doesn't define. */
27 /* #undef mode_t */
29 /* Define to `int' if <sys/types.h> doesn't define. */
30 /* #undef pid_t */
32 /* Define if the system does not provide POSIX.1 features except
33 with this defined. */
34 /* #undef _POSIX_1_SOURCE */
36 /* Define if you need to in order for stat and other things to work. */
37 /* #undef _POSIX_SOURCE */
39 /* Define as the return type of signal handlers (int or void). */
40 #define RETSIGTYPE void
42 /* Define to `unsigned' if <sys/types.h> doesn't define. */
43 /* #undef size_t */
45 /* Define if you have the ANSI C header files. */
46 #define STDC_HEADERS 1
48 /* Define if you can safely include both <sys/time.h> and <time.h>. */
49 #define TIME_WITH_SYS_TIME 1
51 /* Define if your <sys/time.h> declares struct tm. */
52 /* #undef TM_IN_SYS_TIME */
54 /* Define to `int' if <sys/types.h> doesn't define. */
55 /* #undef uid_t */
57 /* Define if the X Window System is missing or not being used. */
58 /* #undef X_DISPLAY_MISSING */
60 /* Define if you have the atexit function. */
61 #define HAVE_ATEXIT 1
63 /* Define if you have the getcwd function. */
64 #define HAVE_GETCWD 1
66 /* Define if you have the mkdir function. */
67 #define HAVE_MKDIR 1
69 /* Define if you have the putenv function. */
70 #define HAVE_PUTENV 1
72 /* Define if you have the select function. */
73 #define HAVE_SELECT 1
75 /* Define if you have the seteuid function. */
76 #define HAVE_SETEUID 1
78 /* Define if you have the setlocale function. */
79 #define HAVE_SETLOCALE 1
81 /* Define if you have the setutent function. */
82 #define HAVE_SETUTENT 1
84 /* Define if you have the socket function. */
85 #define HAVE_SOCKET 1
87 /* Define if you have the unsetenv function. */
88 #define HAVE_UNSETENV 1
90 /* Define if you have the <dirent.h> header file. */
91 #define HAVE_DIRENT_H 1
93 /* Define if you have the <errno.h> header file. */
94 #define HAVE_ERRNO_H 1
96 /* Define if you have the <fcntl.h> header file. */
97 #define HAVE_FCNTL_H 1
99 /* Define if you have the <limits.h> header file. */
100 #define HAVE_LIMITS_H 1
102 /* Define if you have the <math.h> header file. */
103 #define HAVE_MATH_H 1
105 /* Define if you have the <ndir.h> header file. */
106 /* #undef HAVE_NDIR_H */
108 /* Define if you have the <strings.h> header file. */
109 #define HAVE_STRINGS_H 1
111 /* Define if you have the <sys/dir.h> header file. */
112 /* #undef HAVE_SYS_DIR_H */
114 /* Define if you have the <sys/ndir.h> header file. */
115 /* #undef HAVE_SYS_NDIR_H */
117 /* Define if you have the <sys/param.h> header file. */
118 #define HAVE_SYS_PARAM_H 1
120 /* Define if you have the <sys/select.h> header file. */
121 #define HAVE_SYS_SELECT_H 1
123 /* Define if you have the <sys/sigevent.h> header file. */
124 /* #undef HAVE_SYS_SIGEVENT_H */
126 /* Define if you have the <sys/stat.h> header file. */
127 #define HAVE_SYS_STAT_H 1
129 /* Define if you have the <sys/time.h> header file. */
130 #define HAVE_SYS_TIME_H 1
132 /* Define if you have the <sys/types.h> header file. */
133 #define HAVE_SYS_TYPES_H 1
135 /* Define if you have the <sys/utsname.h> header file. */
136 #define HAVE_SYS_UTSNAME_H 1
138 /* Define if you have the <sys/wait.h> header file. */
139 #define HAVE_SYS_WAIT_H 1
141 /* Define if you have the <unistd.h> header file. */
142 #define HAVE_UNISTD_H 1
144 /* Define if you have the m library (-lm). */
145 #define HAVE_LIBM 1