Updated efl-launcher to netbook-launcher-efl 0.3.3
[efl-launcher.git] / efl-launcher / config.h.in
blob483c77a810c3247e40afa87398c3b936c7f4bba3
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4 systems. This function is required for `alloca.c' support on those systems.
5 */
6 #undef CRAY_STACKSEG_END
8 /* Define to 1 if using `alloca.c'. */
9 #undef C_ALLOCA
11 /* always defined to indicate that i18n is enabled */
12 #undef ENABLE_NLS
14 /* Define to the Gettext package name */
15 #undef GETTEXT_PACKAGE
17 /* Define to 1 if you have `alloca', as a function or macro. */
18 #undef HAVE_ALLOCA
20 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
22 #undef HAVE_ALLOCA_H
24 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
25 #undef HAVE_BIND_TEXTDOMAIN_CODESET
27 /* Define to 1 if you have the `dcgettext' function. */
28 #undef HAVE_DCGETTEXT
30 /* Define to 1 if you have the <dlfcn.h> header file. */
31 #undef HAVE_DLFCN_H
33 /* Define if the GNU gettext() function is already present or preinstalled. */
34 #undef HAVE_GETTEXT
36 /* have google gadgets. */
37 #undef HAVE_GOOGLE_GADGETS
39 /* Define to 1 if you have the <inttypes.h> header file. */
40 #undef HAVE_INTTYPES_H
42 /* Define if your <locale.h> file defines LC_MESSAGES. */
43 #undef HAVE_LC_MESSAGES
45 /* Define to 1 if you have the <locale.h> header file. */
46 #undef HAVE_LOCALE_H
48 /* Define to 1 if you have the <memory.h> header file. */
49 #undef HAVE_MEMORY_H
51 /* Define to 1 if you have the <stdint.h> header file. */
52 #undef HAVE_STDINT_H
54 /* Define to 1 if you have the <stdlib.h> header file. */
55 #undef HAVE_STDLIB_H
57 /* Define to 1 if you have the <strings.h> header file. */
58 #undef HAVE_STRINGS_H
60 /* Define to 1 if you have the <string.h> header file. */
61 #undef HAVE_STRING_H
63 /* Define to 1 if you have the <sys/stat.h> header file. */
64 #undef HAVE_SYS_STAT_H
66 /* Define to 1 if you have the <sys/types.h> header file. */
67 #undef HAVE_SYS_TYPES_H
69 /* Define to 1 if you have the <unistd.h> header file. */
70 #undef HAVE_UNISTD_H
72 /* Define to 1 if your compiler has __attribute__ */
73 #undef HAVE___ATTRIBUTE__
75 /* Define to the sub-directory in which libtool stores uninstalled libraries.
77 #undef LT_OBJDIR
79 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
80 #undef NO_MINUS_C_MINUS_O
82 /* Name of package */
83 #undef PACKAGE
85 /* Define to the address where bug reports for this package should be sent. */
86 #undef PACKAGE_BUGREPORT
88 /* Define to the full name of this package. */
89 #undef PACKAGE_NAME
91 /* Define to the full name and version of this package. */
92 #undef PACKAGE_STRING
94 /* Define to the one symbol short name of this package. */
95 #undef PACKAGE_TARNAME
97 /* Define to the home page for this package. */
98 #undef PACKAGE_URL
100 /* Define to the version of this package. */
101 #undef PACKAGE_VERSION
103 /* If using the C implementation of alloca, define if you know the
104 direction of stack growth for your system; otherwise it will be
105 automatically deduced at runtime.
106 STACK_DIRECTION > 0 => grows toward higher addresses
107 STACK_DIRECTION < 0 => grows toward lower addresses
108 STACK_DIRECTION = 0 => direction of growth unknown */
109 #undef STACK_DIRECTION
111 /* Define to 1 if you have the ANSI C header files. */
112 #undef STDC_HEADERS
114 /* whether to use a quit button */
115 #undef USE_QUIT
117 /* Enable extensions on AIX 3, Interix. */
118 #ifndef _ALL_SOURCE
119 # undef _ALL_SOURCE
120 #endif
121 /* Enable GNU extensions on systems that have them. */
122 #ifndef _GNU_SOURCE
123 # undef _GNU_SOURCE
124 #endif
125 /* Enable threading extensions on Solaris. */
126 #ifndef _POSIX_PTHREAD_SEMANTICS
127 # undef _POSIX_PTHREAD_SEMANTICS
128 #endif
129 /* Enable extensions on HP NonStop. */
130 #ifndef _TANDEM_SOURCE
131 # undef _TANDEM_SOURCE
132 #endif
133 /* Enable general extensions on Solaris. */
134 #ifndef __EXTENSIONS__
135 # undef __EXTENSIONS__
136 #endif
139 /* Version number of package */
140 #undef VERSION
142 /* Define to 1 if on MINIX. */
143 #undef _MINIX
145 /* Define to 2 if the system does not provide POSIX.1 features except with
146 this defined. */
147 #undef _POSIX_1_SOURCE
149 /* Define to 1 if you need to in order for `stat' and other things to work. */
150 #undef _POSIX_SOURCE
152 /* Macro declaring a function argument to be unused */
153 #undef __UNUSED__
155 /* Define to empty if `const' does not conform to ANSI C. */
156 #undef const
158 /* Define to `unsigned int' if <sys/types.h> does not define. */
159 #undef size_t