summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-03 13:12:10 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-03 13:12:10 +0000
commit74c37c00b0a58a53d55cfcc22eed91dc2837e545 (patch)
tree94c1d820c9a9b0c0d550171e26996bd28b2e6672 /win32
parente37c67b73f60944f8eeaf516ae8e1f880e61c708 (diff)
* win32/config.h.in: define HAVE_DECL_SYS_NERR.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/config.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/config.h.in b/win32/config.h.in
index 9b6616106d..a008018105 100644
--- a/win32/config.h.in
+++ b/win32/config.h.in
@@ -68,3 +68,5 @@
#define SIZEOF_VOIDP 4
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8
+
+#define HAVE_DECL_SYS_NERR 1