Updating to version 0.20.2
[wmaker-crm.git] / src / config.h
blob49d01204b054df93267be1891ff2aa156eb70b18
1 /* src/config.h. Generated automatically by configure. */
2 /* src/config.h.in. Generated automatically from configure.in by autoheader. */
4 /* Define if using alloca.c. */
5 /* #undef C_ALLOCA */
7 /* Define to empty if the keyword does not work. */
8 /* #undef const */
10 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
11 This function is required for alloca.c support on those systems. */
12 /* #undef CRAY_STACKSEG_END */
14 /* Define if you have alloca, as a function or macro. */
15 #define HAVE_ALLOCA 1
17 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
18 #define HAVE_ALLOCA_H 1
20 /* Define if you don't have vprintf but do have _doprnt. */
21 /* #undef HAVE_DOPRNT */
23 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
24 #define HAVE_SYS_WAIT_H 1
26 /* Define if you have the vprintf function. */
27 #define HAVE_VPRINTF 1
29 /* Define to `int' if <sys/types.h> doesn't define. */
30 /* #undef pid_t */
32 /* Define if you need to in order for stat and other things to work. */
33 /* #undef _POSIX_SOURCE */
35 /* Define as the return type of signal handlers (int or void). */
36 #define RETSIGTYPE void
38 /* Define to `unsigned' if <sys/types.h> doesn't define. */
39 /* #undef size_t */
41 /* If using the C implementation of alloca, define if you know the
42 direction of stack growth for your system; otherwise it will be
43 automatically deduced at run-time.
44 STACK_DIRECTION > 0 => grows toward higher addresses
45 STACK_DIRECTION < 0 => grows toward lower addresses
46 STACK_DIRECTION = 0 => direction of growth unknown
48 /* #undef STACK_DIRECTION */
50 /* Define if you have the ANSI C header files. */
51 #define STDC_HEADERS 1
53 /* Define if `sys_siglist' is declared by <signal.h>. */
54 #define SYS_SIGLIST_DECLARED 1
56 /* Define if you can safely include both <sys/time.h> and <time.h>. */
57 #define TIME_WITH_SYS_TIME 1
59 /* Define if the X Window System is missing or not being used. */
60 /* #undef X_DISPLAY_MISSING */
62 /* define to the path to cpp */
63 #define CPP_PATH "/lib/cpp"
65 /* package name */
66 #define PACKAGE "WindowMaker"
68 /* package version */
69 #define VERSION "0.20.2"
71 /* Define if you have the gethostname function. */
72 #define HAVE_GETHOSTNAME 1
74 /* Define if you have the gettimeofday function. */
75 #define HAVE_GETTIMEOFDAY 1
77 /* Define if you have the poll function. */
78 #define HAVE_POLL 1
80 /* Define if you have the select function. */
81 #define HAVE_SELECT 1
83 /* Define if you have the setpgid function. */
84 #define HAVE_SETPGID 1
86 /* Define if you have the strerror function. */
87 #define HAVE_STRERROR 1
89 /* Define if you have the strncasecmp function. */
90 #define HAVE_STRNCASECMP 1
92 /* Define if you have the <fcntl.h> header file. */
93 #define HAVE_FCNTL_H 1
95 /* Define if you have the <libintl.h> header file. */
96 #define HAVE_LIBINTL_H 1
98 /* Define if you have the <limits.h> header file. */
99 #define HAVE_LIMITS_H 1
101 /* Define if you have the <sys/ioctl.h> header file. */
102 #define HAVE_SYS_IOCTL_H 1
104 /* Define if you have the <sys/select.h> header file. */
105 /* #undef HAVE_SYS_SELECT_H */
107 /* Define if you have the <sys/time.h> header file. */
108 #define HAVE_SYS_TIME_H 1
110 /* Define if you have the <sys/types.h> header file. */
111 #define HAVE_SYS_TYPES_H 1