home *** CD-ROM | disk | FTP | other *** search
/ ftp.ncftp.com / ftp.ncftp.com.zip / ftp.ncftp.com / ncftp / older_versions / ncftp-3.2.2-src.tar.bz2 / ncftp-3.2.2-src.tar / ncftp-3.2.2 / libncftp / wincfg.h < prev   
Text File  |  2001-11-17  |  2KB  |  59 lines

  1. /* #define alarm_time_t unsigned int */ /* leave undefined */
  2. #define gethost_addrptr_t const char *
  3. #define gethostname_size_t int
  4. #define listen_backlog_t int
  5. #define read_return_t int
  6. #define read_size_t unsigned int
  7. #define sockaddr_size_t int
  8. #define sockopt_size_t int
  9. #define SETSOCKOPT_ARG4 (char *)
  10. #define GETSOCKOPT_ARG4 (char *)
  11. #define write_return_t int
  12. #define write_size_t unsigned int
  13. #define tv_sec_t long
  14. #define tv_usec_t long
  15. #define recv_return_t int
  16. #define recv_size_t unsigned int
  17. #define send_return_t int
  18. #define send_size_t unsigned int
  19.  
  20. #define SELECT_TYPE_ARG1 int
  21.  
  22. /* Define to the type of args 2, 3 and 4 for select(). */
  23. #define SELECT_TYPE_ARG234 (fd_set *)
  24.  
  25. /* Define to the type of arg5 for select(). */
  26. #define SELECT_TYPE_ARG5 (struct timeval *)
  27.  
  28. /* Define if you have the ANSI C header files.  */
  29. #define STDC_HEADERS 1
  30.  
  31. /* Define if you have the gethostname function.  */
  32. #define HAVE_GETHOSTNAME 1
  33.  
  34. /* Define if you have the mktime function.  */
  35. #define HAVE_MKTIME 1
  36.  
  37. /* Define if you have the socket function.  */
  38. #define HAVE_SOCKET 1
  39.  
  40. /* #define HAVE_STRCASECMP 1 */
  41.  
  42. /* Define if you have the strstr function.  */
  43. #define HAVE_STRSTR 1
  44.  
  45. /* Define if you have the <unistd.h> header file.  */
  46. /* #define HAVE_UNISTD_H 1 */
  47.  
  48. /* Define if you have the snprintf function.  */
  49. #define HAVE_SNPRINTF 1
  50.  
  51. /* Define if you have the vsnprintf function.  */
  52. #define HAVE_VSNPRINTF 1
  53.  
  54. #define HAVE_LONG_LONG 1
  55. #define SCANF_LONG_LONG "%I64d"
  56. #define PRINTF_LONG_LONG "%I64d"
  57. #define PRINTF_LONG_LONG_I64D 1
  58. #define SCANF_LONG_LONG_I64D 1
  59.