diff options
author | Tor Lillqvist <tml@iki.fi> | 2001-11-25 23:36:29 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2001-11-25 23:36:29 +0000 |
commit | 9a60bfac0c7342461430125098291c6b5d7550fc (patch) | |
tree | a7692efd5a5d4fa0f40653ae1507aeb7aa6f8429 /acconfig.h | |
parent | 7a181cf52b951103b4037d0d7443c739250c85d0 (diff) | |
download | gdk-pixbuf-9a60bfac0c7342461430125098291c6b5d7550fc.tar.gz |
demos/pixbuf-demo.c M_PI -> G_PI.
2001-11-26 Tor Lillqvist <tml@iki.fi>
* demos/pixbuf-demo.c
* demos/gtk-demo/pixbufs.c: M_PI -> G_PI.
* demos/gtk-demo/main.c (read_line): No flockfile() or
getc_unlocked() on Win32.
2001-11-25 Tor Lillqvist <tml@iki.fi>
* configure.in
* acconfig.h: As we now use GDir, no need to check for dirent.h.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index 46c889f71..0bcd0e67b 100644 --- a/acconfig.h +++ b/acconfig.h @@ -20,7 +20,6 @@ #undef HAVE_CATGETS #undef HAVE_DIMM_H -#undef HAVE_DIRENT_H #undef HAVE_GETTEXT #undef HAVE_IPC_H #undef HAVE_LC_MESSAGES |