From e77250e15794ab1182cfe575ce5f3e0eff33e25a Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Sun, 1 Jul 2001 11:35:59 +0000 Subject: [PATCH] port fix from stable branch --- ChangeLog | 5 +++++ acconfig.h | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index e89710b35b..8233f49bd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-07-01 Sven Neumann + + * acconfig.h: add HAVE_FINITE and HAVE_ISFINITE + (fix from stable branch) + 2001-06-29 Michael Natterer * app/appenums.h: removed GimpFillType. diff --git a/acconfig.h b/acconfig.h index 1023f56beb..065c509e59 100644 --- a/acconfig.h +++ b/acconfig.h @@ -20,9 +20,11 @@ #undef HAVE_CATGETS #undef HAVE_DIRENT_H #undef HAVE_DOPRNT +#undef HAVE_FINITE #undef HAVE_GETTEXT #undef HAVE_GLIBC_REGEX #undef HAVE_IPC_H +#undef HAVE_ISFINITE #undef HAVE_LC_MESSAGES #undef HAVE_MMAP #undef HAVE_NDIR_H