1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define to 1 if translation of program messages to the user's native
5    language is requested. */
6 #define ENABLE_NLS 1
7 
8 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
9    CoreFoundation framework. */
10 /* #undef HAVE_CFLOCALECOPYCURRENT */
11 
12 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
13    the CoreFoundation framework. */
14 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
15 
16 /* Define if the GNU dcgettext() function is already present or preinstalled.
17    */
18 #define HAVE_DCGETTEXT 1
19 
20 /* Define to 1 if you have the <fcntl.h> header file. */
21 #define HAVE_FCNTL_H 1
22 
23 /* Define to 1 if you have the `flock' function. */
24 #define HAVE_FLOCK 1
25 
26 /* Define to 1 if you have the `getopt_long_only' function. */
27 #define HAVE_GETOPT_LONG_ONLY 1
28 
29 /* Define if the GNU gettext() function is already present or preinstalled. */
30 #define HAVE_GETTEXT 1
31 
32 /* Define if you have the iconv() function and it works. */
33 /* #undef HAVE_ICONV */
34 
35 /* Define to 1 if you have the <inttypes.h> header file. */
36 #define HAVE_INTTYPES_H 1
37 
38 /* Define to 1 if you have the `lockf' function. */
39 #define HAVE_LOCKF 1
40 
41 /* Define to 1 if you have the <memory.h> header file. */
42 #define HAVE_MEMORY_H 1
43 
44 /* Define to 1 if you have the <pwd.h> header file. */
45 #define HAVE_PWD_H 1
46 
47 /* Define to 1 if you have the `select' function. */
48 #define HAVE_SELECT 1
49 
50 /* Define to 1 if you have the `setregid' function. */
51 #define HAVE_SETREGID 1
52 
53 /* Define to 1 if you have the <stdint.h> header file. */
54 #define HAVE_STDINT_H 1
55 
56 /* Define to 1 if you have the <stdlib.h> header file. */
57 #define HAVE_STDLIB_H 1
58 
59 /* Define to 1 if you have the <strings.h> header file. */
60 #define HAVE_STRINGS_H 1
61 
62 /* Define to 1 if you have the <string.h> header file. */
63 #define HAVE_STRING_H 1
64 
65 /* Define to 1 if you have the <sys/file.h> header file. */
66 #define HAVE_SYS_FILE_H 1
67 
68 /* Define to 1 if you have the <sys/select.h> header file. */
69 #define HAVE_SYS_SELECT_H 1
70 
71 /* Define to 1 if you have the <sys/socket.h> header file. */
72 #define HAVE_SYS_SOCKET_H 1
73 
74 /* Define to 1 if you have the <sys/stat.h> header file. */
75 #define HAVE_SYS_STAT_H 1
76 
77 /* Define to 1 if you have the <sys/time.h> header file. */
78 #define HAVE_SYS_TIME_H 1
79 
80 /* Define to 1 if you have the <sys/types.h> header file. */
81 #define HAVE_SYS_TYPES_H 1
82 
83 /* Define to 1 if you have the <unistd.h> header file. */
84 #define HAVE_UNISTD_H 1
85 
86 /* Define to 1 if you have the `usleep' function. */
87 #define HAVE_USLEEP 1
88 
89 /* Name of package */
90 #define PACKAGE "xemeraldia"
91 
92 /* Define to the address where bug reports for this package should be sent. */
93 #define PACKAGE_BUGREPORT "nick@reloco.com.ar"
94 
95 /* Define to the full name of this package. */
96 #define PACKAGE_NAME "xemeraldia"
97 
98 /* Define to the full name and version of this package. */
99 #define PACKAGE_STRING "xemeraldia 0.4.3"
100 
101 /* Define to the one symbol short name of this package. */
102 #define PACKAGE_TARNAME "xemeraldia"
103 
104 /* Define to the version of this package. */
105 #define PACKAGE_VERSION "0.4.3"
106 
107 /* Define to the type of arg 1 for `select'. */
108 #define SELECT_TYPE_ARG1 int
109 
110 /* Define to the type of args 2, 3 and 4 for `select'. */
111 #define SELECT_TYPE_ARG234 (fd_set *)
112 
113 /* Define to the type of arg 5 for `select'. */
114 #define SELECT_TYPE_ARG5 (struct timeval *)
115 
116 /* Define to 1 if you have the ANSI C header files. */
117 #define STDC_HEADERS 1
118 
119 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
120 #define TIME_WITH_SYS_TIME 1
121 
122 /* Version number of package */
123 #define VERSION "0.4.3"
124 
125 /* Define to empty if `const' does not conform to ANSI C. */
126 /* #undef const */
127