comparison config.h.in @ 7:5551ab2301fe

* Fixed a DND crash * When running a SSH bookmark, make sure need_userpass is enabled for that connection * moved anonymous ftp stuff from gtk port to rfc959.c * call bind_textdomain_codeset in gtk+ port * translation fixes for menus (from Owen Taylor <otaylor@redhat.com>)
author masneyb
date Fri, 23 Aug 2002 12:40:44 +0000
parents 8b1883341c6f
children ddb983d8574b
comparison
equal deleted inserted replaced
6:5678b5179c35 7:5551ab2301fe
81 #undef HAVE___ARGZ_NEXT 81 #undef HAVE___ARGZ_NEXT
82 82
83 /* Define if you have the __argz_stringify function. */ 83 /* Define if you have the __argz_stringify function. */
84 #undef HAVE___ARGZ_STRINGIFY 84 #undef HAVE___ARGZ_STRINGIFY
85 85
86 /* Define if you have the dcgettext function. */
87 #undef HAVE_DCGETTEXT
88
89 /* Define if you have the feof_unlocked function. */ 86 /* Define if you have the feof_unlocked function. */
90 #undef HAVE_FEOF_UNLOCKED 87 #undef HAVE_FEOF_UNLOCKED
91 88
92 /* Define if you have the fgets_unlocked function. */ 89 /* Define if you have the fgets_unlocked function. */
93 #undef HAVE_FGETS_UNLOCKED 90 #undef HAVE_FGETS_UNLOCKED
96 #undef HAVE_GAI_STRERROR 93 #undef HAVE_GAI_STRERROR
97 94
98 /* Define if you have the getaddrinfo function. */ 95 /* Define if you have the getaddrinfo function. */
99 #undef HAVE_GETADDRINFO 96 #undef HAVE_GETADDRINFO
100 97
98 /* Define if you have the getc_unlocked function. */
99 #undef HAVE_GETC_UNLOCKED
100
101 /* Define if you have the getcwd function. */ 101 /* Define if you have the getcwd function. */
102 #undef HAVE_GETCWD 102 #undef HAVE_GETCWD
103 103
104 /* Define if you have the getegid function. */ 104 /* Define if you have the getegid function. */
105 #undef HAVE_GETEGID 105 #undef HAVE_GETEGID
156 #undef HAVE_STPCPY 156 #undef HAVE_STPCPY
157 157
158 /* Define if you have the strcasecmp function. */ 158 /* Define if you have the strcasecmp function. */
159 #undef HAVE_STRCASECMP 159 #undef HAVE_STRCASECMP
160 160
161 /* Define if you have the strchr function. */
162 #undef HAVE_STRCHR
163
164 /* Define if you have the strdup function. */ 161 /* Define if you have the strdup function. */
165 #undef HAVE_STRDUP 162 #undef HAVE_STRDUP
166 163
167 /* Define if you have the strstr function. */ 164 /* Define if you have the strstr function. */
168 #undef HAVE_STRSTR 165 #undef HAVE_STRSTR
239 /* Name of package */ 236 /* Name of package */
240 #undef PACKAGE 237 #undef PACKAGE
241 238
242 /* Version number of package */ 239 /* Version number of package */
243 #undef VERSION 240 #undef VERSION
241
242 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>,
243 and declares uintmax_t. */
244 #undef HAVE_INTTYPES_H_WITH_UINTMAX
245
246 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>,
247 and declares uintmax_t. */
248 #undef HAVE_STDINT_H_WITH_UINTMAX
249
250 /* Define if you have the unsigned long long type. */
251 #undef HAVE_UNSIGNED_LONG_LONG
252
253 /* Define if integer division by zero raises signal SIGFPE. */
254 #undef INTDIV0_RAISES_SIGFPE
255
256 /* Define to unsigned long or unsigned long long
257 if <inttypes.h> and <stdint.h> don't define. */
258 #undef uintmax_t
259
260 /* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
261 #undef HAVE_INTTYPES_H
262
263 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
264 #undef PRI_MACROS_BROKEN
244 265
245 /* Define if you have the iconv() function. */ 266 /* Define if you have the iconv() function. */
246 #undef HAVE_ICONV 267 #undef HAVE_ICONV
247 268
248 /* Define as const if the declaration of iconv() needs const. */ 269 /* Define as const if the declaration of iconv() needs const. */
259 #undef ENABLE_NLS 280 #undef ENABLE_NLS
260 281
261 /* Define if the GNU gettext() function is already present or preinstalled. */ 282 /* Define if the GNU gettext() function is already present or preinstalled. */
262 #undef HAVE_GETTEXT 283 #undef HAVE_GETTEXT
263 284
285 /* Define if the GNU dcgettext() function is already present or preinstalled. */
286 #undef HAVE_DCGETTEXT
287