aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.netware
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2008-09-04 22:01:19 +0000
committerGunter Knauf <gk@gknw.de>2008-09-04 22:01:19 +0000
commit4558c8f37a5cd1926d2fbda8df83ee63d869bd18 (patch)
tree57138353987bc973339634f71b23924a50f3d368 /lib/Makefile.netware
parentbb67388bbea127222d41019dad393436a253fc77 (diff)
enabled largefile feature for LIBC builds.
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r--lib/Makefile.netware2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware
index 9d7c78c3b..bd5f4f4d1 100644
--- a/lib/Makefile.netware
+++ b/lib/Makefile.netware
@@ -439,6 +439,8 @@ else
@echo $(DL)#define SEND_TYPE_ARG4 int$(DL) >> $@
@echo $(DL)#define SEND_TYPE_RETV ssize_t$(DL) >> $@
@echo $(DL)#define SIZEOF_STRUCT_IN6_ADDR 16$(DL) >> $@
+ @echo $(DL)#define SIZEOF_OFF_T 8$(DL) >> $@
+ @echo $(DL)#define _LARGEFILE 1$(DL) >> $@
ifdef ENABLE_IPV6
@echo $(DL)#define ENABLE_IPV6 1$(DL) >> $@
endif