1/* config.h.  Generated automatically by configure.  */
2/* config.h.in.  Generated automatically from configure.in by autoheader.  */
3
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
10
11/* Define if using alloca.c.  */
12/* #undef C_ALLOCA */
13
14/* Define if type char is unsigned and you are not using gcc.  */
15#ifndef __CHAR_UNSIGNED__
16/* #undef __CHAR_UNSIGNED__ */
17#endif
18
19/* Define if the closedir function returns void instead of int.  */
20/* #undef CLOSEDIR_VOID */
21
22/* Define to empty if the keyword does not work.  */
23/* #undef const */
24
25/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
26   This function is required for alloca.c support on those systems.  */
27/* #undef CRAY_STACKSEG_END */
28
29/* Define if you have alloca, as a function or macro.  */
30#define HAVE_ALLOCA 1
31
32/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
33#define HAVE_ALLOCA_H 1
34
35/* Define if you don't have vprintf but do have _doprnt.  */
36/* #undef HAVE_DOPRNT */
37
38/* Define if you have a working `mmap' system call.  */
39/* #undef HAVE_MMAP */
40
41/* Define if you have the strftime function.  */
42#define HAVE_STRFTIME 1
43
44/* Define if your struct tm has tm_zone.  */
45#define HAVE_TM_ZONE 1
46
47/* Define if you don't have tm_zone but do have the external array
48   tzname.  */
49/* #undef HAVE_TZNAME */
50
51/* Define if you have the vprintf function.  */
52#define HAVE_VPRINTF 1
53
54/* Define as __inline if that's what the C compiler calls it.  */
55/* #undef inline */
56
57/* Define if on MINIX.  */
58/* #undef _MINIX */
59
60/* Define to `long' if <sys/types.h> doesn't define.  */
61/* #undef off_t */
62
63/* Define if the system does not provide POSIX.1 features except
64   with this defined.  */
65/* #undef _POSIX_1_SOURCE */
66
67/* Define if you need to in order for stat and other things to work.  */
68/* #undef _POSIX_SOURCE */
69
70/* Define to `unsigned' if <sys/types.h> doesn't define.  */
71/* #undef size_t */
72
73/* If using the C implementation of alloca, define if you know the
74   direction of stack growth for your system; otherwise it will be
75   automatically deduced at run-time.
76	STACK_DIRECTION > 0 => grows toward higher addresses
77	STACK_DIRECTION < 0 => grows toward lower addresses
78	STACK_DIRECTION = 0 => direction of growth unknown
79 */
80/* #undef STACK_DIRECTION */
81
82/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
83/* #undef STAT_MACROS_BROKEN */
84
85/* Define if you have the ANSI C header files.  */
86#define STDC_HEADERS 1
87
88/* Define if your <sys/time.h> declares struct tm.  */
89/* #undef TM_IN_SYS_TIME */
90
91/* Define if your processor stores words with the most significant
92   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
93/* #undef WORDS_BIGENDIAN */
94
95/* Define if the current hostname may be found in /etc/systemid.  */
96/* #undef HAVE_ETC_SYSTEMID */
97
98/* Define to the name of the distribution.  */
99#define PACKAGE "sharutils"
100
101/* Define to 1 if ANSI function prototypes are usable.  */
102#define PROTOTYPES 1
103
104/* Define to the version of the distribution.  */
105#define VERSION "4.2.1"
106
107/* Define to 1 for better use of the debugging malloc library.  See
108   site ftp.antaire.com in antaire/src, file dmalloc/dmalloc.tar.gz.  */
109/* #undef WITH_DMALLOC */
110
111/* Define if your locale.h file contains LC_MESSAGES.  */
112#define HAVE_LC_MESSAGES 1
113
114/* Define to 1 if NLS is requested.  */
115//#define ENABLE_NLS 1
116
117/* Define as 1 if you have catgets and don't want to use GNU gettext.  */
118/* #undef HAVE_CATGETS */
119
120/* Define as 1 if you have gettext and don't want to use GNU gettext.  */
121/* #undef HAVE_GETTEXT */
122
123/* Define as 1 if you have the stpcpy function.  */
124#define HAVE_STPCPY 1
125
126/* Define if you have the basename function.  */
127/* #undef HAVE_BASENAME */
128
129/* Define if you have the dcgettext function.  */
130/* #undef HAVE_DCGETTEXT */
131
132/* Define if you have the fchmod function.  */
133/* #undef HAVE_FCHMOD */
134
135/* Define if you have the getcwd function.  */
136#define HAVE_GETCWD 1
137
138/* Define if you have the getpagesize function.  */
139/* #undef HAVE_GETPAGESIZE */
140
141/* Define if you have the isascii function.  */
142#define HAVE_ISASCII 1
143
144/* Define if you have the memcpy function.  */
145#define HAVE_MEMCPY 1
146
147/* Define if you have the munmap function.  */
148/* #undef HAVE_MUNMAP */
149
150/* Define if you have the putenv function.  */
151#define HAVE_PUTENV 1
152
153/* Define if you have the setenv function.  */
154/* #undef HAVE_SETENV */
155
156/* Define if you have the setlocale function.  */
157#define HAVE_SETLOCALE 1
158
159/* Define if you have the stpcpy function.  */
160#define HAVE_STPCPY 1
161
162/* Define if you have the strcasecmp function.  */
163#define HAVE_STRCASECMP 1
164
165/* Define if you have the strchr function.  */
166#define HAVE_STRCHR 1
167
168/* Define if you have the strerror function.  */
169#define HAVE_STRERROR 1
170
171/* Define if you have the uname function.  */
172#define HAVE_UNAME 1
173
174/* Define if you have the valloc function.  */
175#define HAVE_VALLOC 1
176
177/* Define if you have the <dirent.h> header file.  */
178#define HAVE_DIRENT_H 1
179
180/* Define if you have the <limits.h> header file.  */
181#define HAVE_LIMITS_H 1
182
183/* Define if you have the <locale.h> header file.  */
184#define HAVE_LOCALE_H 1
185
186/* Define if you have the <malloc.h> header file.  */
187#define HAVE_MALLOC_H 1
188
189/* Define if you have the <memory.h> header file.  */
190#define HAVE_MEMORY_H 1
191
192/* Define if you have the <ndir.h> header file.  */
193/* #undef HAVE_NDIR_H */
194
195/* Define if you have the <nl_types.h> header file.  */
196/* #undef HAVE_NL_TYPES_H */
197
198/* Define if you have the <string.h> header file.  */
199#define HAVE_STRING_H 1
200
201/* Define if you have the <sys/dir.h> header file.  */
202/* #undef HAVE_SYS_DIR_H */
203
204/* Define if you have the <sys/ndir.h> header file.  */
205/* #undef HAVE_SYS_NDIR_H */
206
207/* Define if you have the <sys/wait.h> header file.  */
208#define HAVE_SYS_WAIT_H 1
209
210/* Define if you have the <unistd.h> header file.  */
211#define HAVE_UNISTD_H 1
212
213/* Define if you have the <values.h> header file.  */
214/* #undef HAVE_VALUES_H */
215
216/* Define if you have the i library (-li).  */
217/* #undef HAVE_LIBI */
218
219/* Define if you have the intl library (-lintl).  */
220/* #undef HAVE_LIBINTL */
221
222#include "../intl/libgettext.h"
223