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

代理服务器

开发平台:

Unix_Linux

  1. /* include/config.h.in.  Generated automatically from configure.in by autoheader.  */
  2. /* Define to empty if the keyword does not work.  */
  3. #undef const
  4. /* Define if you don't have vprintf but do have _doprnt.  */
  5. #undef HAVE_DOPRNT
  6. /* Define if you have the vprintf function.  */
  7. #undef HAVE_VPRINTF
  8. /* Define as __inline if that's what the C compiler calls it.  */
  9. #undef inline
  10. /* Define to `int' if <sys/types.h> doesn't define.  */
  11. #undef pid_t
  12. /* Define as the return type of signal handlers (int or void).  */
  13. #undef RETSIGTYPE
  14. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  15. #undef size_t
  16. /* Define if you have the ANSI C header files.  */
  17. #undef STDC_HEADERS
  18. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  19. #undef TIME_WITH_SYS_TIME
  20. /* Define if you have a sys_errlist                                          */
  21. #undef HAVE_SYSERRLIST
  22. /* Define this to be the configuration file you want...                      */
  23. #define LIBCONF_FILE "/etc/libsocks5.conf"
  24. /* Define this to be the configuration file you want...                      */
  25. #define SRVCONF_FILE "/etc/socks5.conf"
  26. /* Define this to be the configuration file you want...                      */
  27. #define SRVIDT_FILE  "/tmp/socks5.ident"
  28. /* Define this to be the configuration file you want...                      */
  29. #define SRVPID_FILE  "/tmp/socks5.pid"
  30. /* Define this to be the socks5 passwd file you want...                      */
  31. #define SRVPWD_FILE  "/etc/socks5.passwd"
  32. /* Define this to be the socks5 plugin file you want...                      */
  33. #define PINCONF_FILE "/etc/socks5.plugins"
  34. /* define this to be the default socks server you want to use                */
  35. #define SOCKS_DEFAULT_SERVER "127.0.0.1"
  36. /* define this to be the default socks version you want to use               */
  37. #undef SOCKS_DEFAULT_VERSION
  38. /* define this to be the default socks port you want to use                  */
  39. #define SOCKS_DEFAULT_PORT 1080
  40. /* what syslog level do you want messages to be logged at...?                */
  41. #undef SYSLOG_FAC
  42. /* define this if you don't have cc_t in sys/termios.h                       */
  43. #undef NO_CC_T
  44. /* define this to the path of your traceroute...                             */
  45. #undef TROUTEPROG
  46. /* define this to the path of your ping                                      */
  47. #undef PINGPROG
  48. /* define this to whatever is you can set within a signal handler.           */
  49. #undef sig_atomic_t
  50. /* define this to your libc, if it has a version number (/lib/libc.so.1.9)   */
  51. #undef LIBC_NAME
  52. #undef LIBDGC_NAME
  53. #undef LIBNSL_NAME
  54. #undef LIBRESOLV_NAME
  55. #undef LIBSOCKET_NAME
  56. /* define if SunOS 5.5                        */
  57. #undef USE_SYSTEM_SEMAPHORE
  58. /* define if you want to use (and have) NWSL's monitoring package...         */
  59. #undef MONITOR
  60. /* define if you want to use threading (if available)                        */
  61. #undef USE_THREADS
  62. /* define if you want to use /etc/passwd for user/pass authentication        */
  63. #undef USE_PASSWD
  64. /* define if you want to use /etc/shadow for user/pass authentication        */
  65. #undef USE_SHADOW_PASSWD
  66. /* define if you want to use NECs internal version (used by NEC japan)       */
  67. #undef NEC
  68. /* define if you want to use NECs internal plugins                           */
  69. #undef USE_PLUGINS
  70. /* Define if struct sockaddr_un contains sun_len.                            */
  71. #undef HAVE_SOCKADDR_SUN_LEN
  72. /* Define if the compiler can handle function prototyping                    */
  73. #undef HAVE_FUNC_PROTOTYPE
  74. /* Define if you have the bcmp function.  */
  75. #undef HAVE_BCMP
  76. /* Define if you have the bcopy function.  */
  77. #undef HAVE_BCOPY
  78. /* Define if you have the bzero function.  */
  79. #undef HAVE_BZERO
  80. /* Define if you have the dgettext function.  */
  81. #undef HAVE_DGETTEXT
  82. /* Define if you have the dlopen function.  */
  83. #undef HAVE_DLOPEN
  84. /* Define if you have the flock function.  */
  85. #undef HAVE_FLOCK
  86. /* Define if you have the genget function.  */
  87. #undef HAVE_GENGET
  88. /* Define if you have the getcwd function.  */
  89. #undef HAVE_GETCWD
  90. /* Define if you have the getdomainname function.  */
  91. #undef HAVE_GETDOMAINNAME
  92. /* Define if you have the getenv function.  */
  93. #undef HAVE_GETENV
  94. /* Define if you have the gethostbyaddr_r function.  */
  95. #undef HAVE_GETHOSTBYADDR_R
  96. /* Define if you have the gethostbyname_r function.  */
  97. #undef HAVE_GETHOSTBYNAME_R
  98. /* Define if you have the getifaddrs function.  */
  99. #undef HAVE_GETIFADDRS
  100. /* Define if you have the getopt function.  */
  101. #undef HAVE_GETOPT
  102. /* Define if you have the getpwuid_r function.  */
  103. #undef HAVE_GETPWUID_R
  104. /* Define if you have the getservbyname_r function.  */
  105. #undef HAVE_GETSERVBYNAME_R
  106. /* Define if you have the herror function.  */
  107. #undef HAVE_HERROR
  108. /* Define if you have the index function.  */
  109. #undef HAVE_INDEX
  110. /* Define if you have the memcmp function.  */
  111. #undef HAVE_MEMCMP
  112. /* Define if you have the memmove function.  */
  113. #undef HAVE_MEMMOVE
  114. /* Define if you have the memset function.  */
  115. #undef HAVE_MEMSET
  116. /* Define if you have the pthread_attr_init function.  */
  117. #undef HAVE_PTHREAD_ATTR_INIT
  118. /* Define if you have the pthread_attr_setdetachstate function.  */
  119. #undef HAVE_PTHREAD_ATTR_SETDETACHSTATE
  120. /* Define if you have the pthread_attr_setscope function.  */
  121. #undef HAVE_PTHREAD_ATTR_SETSCOPE
  122. /* Define if you have the pthread_create function.  */
  123. #undef HAVE_PTHREAD_CREATE
  124. /* Define if you have the pthread_detach function.  */
  125. #undef HAVE_PTHREAD_DETACH
  126. /* Define if you have the pthread_exit function.  */
  127. #undef HAVE_PTHREAD_EXIT
  128. /* Define if you have the pthread_kill function.  */
  129. #undef HAVE_PTHREAD_KILL
  130. /* Define if you have the pthread_self function.  */
  131. #undef HAVE_PTHREAD_SELF
  132. /* Define if you have the pthread_sigmask function.  */
  133. #undef HAVE_PTHREAD_SIGMASK
  134. /* Define if you have the putenv function.  */
  135. #undef HAVE_PUTENV
  136. /* Define if you have the re_comp function.  */
  137. #undef HAVE_RE_COMP
  138. /* Define if you have the rindex function.  */
  139. #undef HAVE_RINDEX
  140. /* Define if you have the rresvport function.  */
  141. #undef HAVE_RRESVPORT
  142. /* Define if you have the sendmsg function.  */
  143. #undef HAVE_SENDMSG
  144. /* Define if you have the setenv function.  */
  145. #undef HAVE_SETENV
  146. /* Define if you have the setpgid function.  */
  147. #undef HAVE_SETPGID
  148. /* Define if you have the setsid function.  */
  149. #undef HAVE_SETSID
  150. /* Define if you have the setpgrp function.  */
  151. #undef HAVE_SETPGRP
  152. /* Define if you have the setpgrp(), not setpgrp(x,y) */
  153. #undef SETPGRP_VOID
  154. /* Define if you have the setupterm function.  */
  155. #undef HAVE_SETUPTERM
  156. /* Define if you have the shl_load function.  */
  157. #undef HAVE_SHL_LOAD
  158. /* Define if you have the sigaction function.  */
  159. #undef HAVE_SIGACTION
  160. /* Define if you have the sigprocmask function.  */
  161. #undef HAVE_SIGPROCMASK
  162. /* Define if you have the strchr function.  */
  163. #undef HAVE_STRCHR
  164. /* Define if you have the strdup function.  */
  165. #undef HAVE_STRDUP
  166. /* Define if you have the strerror function.  */
  167. #undef HAVE_STRERROR
  168. /* Define if you have the strrchr function.  */
  169. #undef HAVE_STRRCHR
  170. /* Define if you have the strspn function.  */
  171. #undef HAVE_STRSPN
  172. /* Define if you have the tgetent function.  */
  173. #undef HAVE_TGETENT
  174. /* Define if you have the unsetenv function.  */
  175. #undef HAVE_UNSETENV
  176. /* Define if you have the vfork function.  */
  177. #undef HAVE_VFORK
  178. /* Define if you have the waitpid function.  */
  179. #undef HAVE_WAITPID
  180. /* Define if you have the <bstring.h> header file.  */
  181. #undef HAVE_BSTRING_H
  182. /* Define if you have the <crypt.h> header file.  */
  183. #undef HAVE_CRYPT_H
  184. /* Define if you have the <dirent.h> header file.  */
  185. #undef HAVE_DIRENT_H
  186. /* Define if you have the <fcntl.h> header file.  */
  187. #undef HAVE_FCNTL_H
  188. /* Define if you have the <ifaddrs.h> header file.  */
  189. #undef HAVE_IFADDRS_H
  190. /* Define if you have the <machine/endian.h> header file.  */
  191. #undef HAVE_MACHINE_ENDIAN_H
  192. /* Define if you have the <memory.h> header file.  */
  193. #undef HAVE_MEMORY_H
  194. /* Define if you have the <ndir.h> header file.  */
  195. #undef HAVE_NDIR_H
  196. /* Define if you have the <net/route.h> header file.  */
  197. #undef HAVE_NET_ROUTE_H
  198. /* Define if you have the <netinet/in_systm.h> header file.  */
  199. #undef HAVE_NETINET_IN_SYSTM_H
  200. /* Define if you have the <nl_types.h> header file.  */
  201. #undef HAVE_NL_TYPES_H
  202. /* Define if you have the <paths.h> header file.  */
  203. #undef HAVE_PATHS_H
  204. /* Define if you have the <pthread.h> header file.  */
  205. #undef HAVE_PTHREAD_H
  206. /* Define if you have the <stdarg.h> header file.  */
  207. #undef HAVE_STDARG_H
  208. /* Define if you have the <stdlib.h> header file.  */
  209. #undef HAVE_STDLIB_H
  210. /* Define if you have the <string.h> header file.  */
  211. #undef HAVE_STRING_H
  212. /* Define if you have the <strings.h> header file.  */
  213. #undef HAVE_STRINGS_H
  214. /* Define if you have the <sys/bitypes.h> header file.  */
  215. #undef HAVE_SYS_BITYPES_H
  216. /* Define if you have the <sys/dir.h> header file.  */
  217. #undef HAVE_SYS_DIR_H
  218. /* Define if you have the <sys/fcntl.h> header file.  */
  219. #undef HAVE_SYS_FCNTL_H
  220. /* Define if you have the <sys/file.h> header file.  */
  221. #undef HAVE_SYS_FILE_H
  222. /* Define if you have the <sys/filio.h> header file.  */
  223. #undef HAVE_SYS_FILIO_H
  224. /* Define if you have the <sys/ioctl.h> header file.  */
  225. #undef HAVE_SYS_IOCTL_H
  226. /* Define if you have the <sys/ipc.h> header file.  */
  227. #undef HAVE_SYS_IPC_H
  228. /* Define if you have the <sys/mbuf.h> header file.  */
  229. #undef HAVE_SYS_MBUF_H
  230. /* Define if you have the <sys/ndir.h> header file.  */
  231. #undef HAVE_SYS_NDIR_H
  232. /* Define if you have the <sys/param.h> header file.  */
  233. #undef HAVE_SYS_PARAM_H
  234. /* Define if you have the <sys/resource.h> header file.  */
  235. #undef HAVE_SYS_RESOURCE_H
  236. /* Define if you have the <sys/select.h> header file.  */
  237. #undef HAVE_SYS_SELECT_H
  238. /* Define if you have the <sys/sem.h> header file.  */
  239. #undef HAVE_SYS_SEM_H
  240. /* Define if you have the <sys/signal.h> header file.  */
  241. #undef HAVE_SYS_SIGNAL_H
  242. /* Define if you have the <sys/socket.h> header file.  */
  243. #undef HAVE_SYS_SOCKET_H
  244. /* Define if you have the <sys/sockio.h> header file.  */
  245. #undef HAVE_SYS_SOCKIO_H
  246. /* Define if you have the <sys/stat.h> header file.  */
  247. #undef HAVE_SYS_STAT_H
  248. /* Define if you have the <sys/termio.h> header file.  */
  249. #undef HAVE_SYS_TERMIO_H
  250. /* Define if you have the <sys/termios.h> header file.  */
  251. #undef HAVE_SYS_TERMIOS_H
  252. /* Define if you have the <sys/time.h> header file.  */
  253. #undef HAVE_SYS_TIME_H
  254. /* Define if you have the <sys/ttychars.h> header file.  */
  255. #undef HAVE_SYS_TTYCHARS_H
  256. /* Define if you have the <sys/uio.h> header file.  */
  257. #undef HAVE_SYS_UIO_H
  258. /* Define if you have the <sys/un.h> header file.  */
  259. #undef HAVE_SYS_UN_H
  260. /* Define if you have the <sys/wait.h> header file.  */
  261. #undef HAVE_SYS_WAIT_H
  262. /* Define if you have the <syslog.h> header file.  */
  263. #undef HAVE_SYSLOG_H
  264. /* Define if you have the <termio.h> header file.  */
  265. #undef HAVE_TERMIO_H
  266. /* Define if you have the <termios.h> header file.  */
  267. #undef HAVE_TERMIOS_H
  268. /* Define if you have the <time.h> header file.  */
  269. #undef HAVE_TIME_H
  270. /* Define if you have the <unistd.h> header file.  */
  271. #undef HAVE_UNISTD_H
  272. /* Define if you have the <varargs.h> header file.  */
  273. #undef HAVE_VARARGS_H
  274. /* Define if you have the bsd library (-lbsd).  */
  275. #undef HAVE_LIBBSD
  276. /* Define if you have the com_err library (-lcom_err).  */
  277. #undef HAVE_LIBCOM_ERR
  278. /* Define if you have the compat library (-lcompat).  */
  279. #undef HAVE_LIBCOMPAT
  280. /* Define if you have the crypto library (-lcrypto).  */
  281. #undef HAVE_LIBCRYPTO
  282. /* Define if you have the db library (-ldb).  */
  283. #undef HAVE_LIBDB
  284. /* Define if you have the dl library (-ldl).  */
  285. #undef HAVE_LIBDL
  286. /* Define if you have the dld library (-ldld).  */
  287. #undef HAVE_LIBDLD
  288. /* Define if you have the gssapi_krb5 library (-lgssapi_krb5).  */
  289. #undef HAVE_LIBGSSAPI_KRB5
  290. /* Define if you have the ident library (-lident).  */
  291. #undef HAVE_LIBIDENT
  292. /* Define if you have the ipc library (-lipc).  */
  293. #undef HAVE_LIBIPC
  294. /* Define if you have the isode library (-lisode).  */
  295. #undef HAVE_LIBISODE
  296. /* Define if you have the krb5 library (-lkrb5).  */
  297. #undef HAVE_LIBKRB5
  298. /* Define if you have the ndbm library (-lndbm).  */
  299. #undef HAVE_LIBNDBM
  300. /* Define if you have the otp library (-lotp).  */
  301. #undef HAVE_LIBOTP
  302. /* Define if you have the socket library (-lsocket).  */
  303. #undef HAVE_LIBSOCKET
  304. /* Define if you have the svld library (-lsvld).  */
  305. #undef HAVE_LIBSVLD