aboutsummaryrefslogtreecommitdiffstats
path: root/pc/config.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-01-08 23:03:50 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-01-08 23:03:50 +0200
commit0cc0973babcc4c35557aade37be5926a3f6023c9 (patch)
treef4ae9f5f06a2b4483d6a7bb4ae3eb3e2c92ce98b /pc/config.h
parenta56b8c1a4b2495833fedd37b83305f5388cd2c2e (diff)
downloadegawk-0cc0973babcc4c35557aade37be5926a3f6023c9.tar.gz
egawk-0cc0973babcc4c35557aade37be5926a3f6023c9.tar.bz2
egawk-0cc0973babcc4c35557aade37be5926a3f6023c9.zip
PC fiexes from Eli.
Diffstat (limited to 'pc/config.h')
-rw-r--r--pc/config.h16
1 files changed, 4 insertions, 12 deletions
diff --git a/pc/config.h b/pc/config.h
index a7bd593c..58fe29c6 100644
--- a/pc/config.h
+++ b/pc/config.h
@@ -219,19 +219,9 @@
#define SPRINTF_RET int /* return type of sprintf */
#define HAVE_MKTIME /* we have the mktime function */
/* #undef HAVE_SOCKETS */ /* we have sockets on this system */
-/* #undef HAVE_PORTALS */ /* we have portals on /p on this system */
/* #undef DYNAMIC */ /* allow dynamic addition of builtins */
/* #undef STRTOD_NOT_C89 */ /* strtod doesn't have C89 semantics */
-/* Define if you have the __argz_count function. */
-#define HAVE___ARGZ_COUNT 1
-
-/* Define if you have the __argz_next function. */
-#define HAVE___ARGZ_NEXT 1
-
-/* Define if you have the __argz_stringify function. */
-#define HAVE___ARGZ_STRINGIFY 1
-
/* Define if you have the alarm function. */
#define HAVE_ALARM 1
@@ -287,10 +277,12 @@
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
-#endif
+#endif /* __MINGW32__ */
+#if defined(__MINGW32__) || defined(__DJGPP__)
/* Define if you have the setenv function. */
-/* #define HAVE_SETENV */
+#define HAVE_SETENV 1
+#endif
/* Define if you have the stpcpy function. */
/* #undef HAVE_STPCPY */