extern unsigned long inet_addr PROTO((char *));
#endif
-#if !defined(HAVE_INET_NTOA) || !defined(HAVE_INET_NETOF) && !defined(SCOUNIX)
+#if !defined(HAVE_INET_NTOA) || !defined(HAVE_INET_NETOF)
#include <netinet/in.h>
#endif
-#ifndef SCOUNIX /* SCO Openserver has these, but the header files are broken */
#ifndef HAVE_INET_NTOA
extern char *inet_ntoa PROTO((struct in_addr));
#endif
#ifndef HAVE_INET_NETOF
extern int inet_netof PROTO((struct in_addr));
#endif
-#endif /* SCOUNIX */
int global_count, max_global_count;
extern char *myctime PROTO((time_t));
#define DupString(x,y) do{x=MyMalloc(strlen(y)+1);(void)strcpy(x,y);(void)strip_trailing_spaces(x);}while(0)
-#ifndef SCOUNIX
extern u_char tolowertab[], touppertab[];
-#else
-extern unsigned char tolowertab[], touppertab[];
- /* Typedef for u_char exists and is wrong. */
-#endif
#undef tolower
#define tolower(c) (tolowertab[(u_char)(c)])