mirror of
https://github.com/curl/curl.git
synced 2026-08-25 19:03:33 +03:00
HAVE_LIMITS_H definition for NetWare CLIB
This commit is contained in:
parent
dd0b38b32f
commit
6434b42481
3 changed files with 3 additions and 0 deletions
|
|
@ -375,6 +375,7 @@ 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) >> $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue