diff options
author | Yang Tse <yangsita@gmail.com> | 2009-05-02 02:36:47 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-05-02 02:36:47 +0000 |
commit | 80186aa7f44ed5155665d96336b508403b3d4a03 (patch) | |
tree | 98c88c8c9d965c30e73d9c51be48b0aea5749d5e /ares/Makefile.netware | |
parent | 6ac739630f4e9f5374affcab56600f23cda7fc93 (diff) |
Use build-time configured ares_socklen_t instead of socklen_t
Diffstat (limited to 'ares/Makefile.netware')
-rw-r--r-- | ares/Makefile.netware | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ares/Makefile.netware b/ares/Makefile.netware index 71cb242f5..a58528d99 100644 --- a/ares/Makefile.netware +++ b/ares/Makefile.netware @@ -303,7 +303,6 @@ ifeq ($(LIBARCH),CLIB) @echo $(DL)#define SEND_TYPE_ARG3 int$(DL) >> $@ @echo $(DL)#define SEND_TYPE_ARG4 int$(DL) >> $@ @echo $(DL)#define SEND_TYPE_RETV int$(DL) >> $@ - @echo $(DL)#define socklen_t int$(DL) >> $@ else @echo $(DL)#define OS "i586-pc-libc-NetWare"$(DL) >> $@ @echo $(DL)#define HAVE_DLFCN_H 1$(DL) >> $@ @@ -407,9 +406,6 @@ endif @echo $(DL)#else$(DL) >> $@ @echo $(DL)#define HAVE_VARIADIC_MACROS_C99 1$(DL) >> $@ @echo $(DL)#endif$(DL) >> $@ -ifdef OLD_NOVELLSDK - @echo $(DL)#define socklen_t int$(DL) >> $@ -endif FORCE: ; |