diff options
author | Tor Lillqvist <tml@iki.fi> | 2000-08-01 21:43:56 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2000-08-01 21:43:56 +0000 |
commit | 7bc2cb6e6ef4ed94a486cf1e41497ee2e46c045b (patch) | |
tree | f1191a89df72afd537c945d84772b1019bc1f2ce /ChangeLog.pre-2-8 | |
parent | d0893cc5dd8bf29995e597f90d5a2873b1167c61 (diff) | |
download | gtk+-7bc2cb6e6ef4ed94a486cf1e41497ee2e46c045b.tar.gz |
Check for <unistd.h>.
2000-08-02 Tor Lillqvist <tml@iki.fi>
* configure.in: Check for <unistd.h>.
2000-08-02 Tor Lillqvist <tml@iki.fi>
* io-bmp.c
* io-ico.c
* io-ras.c
* io-tiff.c
* io-wbmp.c: Conditionalise inclusion of <unistd.h>.
* makefile.mingw.in: List loaders alphabetically. Add the wbmp
one. Fix names of DLLs to have '-' instead of '_'.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 8f0be3ee27..dc4697d1c7 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2000-08-02 Tor Lillqvist <tml@iki.fi> + + * configure.in: Check for <unistd.h>. + 2000-08-01 Martin Baulig <baulig@suse.de> * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning() |