summaryrefslogtreecommitdiffstats
path: root/src/config.l
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-02-26 19:01:28 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-02-26 19:01:28 (GMT)
commitef3faee6f1fd013ae63914140ea7ff59a28199c1 (patch)
tree2585a0e63de09add4d7d9d4515ad676b706b1f87 /src/config.l
parent69fbf29b9b2be1bdf9132adb799f31ab343a642e (diff)
downloadDoxygen-ef3faee6f1fd013ae63914140ea7ff59a28199c1.zip
Doxygen-ef3faee6f1fd013ae63914140ea7ff59a28199c1.tar.gz
Doxygen-ef3faee6f1fd013ae63914140ea7ff59a28199c1.tar.bz2
Release-1.2.5-20010226
Diffstat (limited to 'src/config.l')
-rw-r--r--src/config.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.l b/src/config.l
index e06d867..9093c8e 100644
--- a/src/config.l
+++ b/src/config.l
@@ -1,4 +1,4 @@
-/* This file was generated by configgen on Sun Feb 25 14:30:18 2001
+/* This file was generated by configgen on Mon Feb 26 19:52:21 2001
* from config_templ.l
*
* DO NOT EDIT!
@@ -3039,7 +3039,7 @@ void checkConfig()
}
#undef PUTENV
-#if defined(_WIN32)
+#if defined(_WIN32) && !defined(__GNUC__)
#define PUTENV _putenv
#else
#define PUTENV putenv