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 text domain. */
9 #define GETTEXT_PACKAGE "ripperX"
10 
11 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
12 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
13 
14 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
15    CoreFoundation framework. */
16 /* #undef HAVE_CFLOCALECOPYCURRENT */
17 
18 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
19    the CoreFoundation framework. */
20 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
21 
22 /* Define if the GNU dcgettext() function is already present or preinstalled.
23    */
24 #define HAVE_DCGETTEXT 1
25 
26 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
27    */
28 #define HAVE_DIRENT_H 1
29 
30 /* Define to 1 if you have the <dlfcn.h> header file. */
31 #define HAVE_DLFCN_H 1
32 
33 /* Define to 1 if you have the <fcntl.h> header file. */
34 #define HAVE_FCNTL_H 1
35 
36 /* Define if the GNU gettext() function is already present or preinstalled. */
37 #define HAVE_GETTEXT 1
38 
39 /* Define if you have the iconv() function and it works. */
40 /* #undef HAVE_ICONV */
41 
42 /* Define to 1 if you have the <inttypes.h> header file. */
43 #define HAVE_INTTYPES_H 1
44 
45 /* Define to 1 if you have the `id3' library (-lid3). */
46 #define HAVE_LIBID3 1
47 
48 /* Define to 1 if you have the `xpg4' library (-lxpg4). */
49 /* #undef HAVE_LIBXPG4 */
50 
51 /* Define to 1 if you have the <memory.h> header file. */
52 #define HAVE_MEMORY_H 1
53 
54 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
55 /* #undef HAVE_NDIR_H */
56 
57 /* Define to 1 if you have the `openpty' function. */
58 #define HAVE_OPENPTY 1
59 
60 /* Define to 1 if you have the <pty.h> header file. */
61 #define HAVE_PTY_H 1
62 
63 /* Define to 1 if you have the `socket' function. */
64 #define HAVE_SOCKET 1
65 
66 /* Define to 1 if you have the <stdint.h> header file. */
67 #define HAVE_STDINT_H 1
68 
69 /* Define to 1 if you have the <stdlib.h> header file. */
70 #define HAVE_STDLIB_H 1
71 
72 /* Define to 1 if you have the `strcspn' function. */
73 #define HAVE_STRCSPN 1
74 
75 /* Define to 1 if you have the `strdup' function. */
76 #define HAVE_STRDUP 1
77 
78 /* Define to 1 if you have the `strerror' function. */
79 #define HAVE_STRERROR 1
80 
81 /* Define to 1 if you have the <strings.h> header file. */
82 #define HAVE_STRINGS_H 1
83 
84 /* Define to 1 if you have the <string.h> header file. */
85 #define HAVE_STRING_H 1
86 
87 /* Define to 1 if you have the `strstr' function. */
88 #define HAVE_STRSTR 1
89 
90 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
91    */
92 /* #undef HAVE_SYS_DIR_H */
93 
94 /* Define to 1 if you have the <sys/ioctl.h> header file. */
95 #define HAVE_SYS_IOCTL_H 1
96 
97 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
98    */
99 /* #undef HAVE_SYS_NDIR_H */
100 
101 /* Define to 1 if you have the <sys/stat.h> header file. */
102 #define HAVE_SYS_STAT_H 1
103 
104 /* Define to 1 if you have the <sys/types.h> header file. */
105 #define HAVE_SYS_TYPES_H 1
106 
107 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
108 #define HAVE_SYS_WAIT_H 1
109 
110 /* Define to 1 if you have the <unistd.h> header file. */
111 #define HAVE_UNISTD_H 1
112 
113 /* Define to the sub-directory in which libtool stores uninstalled libraries.
114    */
115 #define LT_OBJDIR ".libs/"
116 
117 /* Define to the address where bug reports for this package should be sent. */
118 #define PACKAGE_BUGREPORT ""
119 
120 /* PACKAGE_DATA_DIR */
121 #define PACKAGE_DATA_DIR "/usr/local/share/ripperX"
122 
123 /* Define to the full name of this package. */
124 #define PACKAGE_NAME ""
125 
126 /* Define to the full name and version of this package. */
127 #define PACKAGE_STRING ""
128 
129 /* Define to the one symbol short name of this package. */
130 #define PACKAGE_TARNAME ""
131 
132 /* Define to the home page for this package. */
133 #define PACKAGE_URL ""
134 
135 /* Define to the version of this package. */
136 #define PACKAGE_VERSION ""
137 
138 /* Define to 1 if you have the ANSI C header files. */
139 #define STDC_HEADERS 1
140 
141 /* Define to empty if `const' does not conform to ANSI C. */
142 /* #undef const */
143 
144 /* Define to `int' if <sys/types.h> does not define. */
145 /* #undef pid_t */
146 
147 /* Define to `unsigned int' if <sys/types.h> does not define. */
148 /* #undef size_t */
149