aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2009-04-15 04:11:33 +0000
committerGunter Knauf <gk@gknw.de>2009-04-15 04:11:33 +0000
commitf7400212fcccbb5817f71f4b7de0176ef054abf0 (patch)
tree9d0099baaa9570d17d207d6960a5aa55320eaca0 /lib
parent6434b42481e969f92fe8bc8671376f5f78f39c65 (diff)
moved HAVE_LIMITS_H to common defines (no idea why I didnt this initially already)
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.netware3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware
index dc97c802c..d666fb058 100644
--- a/lib/Makefile.netware
+++ b/lib/Makefile.netware
@@ -387,7 +387,6 @@ config.h: Makefile.netware
ifeq ($(LIBARCH),CLIB)
@echo $(DL)#define OS "i586-pc-clib-NetWare"$(DL) >> $@
@echo $(DL)#define NETDB_USE_INTERNET 1$(DL) >> $@
- @echo $(DL)#define HAVE_LIMITS_H 1$(DL) >> $@
@echo $(DL)#define HAVE_STRICMP 1$(DL) >> $@
@echo $(DL)#define HAVE_STRNICMP 1$(DL) >> $@
@echo $(DL)#define RECV_TYPE_ARG1 int$(DL) >> $@
@@ -415,7 +414,6 @@ else
@echo $(DL)#define HAVE_FTRUNCATE 1$(DL) >> $@
@echo $(DL)#define HAVE_GETTIMEOFDAY 1$(DL) >> $@
@echo $(DL)#define HAVE_INTTYPES_H 1$(DL) >> $@
- @echo $(DL)#define HAVE_LIMITS_H 1$(DL) >> $@
@echo $(DL)#define HAVE_LONGLONG 1$(DL) >> $@
@echo $(DL)#define HAVE_STDINT_H 1$(DL) >> $@
@echo $(DL)#define HAVE_STRCASECMP 1$(DL) >> $@
@@ -470,6 +468,7 @@ endif
@echo $(DL)#define HAVE_INET_ADDR 1$(DL) >> $@
@echo $(DL)#define HAVE_IOCTL 1$(DL) >> $@
@echo $(DL)#define HAVE_IOCTL_FIONBIO 1$(DL) >> $@
+ @echo $(DL)#define HAVE_LIMITS_H 1$(DL) >> $@
@echo $(DL)#define HAVE_LL 1$(DL) >> $@
@echo $(DL)#define HAVE_LOCALE_H 1$(DL) >> $@
@echo $(DL)#define HAVE_LOCALTIME_R 1$(DL) >> $@