config.h.in
资源名称:socks5.zip [点击查看]
上传用户:sddyfurun
上传日期:2007-01-04
资源大小:525k
文件大小:13k
源码类别:
代理服务器
开发平台:
Unix_Linux
- /* include/config.h.in. Generated automatically from configure.in by autoheader. */
- /* Define to empty if the keyword does not work. */
- #undef const
- /* Define if you don't have vprintf but do have _doprnt. */
- #undef HAVE_DOPRNT
- /* Define if you have the vprintf function. */
- #undef HAVE_VPRINTF
- /* Define as __inline if that's what the C compiler calls it. */
- #undef inline
- /* Define to `int' if <sys/types.h> doesn't define. */
- #undef pid_t
- /* Define as the return type of signal handlers (int or void). */
- #undef RETSIGTYPE
- /* Define to `unsigned' if <sys/types.h> doesn't define. */
- #undef size_t
- /* Define if you have the ANSI C header files. */
- #undef STDC_HEADERS
- /* Define if you can safely include both <sys/time.h> and <time.h>. */
- #undef TIME_WITH_SYS_TIME
- /* Define if you have a sys_errlist */
- #undef HAVE_SYSERRLIST
- /* Define this to be the configuration file you want... */
- #define LIBCONF_FILE "/etc/libsocks5.conf"
- /* Define this to be the configuration file you want... */
- #define SRVCONF_FILE "/etc/socks5.conf"
- /* Define this to be the configuration file you want... */
- #define SRVIDT_FILE "/tmp/socks5.ident"
- /* Define this to be the configuration file you want... */
- #define SRVPID_FILE "/tmp/socks5.pid"
- /* Define this to be the socks5 passwd file you want... */
- #define SRVPWD_FILE "/etc/socks5.passwd"
- /* Define this to be the socks5 plugin file you want... */
- #define PINCONF_FILE "/etc/socks5.plugins"
- /* define this to be the default socks server you want to use */
- #define SOCKS_DEFAULT_SERVER "127.0.0.1"
- /* define this to be the default socks version you want to use */
- #undef SOCKS_DEFAULT_VERSION
- /* define this to be the default socks port you want to use */
- #define SOCKS_DEFAULT_PORT 1080
- /* what syslog level do you want messages to be logged at...? */
- #undef SYSLOG_FAC
- /* define this if you don't have cc_t in sys/termios.h */
- #undef NO_CC_T
- /* define this to the path of your traceroute... */
- #undef TROUTEPROG
- /* define this to the path of your ping */
- #undef PINGPROG
- /* define this to whatever is you can set within a signal handler. */
- #undef sig_atomic_t
- /* define this to your libc, if it has a version number (/lib/libc.so.1.9) */
- #undef LIBC_NAME
- #undef LIBDGC_NAME
- #undef LIBNSL_NAME
- #undef LIBRESOLV_NAME
- #undef LIBSOCKET_NAME
- /* define if SunOS 5.5 */
- #undef USE_SYSTEM_SEMAPHORE
- /* define if you want to use (and have) NWSL's monitoring package... */
- #undef MONITOR
- /* define if you want to use threading (if available) */
- #undef USE_THREADS
- /* define if you want to use /etc/passwd for user/pass authentication */
- #undef USE_PASSWD
- /* define if you want to use /etc/shadow for user/pass authentication */
- #undef USE_SHADOW_PASSWD
- /* define if you want to use NECs internal version (used by NEC japan) */
- #undef NEC
- /* define if you want to use NECs internal plugins */
- #undef USE_PLUGINS
- /* Define if struct sockaddr_un contains sun_len. */
- #undef HAVE_SOCKADDR_SUN_LEN
- /* Define if the compiler can handle function prototyping */
- #undef HAVE_FUNC_PROTOTYPE
- /* Define if you have the bcmp function. */
- #undef HAVE_BCMP
- /* Define if you have the bcopy function. */
- #undef HAVE_BCOPY
- /* Define if you have the bzero function. */
- #undef HAVE_BZERO
- /* Define if you have the dgettext function. */
- #undef HAVE_DGETTEXT
- /* Define if you have the dlopen function. */
- #undef HAVE_DLOPEN
- /* Define if you have the flock function. */
- #undef HAVE_FLOCK
- /* Define if you have the genget function. */
- #undef HAVE_GENGET
- /* Define if you have the getcwd function. */
- #undef HAVE_GETCWD
- /* Define if you have the getdomainname function. */
- #undef HAVE_GETDOMAINNAME
- /* Define if you have the getenv function. */
- #undef HAVE_GETENV
- /* Define if you have the gethostbyaddr_r function. */
- #undef HAVE_GETHOSTBYADDR_R
- /* Define if you have the gethostbyname_r function. */
- #undef HAVE_GETHOSTBYNAME_R
- /* Define if you have the getifaddrs function. */
- #undef HAVE_GETIFADDRS
- /* Define if you have the getopt function. */
- #undef HAVE_GETOPT
- /* Define if you have the getpwuid_r function. */
- #undef HAVE_GETPWUID_R
- /* Define if you have the getservbyname_r function. */
- #undef HAVE_GETSERVBYNAME_R
- /* Define if you have the herror function. */
- #undef HAVE_HERROR
- /* Define if you have the index function. */
- #undef HAVE_INDEX
- /* Define if you have the memcmp function. */
- #undef HAVE_MEMCMP
- /* Define if you have the memmove function. */
- #undef HAVE_MEMMOVE
- /* Define if you have the memset function. */
- #undef HAVE_MEMSET
- /* Define if you have the pthread_attr_init function. */
- #undef HAVE_PTHREAD_ATTR_INIT
- /* Define if you have the pthread_attr_setdetachstate function. */
- #undef HAVE_PTHREAD_ATTR_SETDETACHSTATE
- /* Define if you have the pthread_attr_setscope function. */
- #undef HAVE_PTHREAD_ATTR_SETSCOPE
- /* Define if you have the pthread_create function. */
- #undef HAVE_PTHREAD_CREATE
- /* Define if you have the pthread_detach function. */
- #undef HAVE_PTHREAD_DETACH
- /* Define if you have the pthread_exit function. */
- #undef HAVE_PTHREAD_EXIT
- /* Define if you have the pthread_kill function. */
- #undef HAVE_PTHREAD_KILL
- /* Define if you have the pthread_self function. */
- #undef HAVE_PTHREAD_SELF
- /* Define if you have the pthread_sigmask function. */
- #undef HAVE_PTHREAD_SIGMASK
- /* Define if you have the putenv function. */
- #undef HAVE_PUTENV
- /* Define if you have the re_comp function. */
- #undef HAVE_RE_COMP
- /* Define if you have the rindex function. */
- #undef HAVE_RINDEX
- /* Define if you have the rresvport function. */
- #undef HAVE_RRESVPORT
- /* Define if you have the sendmsg function. */
- #undef HAVE_SENDMSG
- /* Define if you have the setenv function. */
- #undef HAVE_SETENV
- /* Define if you have the setpgid function. */
- #undef HAVE_SETPGID
- /* Define if you have the setsid function. */
- #undef HAVE_SETSID
- /* Define if you have the setpgrp function. */
- #undef HAVE_SETPGRP
- /* Define if you have the setpgrp(), not setpgrp(x,y) */
- #undef SETPGRP_VOID
- /* Define if you have the setupterm function. */
- #undef HAVE_SETUPTERM
- /* Define if you have the shl_load function. */
- #undef HAVE_SHL_LOAD
- /* Define if you have the sigaction function. */
- #undef HAVE_SIGACTION
- /* Define if you have the sigprocmask function. */
- #undef HAVE_SIGPROCMASK
- /* Define if you have the strchr function. */
- #undef HAVE_STRCHR
- /* Define if you have the strdup function. */
- #undef HAVE_STRDUP
- /* Define if you have the strerror function. */
- #undef HAVE_STRERROR
- /* Define if you have the strrchr function. */
- #undef HAVE_STRRCHR
- /* Define if you have the strspn function. */
- #undef HAVE_STRSPN
- /* Define if you have the tgetent function. */
- #undef HAVE_TGETENT
- /* Define if you have the unsetenv function. */
- #undef HAVE_UNSETENV
- /* Define if you have the vfork function. */
- #undef HAVE_VFORK
- /* Define if you have the waitpid function. */
- #undef HAVE_WAITPID
- /* Define if you have the <bstring.h> header file. */
- #undef HAVE_BSTRING_H
- /* Define if you have the <crypt.h> header file. */
- #undef HAVE_CRYPT_H
- /* Define if you have the <dirent.h> header file. */
- #undef HAVE_DIRENT_H
- /* Define if you have the <fcntl.h> header file. */
- #undef HAVE_FCNTL_H
- /* Define if you have the <ifaddrs.h> header file. */
- #undef HAVE_IFADDRS_H
- /* Define if you have the <machine/endian.h> header file. */
- #undef HAVE_MACHINE_ENDIAN_H
- /* Define if you have the <memory.h> header file. */
- #undef HAVE_MEMORY_H
- /* Define if you have the <ndir.h> header file. */
- #undef HAVE_NDIR_H
- /* Define if you have the <net/route.h> header file. */
- #undef HAVE_NET_ROUTE_H
- /* Define if you have the <netinet/in_systm.h> header file. */
- #undef HAVE_NETINET_IN_SYSTM_H
- /* Define if you have the <nl_types.h> header file. */
- #undef HAVE_NL_TYPES_H
- /* Define if you have the <paths.h> header file. */
- #undef HAVE_PATHS_H
- /* Define if you have the <pthread.h> header file. */
- #undef HAVE_PTHREAD_H
- /* Define if you have the <stdarg.h> header file. */
- #undef HAVE_STDARG_H
- /* Define if you have the <stdlib.h> header file. */
- #undef HAVE_STDLIB_H
- /* Define if you have the <string.h> header file. */
- #undef HAVE_STRING_H
- /* Define if you have the <strings.h> header file. */
- #undef HAVE_STRINGS_H
- /* Define if you have the <sys/bitypes.h> header file. */
- #undef HAVE_SYS_BITYPES_H
- /* Define if you have the <sys/dir.h> header file. */
- #undef HAVE_SYS_DIR_H
- /* Define if you have the <sys/fcntl.h> header file. */
- #undef HAVE_SYS_FCNTL_H
- /* Define if you have the <sys/file.h> header file. */
- #undef HAVE_SYS_FILE_H
- /* Define if you have the <sys/filio.h> header file. */
- #undef HAVE_SYS_FILIO_H
- /* Define if you have the <sys/ioctl.h> header file. */
- #undef HAVE_SYS_IOCTL_H
- /* Define if you have the <sys/ipc.h> header file. */
- #undef HAVE_SYS_IPC_H
- /* Define if you have the <sys/mbuf.h> header file. */
- #undef HAVE_SYS_MBUF_H
- /* Define if you have the <sys/ndir.h> header file. */
- #undef HAVE_SYS_NDIR_H
- /* Define if you have the <sys/param.h> header file. */
- #undef HAVE_SYS_PARAM_H
- /* Define if you have the <sys/resource.h> header file. */
- #undef HAVE_SYS_RESOURCE_H
- /* Define if you have the <sys/select.h> header file. */
- #undef HAVE_SYS_SELECT_H
- /* Define if you have the <sys/sem.h> header file. */
- #undef HAVE_SYS_SEM_H
- /* Define if you have the <sys/signal.h> header file. */
- #undef HAVE_SYS_SIGNAL_H
- /* Define if you have the <sys/socket.h> header file. */
- #undef HAVE_SYS_SOCKET_H
- /* Define if you have the <sys/sockio.h> header file. */
- #undef HAVE_SYS_SOCKIO_H
- /* Define if you have the <sys/stat.h> header file. */
- #undef HAVE_SYS_STAT_H
- /* Define if you have the <sys/termio.h> header file. */
- #undef HAVE_SYS_TERMIO_H
- /* Define if you have the <sys/termios.h> header file. */
- #undef HAVE_SYS_TERMIOS_H
- /* Define if you have the <sys/time.h> header file. */
- #undef HAVE_SYS_TIME_H
- /* Define if you have the <sys/ttychars.h> header file. */
- #undef HAVE_SYS_TTYCHARS_H
- /* Define if you have the <sys/uio.h> header file. */
- #undef HAVE_SYS_UIO_H
- /* Define if you have the <sys/un.h> header file. */
- #undef HAVE_SYS_UN_H
- /* Define if you have the <sys/wait.h> header file. */
- #undef HAVE_SYS_WAIT_H
- /* Define if you have the <syslog.h> header file. */
- #undef HAVE_SYSLOG_H
- /* Define if you have the <termio.h> header file. */
- #undef HAVE_TERMIO_H
- /* Define if you have the <termios.h> header file. */
- #undef HAVE_TERMIOS_H
- /* Define if you have the <time.h> header file. */
- #undef HAVE_TIME_H
- /* Define if you have the <unistd.h> header file. */
- #undef HAVE_UNISTD_H
- /* Define if you have the <varargs.h> header file. */
- #undef HAVE_VARARGS_H
- /* Define if you have the bsd library (-lbsd). */
- #undef HAVE_LIBBSD
- /* Define if you have the com_err library (-lcom_err). */
- #undef HAVE_LIBCOM_ERR
- /* Define if you have the compat library (-lcompat). */
- #undef HAVE_LIBCOMPAT
- /* Define if you have the crypto library (-lcrypto). */
- #undef HAVE_LIBCRYPTO
- /* Define if you have the db library (-ldb). */
- #undef HAVE_LIBDB
- /* Define if you have the dl library (-ldl). */
- #undef HAVE_LIBDL
- /* Define if you have the dld library (-ldld). */
- #undef HAVE_LIBDLD
- /* Define if you have the gssapi_krb5 library (-lgssapi_krb5). */
- #undef HAVE_LIBGSSAPI_KRB5
- /* Define if you have the ident library (-lident). */
- #undef HAVE_LIBIDENT
- /* Define if you have the ipc library (-lipc). */
- #undef HAVE_LIBIPC
- /* Define if you have the isode library (-lisode). */
- #undef HAVE_LIBISODE
- /* Define if you have the krb5 library (-lkrb5). */
- #undef HAVE_LIBKRB5
- /* Define if you have the ndbm library (-lndbm). */
- #undef HAVE_LIBNDBM
- /* Define if you have the otp library (-lotp). */
- #undef HAVE_LIBOTP
- /* Define if you have the socket library (-lsocket). */
- #undef HAVE_LIBSOCKET
- /* Define if you have the svld library (-lsvld). */
- #undef HAVE_LIBSVLD