mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 10:16:17 +01:00
Update to match what configure produces. Add the G_ATOMIC_*. Define
2004-08-04 Tor Lillqvist <tml@iki.fi> * config.h.win32.in: Update to match what configure produces. Add the G_ATOMIC_*. Define G_ATOMIC_I486 when compiling with gcc. Move HAVE_INT64_AND_I64 to where the configure script puts it. Add HAVE_INTTYPES_H_WITH_UINTMAX. Define intmax_t as __int64 for MSVC.
This commit is contained in:
parent
983dd431f1
commit
93627e1925
@ -1,3 +1,12 @@
|
|||||||
|
2004-08-04 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
* glib/glib.def: Add glib_check_version.
|
||||||
|
|
||||||
|
* config.h.win32.in: Update to match what configure produces. Add
|
||||||
|
the G_ATOMIC_*. Define G_ATOMIC_I486 when compiling with gcc. Move
|
||||||
|
HAVE_INT64_AND_I64 to where the configure script puts it. Add
|
||||||
|
HAVE_INTTYPES_H_WITH_UINTMAX. Define intmax_t as __int64 for MSVC.
|
||||||
|
|
||||||
Tue Aug 3 16:19:44 2004 Matthias Clasen <maclas@gmx.de>
|
Tue Aug 3 16:19:44 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/goption.c: Mark user visible strings for translation.
|
* glib/goption.c: Mark user visible strings for translation.
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
2004-08-04 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
* glib/glib.def: Add glib_check_version.
|
||||||
|
|
||||||
|
* config.h.win32.in: Update to match what configure produces. Add
|
||||||
|
the G_ATOMIC_*. Define G_ATOMIC_I486 when compiling with gcc. Move
|
||||||
|
HAVE_INT64_AND_I64 to where the configure script puts it. Add
|
||||||
|
HAVE_INTTYPES_H_WITH_UINTMAX. Define intmax_t as __int64 for MSVC.
|
||||||
|
|
||||||
Tue Aug 3 16:19:44 2004 Matthias Clasen <maclas@gmx.de>
|
Tue Aug 3 16:19:44 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/goption.c: Mark user visible strings for translation.
|
* glib/goption.c: Mark user visible strings for translation.
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
2004-08-04 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
* glib/glib.def: Add glib_check_version.
|
||||||
|
|
||||||
|
* config.h.win32.in: Update to match what configure produces. Add
|
||||||
|
the G_ATOMIC_*. Define G_ATOMIC_I486 when compiling with gcc. Move
|
||||||
|
HAVE_INT64_AND_I64 to where the configure script puts it. Add
|
||||||
|
HAVE_INTTYPES_H_WITH_UINTMAX. Define intmax_t as __int64 for MSVC.
|
||||||
|
|
||||||
Tue Aug 3 16:19:44 2004 Matthias Clasen <maclas@gmx.de>
|
Tue Aug 3 16:19:44 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/goption.c: Mark user visible strings for translation.
|
* glib/goption.c: Mark user visible strings for translation.
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
2004-08-04 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
* glib/glib.def: Add glib_check_version.
|
||||||
|
|
||||||
|
* config.h.win32.in: Update to match what configure produces. Add
|
||||||
|
the G_ATOMIC_*. Define G_ATOMIC_I486 when compiling with gcc. Move
|
||||||
|
HAVE_INT64_AND_I64 to where the configure script puts it. Add
|
||||||
|
HAVE_INTTYPES_H_WITH_UINTMAX. Define intmax_t as __int64 for MSVC.
|
||||||
|
|
||||||
Tue Aug 3 16:19:44 2004 Matthias Clasen <maclas@gmx.de>
|
Tue Aug 3 16:19:44 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/goption.c: Mark user visible strings for translation.
|
* glib/goption.c: Mark user visible strings for translation.
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
2004-08-04 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
* glib/glib.def: Add glib_check_version.
|
||||||
|
|
||||||
|
* config.h.win32.in: Update to match what configure produces. Add
|
||||||
|
the G_ATOMIC_*. Define G_ATOMIC_I486 when compiling with gcc. Move
|
||||||
|
HAVE_INT64_AND_I64 to where the configure script puts it. Add
|
||||||
|
HAVE_INTTYPES_H_WITH_UINTMAX. Define intmax_t as __int64 for MSVC.
|
||||||
|
|
||||||
Tue Aug 3 16:19:44 2004 Matthias Clasen <maclas@gmx.de>
|
Tue Aug 3 16:19:44 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/goption.c: Mark user visible strings for translation.
|
* glib/goption.c: Mark user visible strings for translation.
|
||||||
|
@ -49,6 +49,26 @@
|
|||||||
/* The size of system_thread, as computed by sizeof. */
|
/* The size of system_thread, as computed by sizeof. */
|
||||||
#define GLIB_SIZEOF_SYSTEM_THREAD 4
|
#define GLIB_SIZEOF_SYSTEM_THREAD 4
|
||||||
|
|
||||||
|
/* alpha atomic implementation */
|
||||||
|
/* #undef G_ATOMIC_ALPHA */
|
||||||
|
|
||||||
|
/* i486 atomic implementation */
|
||||||
|
#ifndef _MSC_VER
|
||||||
|
#define G_ATOMIC_I486 1
|
||||||
|
#endif /* _MSC_VER */
|
||||||
|
|
||||||
|
/* ia64 atomic implementation */
|
||||||
|
/* #undef G_ATOMIC_IA64 */
|
||||||
|
|
||||||
|
/* powerpc atomic implementation */
|
||||||
|
/* #undef G_ATOMIC_POWERPC */
|
||||||
|
|
||||||
|
/* sparcv9 atomic implementation */
|
||||||
|
/* #undef G_ATOMIC_SPARCV9 */
|
||||||
|
|
||||||
|
/* x86_64 atomic implementation */
|
||||||
|
/* #undef G_ATOMIC_X86_64 */
|
||||||
|
|
||||||
/* Whether glib was compiled with debugging enabled */
|
/* Whether glib was compiled with debugging enabled */
|
||||||
#define G_COMPILED_WITH_DEBUGGING "yes"
|
#define G_COMPILED_WITH_DEBUGGING "yes"
|
||||||
|
|
||||||
@ -133,6 +153,9 @@
|
|||||||
/* define to use system printf */
|
/* define to use system printf */
|
||||||
/* #undef HAVE_GOOD_PRINTF */
|
/* #undef HAVE_GOOD_PRINTF */
|
||||||
|
|
||||||
|
/* define to support printing 64-bit integers with format I64 */
|
||||||
|
#define HAVE_INT64_AND_I64 1
|
||||||
|
|
||||||
/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
|
/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
|
||||||
#ifndef _MSC_VER
|
#ifndef _MSC_VER
|
||||||
#define HAVE_INTMAX_T 1
|
#define HAVE_INTMAX_T 1
|
||||||
@ -140,14 +163,21 @@
|
|||||||
/* #undef HAVE_INTMAX_T */
|
/* #undef HAVE_INTMAX_T */
|
||||||
#endif /* _MSC_VER */
|
#endif /* _MSC_VER */
|
||||||
|
|
||||||
/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||||
declares uintmax_t. */
|
|
||||||
#ifndef _MSC_VER
|
#ifndef _MSC_VER
|
||||||
#define HAVE_INTTYPES_H 1
|
#define HAVE_INTTYPES_H 1
|
||||||
#else /* _MSC_VER */
|
#else /* _MSC_VER */
|
||||||
/* #undef HAVE_INTTYPES_H */
|
/* #undef HAVE_INTTYPES_H */
|
||||||
#endif /* _MSC_VER */
|
#endif /* _MSC_VER */
|
||||||
|
|
||||||
|
/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
|
||||||
|
declares uintmax_t. */
|
||||||
|
#ifndef _MSC_VER
|
||||||
|
#define HAVE_INTTYPES_H_WITH_UINTMAX 1
|
||||||
|
#else /* _MSC_VER */
|
||||||
|
/* #undef HAVE_INTTYPES_H_WITH_UINTMAX */
|
||||||
|
#endif /* _MSC_VER */
|
||||||
|
|
||||||
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
|
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
|
||||||
/* #undef HAVE_LANGINFO_CODESET */
|
/* #undef HAVE_LANGINFO_CODESET */
|
||||||
|
|
||||||
@ -175,7 +205,6 @@
|
|||||||
#else /* _MSC_VER */
|
#else /* _MSC_VER */
|
||||||
/* #undef HAVE_LONG_LONG */
|
/* #undef HAVE_LONG_LONG */
|
||||||
#endif /* _MSC_VER */
|
#endif /* _MSC_VER */
|
||||||
#define HAVE_INT64_AND_I64 1
|
|
||||||
|
|
||||||
/* define if system printf can print long long */
|
/* define if system printf can print long long */
|
||||||
#define HAVE_LONG_LONG_FORMAT 1
|
#define HAVE_LONG_LONG_FORMAT 1
|
||||||
@ -389,7 +418,7 @@
|
|||||||
#define PACKAGE_NAME "glib"
|
#define PACKAGE_NAME "glib"
|
||||||
|
|
||||||
/* Define to the full name and version of this package. */
|
/* Define to the full name and version of this package. */
|
||||||
#define PACKAGE_STRING "glib @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
|
#define PACKAGE_STRING "glib @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
|
||||||
|
|
||||||
/* Define to the one symbol short name of this package. */
|
/* Define to the one symbol short name of this package. */
|
||||||
#define PACKAGE_TARNAME "glib"
|
#define PACKAGE_TARNAME "glib"
|
||||||
@ -447,9 +476,9 @@
|
|||||||
/* If using the C implementation of alloca, define if you know the
|
/* If using the C implementation of alloca, define if you know the
|
||||||
direction of stack growth for your system; otherwise it will be
|
direction of stack growth for your system; otherwise it will be
|
||||||
automatically deduced at run-time.
|
automatically deduced at run-time.
|
||||||
STACK_DIRECTION > 0 => grows toward higher addresses
|
STACK_DIRECTION > 0 => grows toward higher addresses
|
||||||
STACK_DIRECTION < 0 => grows toward lower addresses
|
STACK_DIRECTION < 0 => grows toward lower addresses
|
||||||
STACK_DIRECTION = 0 => direction of growth unknown */
|
STACK_DIRECTION = 0 => direction of growth unknown */
|
||||||
/* #undef STACK_DIRECTION */
|
/* #undef STACK_DIRECTION */
|
||||||
|
|
||||||
/* Define to 1 if you have the ANSI C header files. */
|
/* Define to 1 if you have the ANSI C header files. */
|
||||||
@ -478,7 +507,7 @@
|
|||||||
#ifndef _MSC_VER
|
#ifndef _MSC_VER
|
||||||
/* #undef intmax_t */
|
/* #undef intmax_t */
|
||||||
#else /* _MSC_VER */
|
#else /* _MSC_VER */
|
||||||
#define intmax_t long
|
#define intmax_t __int64
|
||||||
#endif /* _MSC_VER */
|
#endif /* _MSC_VER */
|
||||||
|
|
||||||
/* Define to empty if the C compiler doesn't support this keyword. */
|
/* Define to empty if the C compiler doesn't support this keyword. */
|
||||||
|
Loading…
Reference in New Issue
Block a user