diff options
author | Sebastian Wilhelmi <wilhelmi@ira.uka.de> | 2000-09-19 14:30:35 +0000 |
---|---|---|
committer | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 2000-09-19 14:30:35 +0000 |
commit | e2600b0476761b7d87bf5dd7d328edb094059a0e (patch) | |
tree | 1a59f260431391efbd03d25dba09559c9f04c8d9 /acconfig.h | |
parent | ddbb2ea440c537a88d55761ad2bc5fbd23149b6a (diff) |
Test for the existence of getcwd, and use it only when found.
2000-09-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* acconfig.h, configure.in, gutils.c: Test for the existence of
getcwd, and use it only when found.
* glib.h: Only use the gcc-variable-macro-argument-extension for
gcc >= 2.4. Both patches from Jonas Oberg <jonas@gnu.org>.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 4c2a1beb2..f73f375a4 100644 --- a/acconfig.h +++ b/acconfig.h @@ -57,6 +57,7 @@ #undef HAVE_CODESET #undef HAVE_DOPRNT #undef HAVE_FLOAT_H +#undef HAVE_GETCWD #undef HAVE_GETPWUID_R #undef HAVE_GETPWUID_R_POSIX #undef HAVE_LIMITS_H |