ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/config.h.in
(Generate patch)

Comparing gvpe/config.h.in (file contents):
Revision 1.8 by pcg, Tue Mar 1 06:27:20 2005 UTC vs.
Revision 1.9 by pcg, Fri Mar 18 01:53:05 2005 UTC

57#undef HAVE_ARPA_INET_H 57#undef HAVE_ARPA_INET_H
58 58
59/* Define to 1 if you have the `asprintf' function. */ 59/* Define to 1 if you have the `asprintf' function. */
60#undef HAVE_ASPRINTF 60#undef HAVE_ASPRINTF
61 61
62/* Define to 1 if you have the <clocale> header file. */
63#undef HAVE_CLOCALE
64
62/* Cygwin */ 65/* Cygwin */
63#undef HAVE_CYGWIN 66#undef HAVE_CYGWIN
64 67
65/* Define to 1 if you have the `daemon' function. */ 68/* Define to 1 if you have the `daemon' function. */
66#undef HAVE_DAEMON 69#undef HAVE_DAEMON
90/* Define if you have the iconv() function. */ 93/* Define if you have the iconv() function. */
91#undef HAVE_ICONV 94#undef HAVE_ICONV
92 95
93/* Define to 1 if you have the <inttypes.h> header file. */ 96/* Define to 1 if you have the <inttypes.h> header file. */
94#undef HAVE_INTTYPES_H 97#undef HAVE_INTTYPES_H
98
99/* Define to 1 if you have the `gmp' library (-lgmp). */
100#undef HAVE_LIBGMP
95 101
96/* Define to 1 if you have the `nsl' library (-lnsl). */ 102/* Define to 1 if you have the `nsl' library (-lnsl). */
97#undef HAVE_LIBNSL 103#undef HAVE_LIBNSL
98 104
99/* Define to 1 if you have the `socket' library (-lsocket). */ 105/* Define to 1 if you have the `socket' library (-lsocket). */
333typedef int32_t s32; 339typedef int32_t s32;
334#endif 340#endif
335 341
336#endif 342#endif
337 343
344// include clocale first because gettext.h might overwrite setlocale
345#if defined(HAVE_CLOCALE) && defined(__cplusplus)
346# include <clocale>
347#else
348# include <locale.h>
349#endif
350#include "gettext.h"
351

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines