From bbae5b49f9b25be7e54a0b8388700091bfa6d825 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Fri, 27 Oct 2006 13:57:16 +0000 Subject: Added 'RECV_TYPE_ARGx' needed in getinfo.c. --- lib/config.dos | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib') diff --git a/lib/config.dos b/lib/config.dos index 9bccdb956..709632a11 100644 --- a/lib/config.dos +++ b/lib/config.dos @@ -75,6 +75,11 @@ #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 +#define RECV_TYPE_ARG1 int +#define RECV_TYPE_ARG2 char * +#define RECV_TYPE_ARG3 int +#define RECV_TYPE_ARG4 int + #define BSD /* #define MALLOCDEBUG */ -- cgit v1.2.3