summaryrefslogtreecommitdiff
path: root/config.h.win32.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2001-12-22 08:29:06 +0000
committerTor Lillqvist <tml@src.gnome.org>2001-12-22 08:29:06 +0000
commitc2794647a476bd7a124c7e543cb2f2a6bbada466 (patch)
treee956c5a225aa9ac7d958ce77d97147186f356369 /config.h.win32.in
parent9504ea2f6f125954badb7278fcbddeace79be32d (diff)
Add (undefined) HAVE_C99_VSNPRINTF.
2001-12-21 Tor Lillqvist <tml@iki.fi> * config.h.win32.in: Add (undefined) HAVE_C99_VSNPRINTF. * glibconfig.h.win32.in: Add definition of G_HAVE_GROWING_STACK. * tests/Makefile.am: Rename the progs_LDADD, thread_LDADD and module_LDADD Make macros to progs_ldadd, thread_ldadd and module_ldadd. Newer automakes reserve macros named *_LDADD for the use as LDADDs for targets it knows. * glib/giowin32.c: (struct _GIOWin32Watch): 'callback' wasn't used here, either. 2001-12-21 Tor Lillqvist <tml@iki.fi> * gobject.def: Add g_signal_get_invocation_hint.
Diffstat (limited to 'config.h.win32.in')
-rw-r--r--config.h.win32.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.win32.in b/config.h.win32.in
index dae918eef..f4f195d57 100644
--- a/config.h.win32.in
+++ b/config.h.win32.in
@@ -152,6 +152,10 @@
/* Define if you have the `atexit' function. */
#define HAVE_ATEXIT 1
+/* Define if you have a version of the vsnprintf function with semantics as
+ specified by the ISO C99 standard. */
+/* #undef HAVE_C99_VSNPRINTF */
+
/* Have nl_langinfo (CODESET) */
/* #undef HAVE_CODESET */