1/* config.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
2
3/* Define to empty if the keyword does not work.  */
4#undef const
5
6/* Define to `unsigned' if <sys/types.h> doesn't define.  */
7#undef size_t
8
9/* Define if you have the ANSI C header files.  */
10#undef STDC_HEADERS
11
12/* Define if you want bogosort to use the /dev/random file */
13#undef WANT__DEV_RANDOM
14
15/* Define if you want bogosort to use the /dev/urandom file */
16#undef WANT__DEV_URANDOM
17
18/* Define if your C librairy defines 'extern char *sys_errlist[]' */
19#undef HAVE_BSD_STYLE_SYS_ERRLIST
20
21/* Define if your C librairy defines 'extern const char *const sys_errlist[]' */
22#undef HAVE_GNU_STYLE_SYS_ERRLIST
23
24/* Define if you have the error function.  */
25#undef HAVE_ERROR
26
27/* Define if you have the getopt_long function.  */
28#undef HAVE_GETOPT_LONG
29
30/* Define if you have the strchr function.  */
31#undef HAVE_STRCHR
32
33/* Define if you have the strerror function.  */
34#undef HAVE_STRERROR
35
36/* Define if you have the strerror_r function.  */
37#undef HAVE_STRERROR_R
38
39/* Define if you have the <error.h> header file.  */
40#undef HAVE_ERROR_H
41
42/* Define if you have the <getopt.h> header file.  */
43#undef HAVE_GETOPT_H
44
45/* Define if you have the <unistd.h> header file.  */
46#undef HAVE_UNISTD_H
47
48/* Name of package */
49#undef PACKAGE
50
51/* Version number of package */
52#undef VERSION
53
54#define HAVE_STRING_H	1
55