aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.netware
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-16 18:23:16 +0000
committerYang Tse <yangsita@gmail.com>2008-09-16 18:23:16 +0000
commit7d7f63059adfee00f59485ff099b32b6a76eca80 (patch)
tree5cdeab9b45913edd9516ad063d30d5b71d58d620 /lib/Makefile.netware
parent8c6c0a7bcc4a7244ca0766ed4d3738a97917651f (diff)
NetWare seems to have writev()
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r--lib/Makefile.netware1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware
index a573e57ee..5e3e861bb 100644
--- a/lib/Makefile.netware
+++ b/lib/Makefile.netware
@@ -488,6 +488,7 @@ endif
@echo $(DL)#define HAVE_UNISTD_H 1$(DL) >> $@
@echo $(DL)#define HAVE_UTIME 1$(DL) >> $@
@echo $(DL)#define HAVE_UTIME_H 1$(DL) >> $@
+ @echo $(DL)#define HAVE_WRITEV 1$(DL) >> $@
@echo $(DL)#define RETSIGTYPE void$(DL) >> $@
@echo $(DL)#define SIZEOF_STRUCT_IN_ADDR 4$(DL) >> $@
@echo $(DL)#define STDC_HEADERS 1$(DL) >> $@