blah. use G_WITH_CYGWIN instead of G_HAVE_CYGWIN

-Yosh
This commit is contained in:
Manish Singh 1999-10-06 19:45:04 +00:00
parent 1dc5f94cfa
commit acbe34e51a
9 changed files with 33 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Oct 6 12:44:23 PDT 1999 Manish Singh <yosh@gimp.org>
* configure.in: blah. use G_WITH_CYGWIN instead of G_HAVE_CYGWIN
1999-10-05 Tor Lillqvist <tml@iki.fi>
* glib.h: (Win32) Drop the mapping of POSIX function names to the

View File

@ -1,3 +1,7 @@
Wed Oct 6 12:44:23 PDT 1999 Manish Singh <yosh@gimp.org>
* configure.in: blah. use G_WITH_CYGWIN instead of G_HAVE_CYGWIN
1999-10-05 Tor Lillqvist <tml@iki.fi>
* glib.h: (Win32) Drop the mapping of POSIX function names to the

View File

@ -1,3 +1,7 @@
Wed Oct 6 12:44:23 PDT 1999 Manish Singh <yosh@gimp.org>
* configure.in: blah. use G_WITH_CYGWIN instead of G_HAVE_CYGWIN
1999-10-05 Tor Lillqvist <tml@iki.fi>
* glib.h: (Win32) Drop the mapping of POSIX function names to the

View File

@ -1,3 +1,7 @@
Wed Oct 6 12:44:23 PDT 1999 Manish Singh <yosh@gimp.org>
* configure.in: blah. use G_WITH_CYGWIN instead of G_HAVE_CYGWIN
1999-10-05 Tor Lillqvist <tml@iki.fi>
* glib.h: (Win32) Drop the mapping of POSIX function names to the

View File

@ -1,3 +1,7 @@
Wed Oct 6 12:44:23 PDT 1999 Manish Singh <yosh@gimp.org>
* configure.in: blah. use G_WITH_CYGWIN instead of G_HAVE_CYGWIN
1999-10-05 Tor Lillqvist <tml@iki.fi>
* glib.h: (Win32) Drop the mapping of POSIX function names to the

View File

@ -1,3 +1,7 @@
Wed Oct 6 12:44:23 PDT 1999 Manish Singh <yosh@gimp.org>
* configure.in: blah. use G_WITH_CYGWIN instead of G_HAVE_CYGWIN
1999-10-05 Tor Lillqvist <tml@iki.fi>
* glib.h: (Win32) Drop the mapping of POSIX function names to the

View File

@ -1,3 +1,7 @@
Wed Oct 6 12:44:23 PDT 1999 Manish Singh <yosh@gimp.org>
* configure.in: blah. use G_WITH_CYGWIN instead of G_HAVE_CYGWIN
1999-10-05 Tor Lillqvist <tml@iki.fi>
* glib.h: (Win32) Drop the mapping of POSIX function names to the

View File

@ -1,3 +1,7 @@
Wed Oct 6 12:44:23 PDT 1999 Manish Singh <yosh@gimp.org>
* configure.in: blah. use G_WITH_CYGWIN instead of G_HAVE_CYGWIN
1999-10-05 Tor Lillqvist <tml@iki.fi>
* glib.h: (Win32) Drop the mapping of POSIX function names to the

View File

@ -1434,7 +1434,7 @@ case $host in
;;
*-*-cygwin*)
glib_os="#define G_OS_UNIX
#define G_HAVE_CYGWIN"
#define G_WITH_CYGWIN"
;;
*)
glib_os="#define G_OS_UNIX"