source: trunk/third/bonobo-activation/config.h.in @ 18563

Revision 18563, 3.6 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18562, which included commits to RCS files with non-trunk default branches.
Line 
1/* config.h.in.  Generated from configure.in by autoheader.  */
2/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
3
4#undef BONOBO_ACTIVATION_DEBUG
5
6#undef ENABLE_NLS
7#undef HAVE_CATGETS
8#undef HAVE_GETTEXT
9#undef GETTEXT_PACKAGE
10#undef HAVE_LC_MESSAGES
11#undef HAVE_STPCPY
12
13/* always defined to indicate that i18n is enabled */
14#undef ENABLE_NLS
15
16/* Define to 1 if you have the <alloca.h> header file. */
17#undef HAVE_ALLOCA_H
18
19/* Define to 1 if you have the `bind_textdomain_codeset' function. */
20#undef HAVE_BIND_TEXTDOMAIN_CODESET
21
22/* Define to 1 if you have the `dcgettext' function. */
23#undef HAVE_DCGETTEXT
24
25/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
26   */
27#undef HAVE_DIRENT_H
28
29/* Define to 1 if you have the <dlfcn.h> header file. */
30#undef HAVE_DLFCN_H
31
32/* Define to 1 if you have the <fcntl.h> header file. */
33#undef HAVE_FCNTL_H
34
35/* Define if the GNU gettext() function is already present or preinstalled. */
36#undef HAVE_GETTEXT
37
38/* Define to 1 if you have the <inttypes.h> header file. */
39#undef HAVE_INTTYPES_H
40
41/* Define if your <locale.h> file defines LC_MESSAGES. */
42#undef HAVE_LC_MESSAGES
43
44/* Define to 1 if you have the `popt' library (-lpopt). */
45#undef HAVE_LIBPOPT
46
47/* Define to 1 if you have the <locale.h> header file. */
48#undef HAVE_LOCALE_H
49
50/* Define to 1 if you have the <malloc.h> header file. */
51#undef HAVE_MALLOC_H
52
53/* Define to 1 if you have the <memory.h> header file. */
54#undef HAVE_MEMORY_H
55
56/* Define to 1 if you have the `nanosleep' function. */
57#undef HAVE_NANOSLEEP
58
59/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
60#undef HAVE_NDIR_H
61
62/* Define to 1 if you have the `select' function. */
63#undef HAVE_SELECT
64
65/* Define to 1 if you have the `snprintf' function. */
66#undef HAVE_SNPRINTF
67
68/* Define to 1 if you have the <stdint.h> header file. */
69#undef HAVE_STDINT_H
70
71/* Define to 1 if you have the <stdlib.h> header file. */
72#undef HAVE_STDLIB_H
73
74/* Define to 1 if you have the `strcspn' function. */
75#undef HAVE_STRCSPN
76
77/* Define to 1 if you have the `strdup' function. */
78#undef HAVE_STRDUP
79
80/* Define to 1 if you have the <strings.h> header file. */
81#undef HAVE_STRINGS_H
82
83/* Define to 1 if you have the <string.h> header file. */
84#undef HAVE_STRING_H
85
86/* Define to 1 if you have the `strtol' function. */
87#undef HAVE_STRTOL
88
89/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
90   */
91#undef HAVE_SYS_DIR_H
92
93/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
94   */
95#undef HAVE_SYS_NDIR_H
96
97/* Define to 1 if you have the <sys/stat.h> header file. */
98#undef HAVE_SYS_STAT_H
99
100/* Define to 1 if you have the <sys/types.h> header file. */
101#undef HAVE_SYS_TYPES_H
102
103/* Define to 1 if you have the <unistd.h> header file. */
104#undef HAVE_UNISTD_H
105
106/* Define to 1 if you have the `unsetenv' function. */
107#undef HAVE_UNSETENV
108
109/* Define to 1 if you have the `usleep' function. */
110#undef HAVE_USLEEP
111
112/* Name of package */
113#undef PACKAGE
114
115/* Define to the address where bug reports for this package should be sent. */
116#undef PACKAGE_BUGREPORT
117
118/* Define to the full name of this package. */
119#undef PACKAGE_NAME
120
121/* Define to the full name and version of this package. */
122#undef PACKAGE_STRING
123
124/* Define to the one symbol short name of this package. */
125#undef PACKAGE_TARNAME
126
127/* Define to the version of this package. */
128#undef PACKAGE_VERSION
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 1 if `lex' declares `yytext' as a `char *' by default, not a
137   `char[]'. */
138#undef YYTEXT_POINTER
139
140/* Define to empty if `const' does not conform to ANSI C. */
141#undef const
Note: See TracBrowser for help on using the repository browser.