home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / socks5v1.zip / acconfig.h next >
Text File  |  1999-05-27  |  2KB  |  70 lines

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