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.9 by pcg, Fri Mar 18 01:53:05 2005 UTC vs.
Revision 1.11 by pcg, Mon Dec 5 12:58:05 2005 UTC

304#undef TM_IN_SYS_TIME 304#undef TM_IN_SYS_TIME
305 305
306/* Version number of package */ 306/* Version number of package */
307#undef VERSION 307#undef VERSION
308 308
309/* Enable GNU extenstions */ 309/* Enable GNU extensions */
310#undef _GNU_SOURCE 310#undef _GNU_SOURCE
311 311
312/* Define to empty if `const' does not conform to ANSI C. */ 312/* Define to empty if `const' does not conform to ANSI C. */
313#undef const 313#undef const
314 314
339typedef int32_t s32; 339typedef int32_t s32;
340#endif 340#endif
341 341
342#endif 342#endif
343 343
344// include clocale first because gettext.h might overwrite setlocale 344#if HAVE_CLOCALE
345#if defined(HAVE_CLOCALE) && defined(__cplusplus) 345# define CLOCALE <clocale>
346# include <clocale>
347#else 346#else
348# include <locale.h> 347# define CLOCALE <locale.h>
349#endif 348#endif
350#include "gettext.h"
351 349

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines