about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2009-01-31 01:37:54 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2009-01-31 01:37:54 -0500
commit32b6b1ad98ff34d90910fa87e2987b18de5e8990 (patch)
tree01ea926d83585dbcee9e749b9cc709f0dd59897f /src
parentf2ee8aa9cdc210dc3be066eff423747f23aacb53 (diff)
downloadlynx-snapshots-32b6b1ad98ff34d90910fa87e2987b18de5e8990.tar.gz
snapshot of project "lynx", label v2-8-7dev_12f
Diffstat (limited to 'src')
-rw-r--r--src/LYReadCFG.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYReadCFG.c b/src/LYReadCFG.c
index e914661d..67b66e52 100644
--- a/src/LYReadCFG.c
+++ b/src/LYReadCFG.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYReadCFG.c,v 1.136 2009/01/25 18:46:29 tom Exp $
+ * $LynxId: LYReadCFG.c,v 1.137 2009/01/29 01:02:26 tom Exp $
  */
 #ifndef NO_RULES
 #include <HTRules.h>
@@ -1640,7 +1640,7 @@ void free_lynx_cfg(void)
 #ifdef VMS
 		    Define_VMSLogical(name, NULL);
 #else
-# ifdef HAVE_UNPUTENV
+# ifdef HAVE_PUTENV
 		    if (putenv(name))
 			break;
 # else