Add default Smack manifest for popt.spec
[external/popt.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if translation of program messages to the user's native
4    language is requested. */
5 #undef ENABLE_NLS
6
7 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
8    CoreFoundation framework. */
9 #undef HAVE_CFLOCALECOPYCURRENT
10
11 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
12    the CoreFoundation framework. */
13 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
14
15 /* Define if the GNU dcgettext() function is already present or preinstalled.
16    */
17 #undef HAVE_DCGETTEXT
18
19 /* Define to 1 if you have the <dlfcn.h> header file. */
20 #undef HAVE_DLFCN_H
21
22 /* Define to 1 if you have the <float.h> header file. */
23 #undef HAVE_FLOAT_H
24
25 /* Define to 1 if you have the <fnmatch.h> header file. */
26 #undef HAVE_FNMATCH_H
27
28 /* Define to 1 if you have the `geteuid' function. */
29 #undef HAVE_GETEUID
30
31 /* Define if the GNU gettext() function is already present or preinstalled. */
32 #undef HAVE_GETTEXT
33
34 /* Define to 1 if you have the `getuid' function. */
35 #undef HAVE_GETUID
36
37 /* Define to 1 if you have the <glob.h> header file. */
38 #undef HAVE_GLOB_H
39
40 /* Define if you have the iconv() function and it works. */
41 #undef HAVE_ICONV
42
43 /* Define to 1 if you have the <inttypes.h> header file. */
44 #undef HAVE_INTTYPES_H
45
46 /* Define to 1 if you have the <langinfo.h> header file. */
47 #undef HAVE_LANGINFO_H
48
49 /* Define to 1 if you have the <libintl.h> header file. */
50 #undef HAVE_LIBINTL_H
51
52 /* Define to 1 if you have the <mcheck.h> header file. */
53 #undef HAVE_MCHECK_H
54
55 /* Define to 1 if you have the <memory.h> header file. */
56 #undef HAVE_MEMORY_H
57
58 /* Define to 1 if you have the `mtrace' function. */
59 #undef HAVE_MTRACE
60
61 /* Define to 1 if you have the `setregid' function. */
62 #undef HAVE_SETREGID
63
64 /* Define to 1 if you have the `srandom' function. */
65 #undef HAVE_SRANDOM
66
67 /* Define to 1 if you have the <stdint.h> header file. */
68 #undef HAVE_STDINT_H
69
70 /* Define to 1 if you have the <stdlib.h> header file. */
71 #undef HAVE_STDLIB_H
72
73 /* Define to 1 if you have the `stpcpy' function. */
74 #undef HAVE_STPCPY
75
76 /* Define to 1 if you have the `strerror' function. */
77 #undef HAVE_STRERROR
78
79 /* Define to 1 if you have the <strings.h> header file. */
80 #undef HAVE_STRINGS_H
81
82 /* Define to 1 if you have the <string.h> header file. */
83 #undef HAVE_STRING_H
84
85 /* Define to 1 if you have the <sys/stat.h> header file. */
86 #undef HAVE_SYS_STAT_H
87
88 /* Define to 1 if you have the <sys/types.h> header file. */
89 #undef HAVE_SYS_TYPES_H
90
91 /* Define to 1 if you have the <unistd.h> header file. */
92 #undef HAVE_UNISTD_H
93
94 /* Define to 1 if you have the `vasprintf' function. */
95 #undef HAVE_VASPRINTF
96
97 /* Define to 1 if you have the `__secure_getenv' function. */
98 #undef HAVE___SECURE_GETENV
99
100 /* Define to the sub-directory in which libtool stores uninstalled libraries.
101    */
102 #undef LT_OBJDIR
103
104 /* Name of package */
105 #undef PACKAGE
106
107 /* Define to the address where bug reports for this package should be sent. */
108 #undef PACKAGE_BUGREPORT
109
110 /* Define to the full name of this package. */
111 #undef PACKAGE_NAME
112
113 /* Define to the full name and version of this package. */
114 #undef PACKAGE_STRING
115
116 /* Define to the one symbol short name of this package. */
117 #undef PACKAGE_TARNAME
118
119 /* Define to the version of this package. */
120 #undef PACKAGE_VERSION
121
122 /* Full path to popt top_srcdir. */
123 #undef POPT_SOURCE_PATH
124
125 /* Full path to default POPT configuration directory */
126 #undef POPT_SYSCONFDIR
127
128 /* Define to 1 if the C compiler supports function prototypes. */
129 #undef PROTOTYPES
130
131 /* Define to 1 if you have the ANSI C header files. */
132 #undef STDC_HEADERS
133
134 /* Version number of package */
135 #undef VERSION
136
137 /* Number of bits in a file offset, on hosts where this is settable. */
138 #undef _FILE_OFFSET_BITS
139
140 /* Define for large files, on AIX-style hosts. */
141 #undef _LARGE_FILES
142
143 /* Define like PROTOTYPES; this can be used by system headers. */
144 #undef __PROTOTYPES