root/trunk/fm_gui/config.h.in

Revision 284, 3.6 KB (checked in by ath, 3 years ago)

Build fixes.

Line 
1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Include pthread support for binary relocation? */
4#undef BR_PTHREAD
5
6/* Use binary relocation? */
7#undef ENABLE_BINRELOC
8
9/* Define to 1 if translation of program messages to the user's native
10   language is requested. */
11#undef ENABLE_NLS
12
13/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
14   CoreFoundation framework. */
15#undef HAVE_CFLOCALECOPYCURRENT
16
17/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
18   the CoreFoundation framework. */
19#undef HAVE_CFPREFERENCESCOPYAPPVALUE
20
21/* Define if the GNU dcgettext() function is already present or preinstalled.
22   */
23#undef HAVE_DCGETTEXT
24
25/* Define to 1 if you have the <dlfcn.h> header file. */
26#undef HAVE_DLFCN_H
27
28/* Define if the GNU gettext() function is already present or preinstalled. */
29#undef HAVE_GETTEXT
30
31/* Define if you have the iconv() function. */
32#undef HAVE_ICONV
33
34/* Define to 1 if you have the <inttypes.h> header file. */
35#undef HAVE_INTTYPES_H
36
37/* Define to 1 if you have the `pthread' library (-lpthread). */
38#undef HAVE_LIBPTHREAD
39
40/* Define to 1 if you have the <limits.h> header file. */
41#undef HAVE_LIMITS_H
42
43/* Define to 1 if you have the <malloc.h> header file. */
44#undef HAVE_MALLOC_H
45
46/* Define to 1 if you have the <memory.h> header file. */
47#undef HAVE_MEMORY_H
48
49/* Define to 1 if `stat' has the bug that it succeeds when given the
50   zero-length file name argument. */
51#undef HAVE_STAT_EMPTY_STRING_BUG
52
53/* Define to 1 if you have the <stdint.h> header file. */
54#undef HAVE_STDINT_H
55
56/* Define to 1 if you have the <stdlib.h> header file. */
57#undef HAVE_STDLIB_H
58
59/* Define to 1 if you have the `strchr' function. */
60#undef HAVE_STRCHR
61
62/* Define to 1 if you have the <strings.h> header file. */
63#undef HAVE_STRINGS_H
64
65/* Define to 1 if you have the <string.h> header file. */
66#undef HAVE_STRING_H
67
68/* Define to 1 if you have the `strstr' function. */
69#undef HAVE_STRSTR
70
71/* Define to 1 if you have the <sys/stat.h> header file. */
72#undef HAVE_SYS_STAT_H
73
74/* Define to 1 if you have the <sys/types.h> header file. */
75#undef HAVE_SYS_TYPES_H
76
77/* Define to 1 if you have the <unistd.h> header file. */
78#undef HAVE_UNISTD_H
79
80/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
81   slash. */
82#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
83
84/* Define to the sub-directory in which libtool stores uninstalled libraries.
85   */
86#undef LT_OBJDIR
87
88/* Name of package */
89#undef PACKAGE
90
91/* Define to the address where bug reports for this package should be sent. */
92#undef PACKAGE_BUGREPORT
93
94/* "" */
95#undef PACKAGE_DATA_DIR
96
97/* "" */
98#undef PACKAGE_DOC_DIR
99
100/* "" */
101#undef PACKAGE_HELP_DIR
102
103/* "" */
104#undef PACKAGE_LOCALE_DIR
105
106/* "" */
107#undef PACKAGE_MENU_DIR
108
109/* Define to the full name of this package. */
110#undef PACKAGE_NAME
111
112/* "" */
113#undef PACKAGE_PIXMAPS_DIR
114
115/* "" */
116#undef PACKAGE_SOURCE_DIR
117
118/* Define to the full name and version of this package. */
119#undef PACKAGE_STRING
120
121/* Define to the one symbol short name of this package. */
122#undef PACKAGE_TARNAME
123
124/* Define to the version of this package. */
125#undef PACKAGE_VERSION
126
127/* Prefix of the package */
128#undef PREFIX
129
130/* Define to 1 if you have the ANSI C header files. */
131#undef STDC_HEADERS
132
133/* Version number of package */
134#undef VERSION
135
136/* Define to empty if `const' does not conform to ANSI C. */
137#undef const
138
139/* Define to `__inline__' or `__inline' if that's what the C compiler
140   calls it, or to nothing if 'inline' is not supported under any name.  */
141#ifndef __cplusplus
142#undef inline
143#endif
144
145/* Define to `unsigned int' if <sys/types.h> does not define. */
146#undef size_t
147
148/* Define to `int' if <sys/types.h> does not define. */
149#undef ssize_t
Note: See TracBrowser for help on using the browser.