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

代理服务器

开发平台:

Unix_Linux

  1. /* Define if you have setuptem                                               */
  2. #undef HAVE_SETUPTERM
  3. /* Define if you have a sys_errlist                                          */
  4. #undef HAVE_SYSERRLIST
  5. /* Define if you have getcwd but no getwd                                    */
  6. #undef GETCWD
  7. /* Define this to be the configuration file you want...                      */
  8. #define LIBCONF_FILE "/etc/libsocks5.conf"
  9. /* Define this to be the configuration file you want...                      */
  10. #define SRVCONF_FILE "/etc/socks5.conf"
  11. /* Define this to be the configuration file you want...                      */
  12. #define SRVIDT_FILE  "/tmp/socks5.ident"
  13. /* Define this to be the configuration file you want...                      */
  14. #define SRVPID_FILE  "/tmp/socks5.pid"
  15. /* Define this to be the socks5 passwd file you want...                      */
  16. #define SRVPWD_FILE  "/etc/socks5.passwd"
  17. /* Define this to be the socks5 plugin file you want...                      */
  18. #define PINCONF_FILE "/etc/socks5.plugins"
  19. /* define this to be the default socks server you want to use                */
  20. #define SOCKS_DEFAULT_SERVER "127.0.0.1"
  21. /* define this to be the default socks version you want to use               */
  22. #undef SOCKS_DEFAULT_VERSION
  23. /* define this to be the default socks port you want to use                  */
  24. #define SOCKS_DEFAULT_PORT 1080
  25. /* what syslog level do you want messages to be logged at...?                */
  26. #undef SYSLOG_FAC
  27. /* define this if you don't have cc_t in sys/termios.h                       */
  28. #undef NO_CC_T
  29. /* define this to the path of your traceroute...                             */
  30. #undef TROUTEPROG
  31. /* define this to the path of your ping                                      */
  32. #undef PINGPROG
  33. /* define this to whatever is you can set within a signal handler.           */
  34. #undef sig_atomic_t
  35. /* define this if you have IPPORT_RESERVED somewhere...usually netinet/in.h  */
  36. #undef HAVE_IPPORT_RESERVED
  37. /* define this to your libc, if it has a version number (/lib/libc.so.1.9)   */
  38. #undef LIBC_NAME
  39. #undef LIBDGC_NAME
  40. #undef LIBNSL_NAME
  41. #undef LIBRESOLV_NAME
  42. #undef LIBSOCKET_NAME
  43. /* define if you want to use (and have) NWSL's monitoring package...         */
  44. #undef MONITOR
  45. /* define if you want to use threading (if available)                        */
  46. #undef USE_THREADS
  47. /* define if you want to use /etc/passwd for user/pass authentication        */
  48. #undef USE_PASSWD
  49. /* Define if struct sockaddr_un contains sun_len.                            */
  50. #undef HAVE_SOCKADDR_SUN_LEN
  51. /* Define if the compiler can handle function prototyping                    */
  52. #undef HAVE_FUNC_PROTOTYPE