home *** CD-ROM | disk | FTP | other *** search
/ ftp.ncftp.com / ftp.ncftp.com.zip / ftp.ncftp.com / libncftp / libncftp-3.2.5-src.zip / libncftp-3.2.5 / sio / wincfg.h < prev   
Text File  |  2001-11-17  |  2KB  |  83 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* #define alarm_time_t unsigned int */ /* leave undefined */
  5. #define gethost_addrptr_t const char *
  6. #define gethostname_size_t int
  7. #define listen_backlog_t int
  8. #define read_return_t int
  9. #define read_size_t unsigned int
  10. #define sockaddr_size_t int
  11. #define sockopt_size_t int
  12. #define SETSOCKOPT_ARG4 (char *)
  13. #define GETSOCKOPT_ARG4 (char *)
  14. #define write_return_t int
  15. #define write_size_t unsigned int
  16. #define tv_sec_t long
  17. #define tv_usec_t long
  18. #define recv_return_t int
  19. #define recv_size_t unsigned int
  20. #define send_return_t int
  21. #define send_size_t unsigned int
  22.  
  23. /* #define CAN_USE_SYS_SELECT_H 1 */
  24.  
  25. /* Define to empty if the keyword does not work.  */
  26. /* #undef const */
  27.  
  28. /* #undef HAVE_MSGHDR_ACCRIGHTS */
  29.  
  30. /* #define HAVE_MSGHDR_CONTROL 1 */
  31.  
  32. /* Define if you have sigsetjmp and siglongjmp. */
  33. /* #define HAVE_SIGSETJMP 1 */
  34.  
  35. /* #undef HAVE_SOCKADDR_UN_SUN_LEN */
  36.  
  37. /* #define HAVE_STRUCT_CMSGDHR 1 */
  38.   
  39. /* Define to the type of arg1 for select(). */
  40. #define SELECT_TYPE_ARG1 int
  41.  
  42. /* Define to the type of args 2, 3 and 4 for select(). */
  43. #define SELECT_TYPE_ARG234 (fd_set FAR *)
  44.  
  45. /* Define to the type of arg5 for select(). */
  46. #define SELECT_TYPE_ARG5 (const struct timeval FAR *)
  47.  
  48. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  49. /* #undef size_t */
  50.  
  51. /* Define if you have the ANSI C header files.  */
  52. #define STDC_HEADERS 1
  53.  
  54. /* Define if you have the sigaction function.  */
  55. /* #define HAVE_SIGACTION 1 */
  56.  
  57. /* Define if you have the <sys/select.h> header file.  */
  58. /* #define HAVE_SYS_SELECT_H 1 */
  59.  
  60. /* Define if you have the <sys/time.h> header file.  */
  61. /* #undef HAVE_SYS_TIME_H */
  62.  
  63. /* Define if you have the <sys/un.h> header file.  */
  64. /* #define HAVE_SYS_UN_H 1 */
  65.  
  66. /* Define if you have the <unistd.h> header file.  */
  67. /* #define HAVE_UNISTD_H 1 */
  68.  
  69. /* Define if you have the 44bsd library (-l44bsd).  */
  70. /* #undef HAVE_LIB44BSD */
  71.  
  72. /* Define if you have the gen library (-lgen).  */
  73. /* #undef HAVE_LIBGEN */
  74.  
  75. /* Define if you have the nsl library (-lnsl).  */
  76. /* #undef HAVE_LIBNSL */
  77.  
  78. /* Define if you have the resolv library (-lresolv).  */
  79. /* #undef HAVE_LIBRESOLV */
  80.  
  81. /* Define if you have the socket library (-lsocket).  */
  82. /* #undef HAVE_LIBSOCKET */
  83.