diff options
author | Tor Lillqvist <tml@iki.fi> | 2001-12-22 08:29:06 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2001-12-22 08:29:06 +0000 |
commit | c2794647a476bd7a124c7e543cb2f2a6bbada466 (patch) | |
tree | e956c5a225aa9ac7d958ce77d97147186f356369 /config.h.win32.in | |
parent | 9504ea2f6f125954badb7278fcbddeace79be32d (diff) | |
download | glib-c2794647a476bd7a124c7e543cb2f2a6bbada466.tar.gz |
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.in | 4 |
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 */ |