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 the package shall run at any location in the filesystem. */
5 /* #undef ENABLE_RELOCATABLE */
6 
7 /* Define to 1 if you have the <dlfcn.h> header file. */
8 /* #undef HAVE_DLFCN_H */
9 
10 /* Define to 1 if you have the <inttypes.h> header file. */
11 #define HAVE_INTTYPES_H 1
12 
13 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
14 /* #undef HAVE_LANGINFO_CODESET */
15 
16 /* Define to 1 if you have the <memory.h> header file. */
17 #define HAVE_MEMORY_H 1
18 
19 /* Define to 1 if you have the `setlocale' function. */
20 #define HAVE_SETLOCALE 1
21 
22 /* Define to 1 if you have the <stdint.h> header file. */
23 #define HAVE_STDINT_H 1
24 
25 /* Define to 1 if you have the <stdlib.h> header file. */
26 #define HAVE_STDLIB_H 1
27 
28 /* Define to 1 if you have the <strings.h> header file. */
29 #define HAVE_STRINGS_H 1
30 
31 /* Define to 1 if you have the <string.h> header file. */
32 #define HAVE_STRING_H 1
33 
34 /* Define to 1 if you have the <sys/stat.h> header file. */
35 #define HAVE_SYS_STAT_H 1
36 
37 /* Define to 1 if you have the <sys/types.h> header file. */
38 #define HAVE_SYS_TYPES_H 1
39 
40 /* Define to 1 if you have the <unistd.h> header file. */
41 #define HAVE_UNISTD_H 1
42 
43 /* Define to 1 or 0, depending whether the compiler supports simple visibility
44    declarations. */
45 #define HAVE_VISIBILITY 1
46 
47 /* Define to the value of ${prefix}, as a string. */
48 #define INSTALLPREFIX "/usr/local/mingw"
49 
50 /* Define to the sub-directory in which libtool stores uninstalled libraries.
51    */
52 #define LT_OBJDIR ".libs/"
53 
54 /* Define to the address where bug reports for this package should be sent. */
55 #define PACKAGE_BUGREPORT ""
56 
57 /* Define to the full name of this package. */
58 #define PACKAGE_NAME ""
59 
60 /* Define to the full name and version of this package. */
61 #define PACKAGE_STRING ""
62 
63 /* Define to the one symbol short name of this package. */
64 #define PACKAGE_TARNAME ""
65 
66 /* Define to the version of this package. */
67 #define PACKAGE_VERSION ""
68 
69 /* Define to 1 if you have the ANSI C header files. */
70 #define STDC_HEADERS 1
71 
72 /* Enable extensions on AIX 3, Interix.  */
73 #ifndef _ALL_SOURCE
74 # define _ALL_SOURCE 1
75 #endif
76 /* Enable GNU extensions on systems that have them.  */
77 #ifndef _GNU_SOURCE
78 # define _GNU_SOURCE 1
79 #endif
80 /* Enable threading extensions on Solaris.  */
81 #ifndef _POSIX_PTHREAD_SEMANTICS
82 # define _POSIX_PTHREAD_SEMANTICS 1
83 #endif
84 /* Enable extensions on HP NonStop.  */
85 #ifndef _TANDEM_SOURCE
86 # define _TANDEM_SOURCE 1
87 #endif
88 /* Enable general extensions on Solaris.  */
89 #ifndef __EXTENSIONS__
90 # define __EXTENSIONS__ 1
91 #endif
92 
93 
94 /* Define to 1 if on MINIX. */
95 /* #undef _MINIX */
96 
97 /* Define to 2 if the system does not provide POSIX.1 features except with
98    this defined. */
99 /* #undef _POSIX_1_SOURCE */
100 
101 /* Define to 1 if you need to in order for `stat' and other things to work. */
102 /* #undef _POSIX_SOURCE */
103