Loading lib/config.dos +13 −0 Original line number Diff line number Diff line Loading @@ -44,7 +44,9 @@ #define HAVE_NET_IF_H 1 #define HAVE_PROCESS_H 1 #define HAVE_PERROR 1 #define HAVE_RECV 1 #define HAVE_SELECT 1 #define HAVE_SEND 1 #define HAVE_SETJMP_H 1 #define HAVE_SETLOCALE 1 #define HAVE_SETVBUF 1 Loading Loading @@ -75,10 +77,21 @@ #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 /* Qualifiers for send() and recv(). */ #define SEND_TYPE_ARG1 int #define SEND_QUAL_ARG2 const #define SEND_TYPE_ARG2 char * #define SEND_TYPE_ARG3 int #define SEND_TYPE_ARG4 int #define SEND_TYPE_RETV int #define RECV_TYPE_ARG1 int #define RECV_TYPE_ARG2 char * #define RECV_TYPE_ARG3 int #define RECV_TYPE_ARG4 int #define RECV_TYPE_RETV int #define BSD Loading lib/setup_once.h +0 −6 Original line number Diff line number Diff line Loading @@ -84,9 +84,6 @@ (RECV_TYPE_ARG4)(SEND_4TH_ARG)) #endif #else /* HAVE_RECV */ #ifdef MSDOS #define sread(x,y,z) (ssize_t)read_s((int)(x), (char *)(y), (int)(z)) #endif #ifndef sread /* */ Error Missing_definition_of_macro_sread Loading @@ -111,9 +108,6 @@ (SEND_TYPE_ARG4)(SEND_4TH_ARG)) #endif #else /* HAVE_SEND */ #ifdef MSDOS #define swrite(x,y,z) (ssize_t)write_s((int)(x), (char *)(y), (int)(z)) #endif #ifndef swrite /* */ Error Missing_definition_of_macro_swrite Loading Loading
lib/config.dos +13 −0 Original line number Diff line number Diff line Loading @@ -44,7 +44,9 @@ #define HAVE_NET_IF_H 1 #define HAVE_PROCESS_H 1 #define HAVE_PERROR 1 #define HAVE_RECV 1 #define HAVE_SELECT 1 #define HAVE_SEND 1 #define HAVE_SETJMP_H 1 #define HAVE_SETLOCALE 1 #define HAVE_SETVBUF 1 Loading Loading @@ -75,10 +77,21 @@ #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 /* Qualifiers for send() and recv(). */ #define SEND_TYPE_ARG1 int #define SEND_QUAL_ARG2 const #define SEND_TYPE_ARG2 char * #define SEND_TYPE_ARG3 int #define SEND_TYPE_ARG4 int #define SEND_TYPE_RETV int #define RECV_TYPE_ARG1 int #define RECV_TYPE_ARG2 char * #define RECV_TYPE_ARG3 int #define RECV_TYPE_ARG4 int #define RECV_TYPE_RETV int #define BSD Loading
lib/setup_once.h +0 −6 Original line number Diff line number Diff line Loading @@ -84,9 +84,6 @@ (RECV_TYPE_ARG4)(SEND_4TH_ARG)) #endif #else /* HAVE_RECV */ #ifdef MSDOS #define sread(x,y,z) (ssize_t)read_s((int)(x), (char *)(y), (int)(z)) #endif #ifndef sread /* */ Error Missing_definition_of_macro_sread Loading @@ -111,9 +108,6 @@ (SEND_TYPE_ARG4)(SEND_4TH_ARG)) #endif #else /* HAVE_SEND */ #ifdef MSDOS #define swrite(x,y,z) (ssize_t)write_s((int)(x), (char *)(y), (int)(z)) #endif #ifndef swrite /* */ Error Missing_definition_of_macro_swrite Loading