00001 @BOTTOM@ 00002 00003 #include <sys/types.h> 00004 00005 #ifdef HAVE_WINSOCK2_H 00006 # include <winsock2.h> 00007 # include <windows.h> 00008 #endif 00009 00010 #ifdef __svr4__ 00011 # define BSD_COMP 1 00012 #endif 00013 00014 #if defined(__osf__) && !defined(_SOCKADDR_LEN) 00015 # define _SOCKADDR_LEN 1 00016 #endif 00017 00018 #ifndef HAVE_INET_PTON 00019 int inet_pton(int, const char *, void *); 00020 #endif 00021 00022 #ifndef HAVE_STRLCAT 00023 int strlcat(char *, const char *, int); 00024 #endif 00025 00026 #ifndef HAVE_STRLCPY 00027 int strlcpy(char *, const char *, int); 00028 #endif 00029 00030 #ifndef HAVE_STRSEP 00031 char *strsep(char **, const char *); 00032 #endif