summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorCedric Gustin <cedric.gustin@swing.be>2005-01-24 13:45:43 +0000
committerCedric Gustin <gustin@src.gnome.org>2005-01-24 13:45:43 +0000
commit944cf782e6e4f42d1f3ecaf8e32c3dcecee66398 (patch)
treeeb32c9d5689a55033d59fe9c6beeaa1af1a33df0 /config.h.in
parentc2ccd135fe14e3bb25438d2f516ddd7f08fd745a (diff)
downloadglibmm-944cf782e6e4f42d1f3ecaf8e32c3dcecee66398.tar.gz
Added MSVC_Net2003 directory. Added mkfifo #define (for mingw32). Added
2005-01-24 Cedric Gustin <cedric.gustin@swing.be> * Makefile.am, configure.in: Added MSVC_Net2003 directory. * config.h.in: Added mkfifo #define (for mingw32). * glib/glibmmconfig.h.in: Added new #define's to MSVC section. * examples/iochannel_stream/Makefile.am: Do not build on win32 with mingw32 (mkfifo not available). * scripts/cxx_std.m4: Fixed typo in AC_DEFINE macros. * build_shared/Makefile_build.am_fragment: Removed $(sublib_name)_COMPILATION variable (is useless now on cygwin/mingw as all symbols are dll exported). * MSVC_Net2003/*: Initial commit imported from glibmm-2-4 branch. * MSVC_Net2003/glibmm/Makefile.am: Rewrote rule for local copy of glibmmconfig.h (required for 'make distcheck').
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 8d6df85e..d04186be 100644
--- a/config.h.in
+++ b/config.h.in
@@ -2,3 +2,4 @@
#undef HAVE_FLOCKFILE
#undef HAVE_FUNLOCKFILE
#undef GETC_UNLOCKED
+#undef HAVE_MKFIFO