comparison config.h.mingw @ 13152:4bb701a8736f

[gaim-migrate @ 15515] gaim_utf8_strftime() will now provide %z itself if your C library doesn't have it. I'm going to use this shortly. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 07 Feb 2006 07:25:45 +0000
parents e856f985a0b9
children d5bfc701e1e5
comparison
equal deleted inserted replaced
13151:1646cd4f00ad 13152:4bb701a8736f
370 /* Define to 1 if you have the `strerror' function. */ 370 /* Define to 1 if you have the `strerror' function. */
371 #define HAVE_STRERROR 1 371 #define HAVE_STRERROR 1
372 372
373 /* Define to 1 if you have the `strftime' function. */ 373 /* Define to 1 if you have the `strftime' function. */
374 #define HAVE_STRFTIME 1 374 #define HAVE_STRFTIME 1
375
376 /* Define to 1 if you have a strftime() that supports the %z format string. */
377 /* #undef HAVE_STRFTIME_Z_FORMAT */
375 378
376 /* Define to 1 if you have the <strings.h> header file. */ 379 /* Define to 1 if you have the <strings.h> header file. */
377 #define HAVE_STRINGS_H 1 380 #define HAVE_STRINGS_H 1
378 381
379 /* Define to 1 if you have the <string.h> header file. */ 382 /* Define to 1 if you have the <string.h> header file. */