2000-10-16 Tor Lillqvist <tml@iki.fi>
+ * glibconfig.h.win32.in: Remove alloca stuff from here. galloca.h
+ takes care of it, correctly.
+
* giowin32.c (reader_thread): Some more debugging output.
(g_io_channel_win32_poll): Remove unused vars.
2000-10-16 Tor Lillqvist <tml@iki.fi>
+ * glibconfig.h.win32.in: Remove alloca stuff from here. galloca.h
+ takes care of it, correctly.
+
* giowin32.c (reader_thread): Some more debugging output.
(g_io_channel_win32_poll): Remove unused vars.
2000-10-16 Tor Lillqvist <tml@iki.fi>
+ * glibconfig.h.win32.in: Remove alloca stuff from here. galloca.h
+ takes care of it, correctly.
+
* giowin32.c (reader_thread): Some more debugging output.
(g_io_channel_win32_poll): Remove unused vars.
2000-10-16 Tor Lillqvist <tml@iki.fi>
+ * glibconfig.h.win32.in: Remove alloca stuff from here. galloca.h
+ takes care of it, correctly.
+
* giowin32.c (reader_thread): Some more debugging output.
(g_io_channel_win32_poll): Remove unused vars.
2000-10-16 Tor Lillqvist <tml@iki.fi>
+ * glibconfig.h.win32.in: Remove alloca stuff from here. galloca.h
+ takes care of it, correctly.
+
* giowin32.c (reader_thread): Some more debugging output.
(g_io_channel_win32_poll): Remove unused vars.
2000-10-16 Tor Lillqvist <tml@iki.fi>
+ * glibconfig.h.win32.in: Remove alloca stuff from here. galloca.h
+ takes care of it, correctly.
+
* giowin32.c (reader_thread): Some more debugging output.
(g_io_channel_win32_poll): Remove unused vars.
2000-10-16 Tor Lillqvist <tml@iki.fi>
+ * glibconfig.h.win32.in: Remove alloca stuff from here. galloca.h
+ takes care of it, correctly.
+
* giowin32.c (reader_thread): Some more debugging output.
(g_io_channel_win32_poll): Remove unused vars.
2000-10-16 Tor Lillqvist <tml@iki.fi>
+ * glibconfig.h.win32.in: Remove alloca stuff from here. galloca.h
+ takes care of it, correctly.
+
* giowin32.c (reader_thread): Some more debugging output.
(g_io_channel_win32_poll): Remove unused vars.
#define g_memmove(d,s,n) G_STMT_START { memmove ((d), (s), (n)); } G_STMT_END
-#define GLIB_HAVE_ALLOCA_H 1
-#ifdef _MSC_VER
-#define alloca _alloca
-#endif
-
#define GLIB_MAJOR_VERSION @GLIB_MAJOR_VERSION@
#define GLIB_MINOR_VERSION @GLIB_MINOR_VERSION@
#define GLIB_MICRO_VERSION @GLIB_MICRO_VERSION@