source: trunk/third/gnome-keyring/config.h.in @ 21094

Revision 21094, 3.4 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21093, which included commits to RCS files with non-trunk default branches.
Line 
1/* config.h.in.  Generated from configure.in by autoheader.  */
2
3/* always defined to indicate that i18n is enabled */
4#undef ENABLE_NLS
5
6/* The gettext domain name */
7#undef GETTEXT_PACKAGE
8
9/* Define to 1 if you have the `bind_textdomain_codeset' function. */
10#undef HAVE_BIND_TEXTDOMAIN_CODESET
11
12/* Have cmsgcred structure */
13#undef HAVE_CMSGCRED
14
15/* Define to 1 if you have the `dcgettext' function. */
16#undef HAVE_DCGETTEXT
17
18/* Define to 1 if you have the <dlfcn.h> header file. */
19#undef HAVE_DLFCN_H
20
21/* Define to 1 if you have the <fcntl.h> header file. */
22#undef HAVE_FCNTL_H
23
24/* Define if the GNU gettext() function is already present or preinstalled. */
25#undef HAVE_GETTEXT
26
27/* Define to 1 if you have the `gettimeofday' function. */
28#undef HAVE_GETTIMEOFDAY
29
30/* Define to 1 if you have the <inttypes.h> header file. */
31#undef HAVE_INTTYPES_H
32
33/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
34   declares uintmax_t. */
35#undef HAVE_INTTYPES_H_WITH_UINTMAX
36
37/* Define if your <locale.h> file defines LC_MESSAGES. */
38#undef HAVE_LC_MESSAGES
39
40/* Define to 1 if you have the `socket' library (-lsocket). */
41#undef HAVE_LIBSOCKET
42
43/* Define to 1 if you have the <locale.h> header file. */
44#undef HAVE_LOCALE_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 you have the `mkdtemp' function. */
50#undef HAVE_MKDTEMP
51
52/* Define to 1 if you have the `socket' function. */
53#undef HAVE_SOCKET
54
55/* Have socklen_t type */
56#undef HAVE_SOCKLEN_T
57
58/* Define to 1 if you have the <stdint.h> header file. */
59#undef HAVE_STDINT_H
60
61/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
62   uintmax_t. */
63#undef HAVE_STDINT_H_WITH_UINTMAX
64
65/* Define to 1 if you have the <stdlib.h> header file. */
66#undef HAVE_STDLIB_H
67
68/* Define to 1 if you have the <strings.h> header file. */
69#undef HAVE_STRINGS_H
70
71/* Define to 1 if you have the <string.h> header file. */
72#undef HAVE_STRING_H
73
74/* Define to 1 if you have the <sys/stat.h> header file. */
75#undef HAVE_SYS_STAT_H
76
77/* Define to 1 if you have the <sys/time.h> header file. */
78#undef HAVE_SYS_TIME_H
79
80/* Define to 1 if you have the <sys/types.h> header file. */
81#undef HAVE_SYS_TYPES_H
82
83/* Define to 1 if you have the <time.h> header file. */
84#undef HAVE_TIME_H
85
86/* Define to 1 if you have the <unistd.h> header file. */
87#undef HAVE_UNISTD_H
88
89/* Name of package */
90#undef PACKAGE
91
92/* Define to the address where bug reports for this package should be sent. */
93#undef PACKAGE_BUGREPORT
94
95/* Define to the full name of this package. */
96#undef PACKAGE_NAME
97
98/* Define to the full name and version of this package. */
99#undef PACKAGE_STRING
100
101/* Define to the one symbol short name of this package. */
102#undef PACKAGE_TARNAME
103
104/* Define to the version of this package. */
105#undef PACKAGE_VERSION
106
107/* Define as the return type of signal handlers (`int' or `void'). */
108#undef RETSIGTYPE
109
110/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
111#undef STAT_MACROS_BROKEN
112
113/* Define to 1 if you have the ANSI C header files. */
114#undef STDC_HEADERS
115
116/* Version number of package */
117#undef VERSION
118
119/* Define to empty if `const' does not conform to ANSI C. */
120#undef const
121
122/* Define to `int' if <sys/types.h> doesn't define. */
123#undef gid_t
124
125/* Define to `int' if <sys/types.h> does not define. */
126#undef pid_t
127
128/* Define to `unsigned' if <sys/types.h> does not define. */
129#undef size_t
130
131/* Define to `int' if <sys/types.h> doesn't define. */
132#undef uid_t
Note: See TracBrowser for help on using the repository browser.