summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorBradford Hovinen <hovinen@helixcode.com>2000-08-18 19:13:07 +0000
committerBradford Hovinen (Gdict maintainer) <hovinen@src.gnome.org>2000-08-18 19:13:07 +0000
commitdd169482d6da7dbf57cdb2b1a0004561ffb2e21d (patch)
treee2a278a1dc6d12266e3b894619cbc0afec1b05fa /acconfig.h
parent890a61a575745b73128a826858058114f2702e71 (diff)
downloadgnome-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.h3
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