edelib  2.0.0
_conf.h
1 /* edelib/_conf.h. Generated from _conf.h.in by configure. */
2 /* edelib/_conf.h.in. Generated from configure.in by autoheader. */
3 
4 /* Define to 1 if you have daylight variable */
5 #define HAVE_DAYLIGHT 1
6 
7 /* Define to 1 if you have libdbus */
8 #define HAVE_DBUS 1
9 
10 /* Define to 1 if you have dbus_watch_get_unix_fd() */
11 #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
12 
13 /* Define to 1 if you have FAM installed */
14 /* #undef HAVE_FAM */
15 
16 /* Define to 1 if you have FAMNoExists in FAM implementation */
17 /* #undef HAVE_FAMNOEXISTS */
18 
19 /* Define to 1 if FLTK was compiled with XFT support */
20 #define HAVE_FLTK_XFT 1
21 
22 /* Define to 1 if you have gmtime_r() */
23 #define HAVE_GMTIME_R 1
24 
25 /* Define to 1 if you have GNU gcc varargs */
26 /* #undef HAVE_GNUC_VARARGS */
27 
28 /* Define to 1 if you have grantpt() */
29 #define HAVE_GRANTPT 1
30 
31 /* Define to 1 if you have inotify support in the kernel (Linux only) */
32 #define HAVE_INOTIFY 1
33 
34 /* Define to 1 if you have the <inttypes.h> header file. */
35 #define HAVE_INTTYPES_H 1
36 
37 /* Define to 1 if you have ISO cpp varargs */
38 #define HAVE_ISO_VARARGS 1
39 
40 /* Define to 1 if you have libutil.h */
41 /* #undef HAVE_LIBUTIL_H */
42 
43 /* Define to 1 if you have libXpm */
44 #define HAVE_LIBXPM 1
45 
46 /* Define to 1 if you have localtime_r() */
47 #define HAVE_LOCALTIME_R 1
48 
49 /* Define to 1 if you have the <memory.h> header file. */
50 #define HAVE_MEMORY_H 1
51 
52 /* Define to 1 if you have ptsname() */
53 #define HAVE_PTSNAME 1
54 
55 /* Define to 1 if you have pty.h */
56 #define HAVE_PTY_H 1
57 
58 /* Define to 1 if you have settimeofday() */
59 #define HAVE_SETTIMEOFDAY 1
60 
61 /* Define to 1 if you have snprintf() */
62 #define HAVE_SNPRINTF 1
63 
64 /* Define to 1 if you have the <stdint.h> header file. */
65 #define HAVE_STDINT_H 1
66 
67 /* Define to 1 if you have the <stdlib.h> header file. */
68 #define HAVE_STDLIB_H 1
69 
70 /* Define to 1 if you have stime() */
71 #define HAVE_STIME 1
72 
73 /* Define to 1 if you have the <strings.h> header file. */
74 #define HAVE_STRINGS_H 1
75 
76 /* Define to 1 if you have the <string.h> header file. */
77 #define HAVE_STRING_H 1
78 
79 /* Define to 1 if you have the <sys/stat.h> header file. */
80 #define HAVE_SYS_STAT_H 1
81 
82 /* Define to 1 if you have the <sys/types.h> header file. */
83 #define HAVE_SYS_TYPES_H 1
84 
85 /* Define to 1 if you have the <unistd.h> header file. */
86 #define HAVE_UNISTD_H 1
87 
88 /* Define to 1 if you have unlockpt() */
89 #define HAVE_UNLOCKPT 1
90 
91 /* Define to 1 if you ave unsetenv() */
92 #define HAVE_UNSETENV 1
93 
94 /* Define to 1 if you have util.h */
95 /* #undef HAVE_UTIL_H */
96 
97 /* Define to 1 if you have vsnprintf() */
98 #define HAVE_VSNPRINTF 1
99 
100 /* Define to 1 if you have _getpty() */
101 /* #undef HAVE__GETPTY */
102 
103 /* Define to the address where bug reports for this package should be sent. */
104 #define PACKAGE_BUGREPORT "karijes@users.sourceforge.net"
105 
106 /* Define to the full name of this package. */
107 #define PACKAGE_NAME "edelib"
108 
109 /* Define to the full name and version of this package. */
110 #define PACKAGE_STRING "edelib 2.0.0"
111 
112 /* Define to the one symbol short name of this package. */
113 #define PACKAGE_TARNAME "edelib"
114 
115 /* Define to the home page for this package. */
116 #define PACKAGE_URL ""
117 
118 /* Define to the version of this package. */
119 #define PACKAGE_VERSION "2.0.0"
120 
121 /* Define to 1 if you have the ANSI C header files. */
122 #define STDC_HEADERS 1
123 
124 /* Define to 1 if you want Native Language Support */
125 #define USE_NLS 1
126 
127 /* Define to 1 if the X Window System is missing or not being used. */
128 /* #undef X_DISPLAY_MISSING */