~james-w/+junk/hello-debhelper-proposed

1 by James Westby
Import upstream version 2.2
1
/* config.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 when using the gnulib close-stream module. */
8
#undef GNULIB_CLOSE_STREAM
9
10
/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
11
   CoreFoundation framework. */
12
#undef HAVE_CFLOCALECOPYCURRENT
13
14
/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
15
   the CoreFoundation framework. */
16
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
17
18
/* Define if the GNU dcgettext() function is already present or preinstalled.
19
   */
20
#undef HAVE_DCGETTEXT
21
22
/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
23
   */
24
#undef HAVE_DECL_GETENV
25
26
/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
27
   don't. */
28
#undef HAVE_DECL_STRERROR_R
29
30
/* Define to 1 if you have the declaration of `__fpending', and to 0 if you
31
   don't. */
32
#undef HAVE_DECL___FPENDING
33
34
/* Define to 1 if you have the <getopt.h> header file. */
35
#undef HAVE_GETOPT_H
36
37
/* Define to 1 if you have the `getopt_long_only' function. */
38
#undef HAVE_GETOPT_LONG_ONLY
39
40
/* Define if the GNU gettext() function is already present or preinstalled. */
41
#undef HAVE_GETTEXT
42
43
/* Define if you have the iconv() function. */
44
#undef HAVE_ICONV
45
46
/* Define to 1 if the compiler supports one of the keywords 'inline',
47
   '__inline__', '__inline' and effectively inlines functions marked as such.
48
   */
49
#undef HAVE_INLINE
50
51
/* Define to 1 if you have the <inttypes.h> header file. */
52
#undef HAVE_INTTYPES_H
53
54
/* Define to 1 if you have the `iswprint' function. */
55
#undef HAVE_ISWPRINT
56
57
/* Define to 1 if mbrtowc and mbstate_t are properly declared. */
58
#undef HAVE_MBRTOWC
59
60
/* Define to 1 if you have the `mbsinit' function. */
61
#undef HAVE_MBSINIT
62
63
/* Define to 1 if <wchar.h> declares mbstate_t. */
64
#undef HAVE_MBSTATE_T
65
66
/* Define to 1 if you have the <memory.h> header file. */
67
#undef HAVE_MEMORY_H
68
69
/* Define to 1 if stdbool.h conforms to C99. */
70
#undef HAVE_STDBOOL_H
71
72
/* Define to 1 if you have the <stdint.h> header file. */
73
#undef HAVE_STDINT_H
74
75
/* Define to 1 if you have the <stdio_ext.h> header file. */
76
#undef HAVE_STDIO_EXT_H
77
78
/* Define to 1 if you have the <stdlib.h> header file. */
79
#undef HAVE_STDLIB_H
80
81
/* Define to 1 if you have the `strerror_r' function. */
82
#undef HAVE_STRERROR_R
83
84
/* Define to 1 if you have the <strings.h> header file. */
85
#undef HAVE_STRINGS_H
86
87
/* Define to 1 if you have the <string.h> header file. */
88
#undef HAVE_STRING_H
89
90
/* Define to 1 if you have the <sys/stat.h> header file. */
91
#undef HAVE_SYS_STAT_H
92
93
/* Define to 1 if you have the <sys/types.h> header file. */
94
#undef HAVE_SYS_TYPES_H
95
96
/* Define to 1 if you have the <unistd.h> header file. */
97
#undef HAVE_UNISTD_H
98
99
/* Define to 1 if you have the <wchar.h> header file. */
100
#undef HAVE_WCHAR_H
101
102
/* Define to 1 if you have the <wctype.h> header file. */
103
#undef HAVE_WCTYPE_H
104
105
/* Define to 1 if the system has the type `_Bool'. */
106
#undef HAVE__BOOL
107
108
/* Define to 1 if you have the `__fpending' function. */
109
#undef HAVE___FPENDING
110
111
/* Name of package */
112
#undef PACKAGE
113
114
/* Define to the address where bug reports for this package should be sent. */
115
#undef PACKAGE_BUGREPORT
116
117
/* Define to the full name of this package. */
118
#undef PACKAGE_NAME
119
120
/* Define to the full name and version of this package. */
121
#undef PACKAGE_STRING
122
123
/* Define to the one symbol short name of this package. */
124
#undef PACKAGE_TARNAME
125
126
/* Define to the version of this package. */
127
#undef PACKAGE_VERSION
128
129
/* the number of pending output bytes on stream `fp' */
130
#undef PENDING_OUTPUT_N_BYTES
131
132
/* Define to 1 if you have the ANSI C header files. */
133
#undef STDC_HEADERS
134
135
/* Define to 1 if strerror_r returns char *. */
136
#undef STRERROR_R_CHAR_P
137
138
/* Version number of package */
139
#undef VERSION
140
141
/* Enable GNU extensions on systems that have them.  */
142
#ifndef _GNU_SOURCE
143
# undef _GNU_SOURCE
144
#endif
145
146
/* Define to rpl_ if the getopt replacement functions and variables should be
147
   used. */
148
#undef __GETOPT_PREFIX
149
150
/* Define to `__inline__' or `__inline' if that's what the C compiler
151
   calls it, or to nothing if 'inline' is not supported under any name.  */
152
#ifndef __cplusplus
153
#undef inline
154
#endif
155
156
/* Define to a type if <wchar.h> does not define. */
157
#undef mbstate_t