diff options
author | Bradford Hovinen <hovinen@helixcode.com> | 2000-08-18 19:13:07 +0000 |
---|---|---|
committer | Bradford Hovinen (Gdict maintainer) <hovinen@src.gnome.org> | 2000-08-18 19:13:07 +0000 |
commit | dd169482d6da7dbf57cdb2b1a0004561ffb2e21d (patch) | |
tree | e2a278a1dc6d12266e3b894619cbc0afec1b05fa /acconfig.h | |
parent | 890a61a575745b73128a826858058114f2702e71 (diff) | |
download | gnome-control-center-dd169482d6da7dbf57cdb2b1a0004561ffb2e21d.tar.gz |
Check for putenv and setenv and set appropriate macros in config.h
2000-08-18 Bradford Hovinen <hovinen@helixcode.com>
* configure.in: Check for putenv and setenv and set appropriate
macros in config.h
2000-08-18 Bradford Hovinen <hovinen@helixcode.com>
* preview.c (setup_path): Use setenv only when available, try to
use putenv otherwise
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 5d0df38d1..654f4507f 100644 --- a/acconfig.h +++ b/acconfig.h @@ -20,3 +20,6 @@ #undef HAVE_DEVGTK #undef WITH_SYMBOL_UNDERSCORE + +#undef HAVE_PUTENV +#undef HAVE_SETENV |