acconfig.h
上传用户:pycemail
上传日期:2007-01-04
资源大小:329k
文件大小:2k
源码类别:

Ftp客户端

开发平台:

Unix_Linux

  1. /* -*- C -*- */
  2. /* @configure_input@ */
  3. #ifndef config_h_included
  4. #define config_h_included
  5. /*************************************************************************
  6.  * This section is automatically generated by 'configure'.  Adjust these
  7.  * if configure didn't make a correct guess for your system.
  8.  *************************************************************************/
  9. /* Define if you have the <glob.h> header file. */
  10. #undef HAVE_GLOB_H
  11. /* Define if your <glob.h> defines GLOB_PERIOD macro. */
  12. #undef HAVE_GLOB_PERIOD
  13. /* Define if you already have a typedef for timer_t */
  14. #undef HAVE_TIMER_T
  15. /* Define if your struct utmp uses ut_user and not ut_name */
  16. #undef HAVE_UTMAXTYPE
  17. /* Define if your struct utmp has ut_host */
  18. #undef HAVE_UT_UT_HOST
  19. /* Define to `int' if <sys/types.h> doesn't define. */
  20. #undef ino_t
  21. /* Define to `mode_t' if <sys/types.h> doesn't define. */
  22. #undef umode_t
  23. /* Define if your system has _pw_stayopen variable (Irix specific?) */
  24. #undef HAVE__PW_STAYOPEN
  25. /* Define if you have the <syslog.h> header file. */
  26. #undef HAVE_SYSLOG_H
  27. /* Define if your <syslog.h> defines the LOG_CRON macro */
  28. #undef HAVE_LOG_CRON
  29. /* Define if your <syslog.h> defines the LOG_FTP macro */
  30. #undef HAVE_LOG_FTP
  31. /* Define if your system has the setproctitle function */
  32. #undef HAVE_SETPROCTITLE
  33. /* Define if your system has __progname */
  34. #undef HAVE___PROGNAME
  35. #define PF_ARGV_NONE 0
  36. #define PF_ARGV_NEW 1
  37. #define PF_ARGV_WRITEABLE 2
  38. #define PF_ARGV_PSTAT 3
  39. #define PF_ARGV_PSSTRINGS 4
  40. /* If you don't have setproctitle, PF_ARGV_TYPE needs to be set to either
  41.  * PF_ARGV_NEW (replace argv[] arguments), PF_ARGV_WRITEABLE (overwrite
  42.  * argv[]), PF_ARGV_PSTAT (use the pstat function), or PF_ARGV_PSSTRINGS
  43.  * (use PS_STRINGS).
  44.  * 
  45.  * configure should, we hope <wink>, detect this for you.
  46.  */
  47. #undef PF_ARGV_TYPE
  48. @TOP@
  49. /* autoheader generated things inserted here.  */
  50. @BOTTOM@
  51. #ifndef STDIN_FILENO
  52. #define STDIN_FILENO  0
  53. #endif
  54. #ifndef STDOUT_FILENO
  55. #define STDOUT_FILENO  1
  56. #endif
  57. #ifndef STDERR_FILENO
  58. #define STDERR_FILENO 2
  59. #endif
  60. #endif /* config_h_included */