/* include/pi-config.h. Generated automatically by configure. */ /* Define to empty if the keyword does not work. */ /* #undef const */ /* Define as the return type of signal handlers (int or void). */ #define RETSIGTYPE void /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define if you can safely include both and . */ #define TIME_WITH_SYS_TIME 1 /* Define if your declares struct tm. */ /* #undef TM_IN_SYS_TIME */ /* Define if you have the strtoul function. */ #define HAVE_STRTOUL 1 /* Define if you have the memcpy function. */ #define HAVE_MEMCPY 1 /* Define if you have the memmove function. */ #define HAVE_MEMMOVE 1 /* Define if you have the strchr function. */ #define HAVE_STRCHR 1 /* Define if you have the strdup function. */ #define HAVE_STRDUP 1 /* Define if you have the atexit function. */ #define HAVE_ATEXIT 1 /* Define if you have the dup2 function. */ #define HAVE_DUP2 1 /* Define if you have the cfmakeraw function. */ #define HAVE_CFMAKERAW 1 /* Define if you have the cfsetspeed function. */ #define HAVE_CFSETSPEED 1 /* Define if you have the cfsetispeed function. */ #define HAVE_CFSETISPEED 1 /* Define if you have the cfsetospeed function. */ #define HAVE_CFSETOSPEED 1 /* Define if you have the sigaction function. */ #define HAVE_SIGACTION 1 /* Define if you have the putenv function. */ #define HAVE_PUTENV 1 /* Define if you have the cispeed and cospeed members of struct termios */ #define TERMIOS_CSPEED 1 /* Define if you have the sa_len member of struct sockaddr */ /* #undef HAVE_SA_LEN */ /* Define if you have the inet_aton function */ #define HAVE_INET_ATON 1 /* Define if you have the gethostname function */ #define HAVE_GETHOSTNAME 1 /* Define if you have the uname function */ #define HAVE_UNAME 1 /* Define if you have the header file. */ #define HAVE_FCNTL_H 1 /* Define if you have the header file. */ #define HAVE_MALLOC_H 1 /* Define if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define if you have the header file. */ #define HAVE_STRING_H 1 /* Define if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define if you have the header file. */ #define HAVE_SYS_IOCTL_H 1 /* Define if you have the header file. */ #define HAVE_SYS_SELECT_H 1 /* Define if you have the header file. */ #define HAVE_SYS_TIME_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_IOCTL_COMPAT_H */ /* Define if you have the header file. */ #define HAVE_NETINET_IN_H 1 /* Define if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define if you have the header file. */ #define HAVE_DIRENT_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_NDIR_H */ /* Define if you have the header file. */ #define HAVE_SYS_DIR_H 1 /* Define if you have the header file. */ /* #undef HAVE_NDIR_H */ /* Define if you have the header file. */ /* #undef HAVE_SOCKIO_H */ /* Define if you have the header file. */ #define HAVE_NETDB_H 1 /* Define if you have the header file. */ #define HAVE_SYS_UTSNAME_H 1 /* Define if you have a good iconv */ #define HAVE_ICONV 1 #ifdef NeXT # include #endif #if TIME_WITH_SYS_TIME # include # include #else # if HAVE_SYS_TIME_H # include # else # include # endif #endif #ifdef HAVE_FCNTL_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #ifdef HAVE_MEMORY_H # include #endif #ifdef HAVE_MALLOC_H # include #endif #ifdef HAVE_STRING_H # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_STDLIB_H # include #endif #ifdef HAVE_NETINET_IN_H # include #endif #ifdef HAVE_SYS_IOCTL_H # include #endif #ifdef HAVE_SOCKIO_H # include #endif #ifdef HAVE_NETDB_H # include #endif #ifdef HAVE_SYS_UTSNAME_H # include #endif #ifdef HAVE_SYS_SELECT_H # include #endif #if defined(HAVE_DIRENT_H) && !defined(NeXT) # include # define NAMLEN(dirent) strlen((dirent)->d_name) #else # define dirent direct # define NAMLEN(dirent) (dirent)->d_namlen # if HAVE_SYS_NDIR_H # include # endif # if HAVE_SYS_DIR_H # include # endif # if HAVE_NDIR_H # include # endif #endif #ifndef HAVE_STRTOUL # define strtoul(str,ptr,base) (unsigned long)strtol((str),(ptr),(base)) #endif #ifndef HAVE_STRCHR # define strchr index # define strrchr rindex #endif #ifndef HAVE_MEMCPY # define memcpy(d, s, n) bcopy ((s), (d), (n)) #endif #ifndef HAVE_MEMMOVE # define memmove(d, s, n) bcopy ((s), (d), (n)) #endif #ifndef HAVE_ATEXIT # define atexit(x) on_exit((x),NULL) #endif #ifdef __cplusplus extern "C" { #endif #ifndef HAVE_STRDUP char * strdup(const char *string); # ifndef bzero # define bzero(b,len) memset(b,0,len) # endif #endif #ifndef HAVE_PUTENV int putenv(const char *string); #endif #ifdef __cplusplus } #endif #include #ifndef ENOMSG # define ENOMSG 1024 #endif #if defined(__FreeBSD__) # define TTYPrompt "/dev/cua[<0..n>]" #else # define TTYPrompt "/dev/tty[<0..n>]" #endif #ifdef NeXT # define SGTTY #endif /* Include internet headers */ #include #include #include #include #ifndef NeXT #include #endif .