aboutsummaryrefslogtreecommitdiffstats
path: root/pc/config.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-07-16 13:17:58 +0300
committerArnold D. Robbins <arnold@skeeve.com>2010-07-16 13:17:58 +0300
commite888f1834b88270590b7e04d64c03c75863e4565 (patch)
treeab679ecbf16dc4f11b90a53f4b1e0084d78c98b0 /pc/config.h
parentfae4762eba9ff7bb466a600130e9c90eaac6b0bc (diff)
downloadegawk-e888f1834b88270590b7e04d64c03c75863e4565.tar.gz
egawk-e888f1834b88270590b7e04d64c03c75863e4565.tar.bz2
egawk-e888f1834b88270590b7e04d64c03c75863e4565.zip
Move to gawk-3.1.2.
Diffstat (limited to 'pc/config.h')
-rw-r--r--pc/config.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/pc/config.h b/pc/config.h
index 6544abb8..1048ecba 100644
--- a/pc/config.h
+++ b/pc/config.h
@@ -90,7 +90,9 @@
#define HAVE_VPRINTF 1
/* Define as __inline if that's what the C compiler calls it. */
-/* #undef inline */
+#if defined (_MSC_VER)
+#define inline
+#endif
/* Define if on MINIX. */
/* #undef _MINIX */
@@ -338,6 +340,11 @@
# define HAVE_POPEN_H
+/* #if defined (_MSC_VER) */
+#define ssize_t long int
+/* #endif */
+
+
#if (defined(_MSC_VER) && defined(MSDOS)) || defined(__MINGW32__)
# define system(s) os_system(s)
#endif