You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

321 lines
9.0 KiB

12 years ago
12 years ago
7 years ago
11 years ago
12 years ago
12 years ago
12 years ago
Asciidoc man page rework (#699) * Add 'tunnel_address' support for json config parser And allow ss-tunnel to use the newly introduced parser. Signed-off-by: Adam Anonymous <anonymous_temp_user@yahoo.co.jp> * Add "mode" support for jconf Now jconf supports "mode" setting, allowed values are "tcp_only", "tcp_and_udp" and "udp_only". Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Use jconf "mode" for server/local/tunnel/manager Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Add per-project vimrc to gitignore As the coding style differs from kernel and other projects, so such project vimrc should be helpful. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Introduce asciidoc based documentation framework Use asciidoc for new documentation framework, which could not only output man pages, but also htmls. And asciidoc documentation is much more human-readable than roff man pages. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert shadowsocks-libev man page to asciidoc The port to asciidoc has some format change compared to old one. The most obvious one is the options listed in SYNOPSIS. Now the options list is not split into 2/3 columns, or we must use asciidoc tables and introduce table frames. Other small change includes the removal of AUTHOR sector, as it's not an expendable method to update AUTHOR sector every time it gets updated. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-local man page to asciidoc Also modify gitignore, since it use too generic rules to ignore such documentation. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-manager man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-nat man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-redir man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-server man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-tunnel man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Remove old roff man pages Welcome to the new age of asciidoc. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Add equivalent tables for command line options and config file Now user can get a more clear view of config file and command line options. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp>
8 years ago
Asciidoc man page rework (#699) * Add 'tunnel_address' support for json config parser And allow ss-tunnel to use the newly introduced parser. Signed-off-by: Adam Anonymous <anonymous_temp_user@yahoo.co.jp> * Add "mode" support for jconf Now jconf supports "mode" setting, allowed values are "tcp_only", "tcp_and_udp" and "udp_only". Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Use jconf "mode" for server/local/tunnel/manager Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Add per-project vimrc to gitignore As the coding style differs from kernel and other projects, so such project vimrc should be helpful. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Introduce asciidoc based documentation framework Use asciidoc for new documentation framework, which could not only output man pages, but also htmls. And asciidoc documentation is much more human-readable than roff man pages. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert shadowsocks-libev man page to asciidoc The port to asciidoc has some format change compared to old one. The most obvious one is the options listed in SYNOPSIS. Now the options list is not split into 2/3 columns, or we must use asciidoc tables and introduce table frames. Other small change includes the removal of AUTHOR sector, as it's not an expendable method to update AUTHOR sector every time it gets updated. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-local man page to asciidoc Also modify gitignore, since it use too generic rules to ignore such documentation. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-manager man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-nat man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-redir man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-server man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-tunnel man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Remove old roff man pages Welcome to the new age of asciidoc. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Add equivalent tables for command line options and config file Now user can get a more clear view of config file and command line options. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp>
8 years ago
Asciidoc man page rework (#699) * Add 'tunnel_address' support for json config parser And allow ss-tunnel to use the newly introduced parser. Signed-off-by: Adam Anonymous <anonymous_temp_user@yahoo.co.jp> * Add "mode" support for jconf Now jconf supports "mode" setting, allowed values are "tcp_only", "tcp_and_udp" and "udp_only". Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Use jconf "mode" for server/local/tunnel/manager Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Add per-project vimrc to gitignore As the coding style differs from kernel and other projects, so such project vimrc should be helpful. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Introduce asciidoc based documentation framework Use asciidoc for new documentation framework, which could not only output man pages, but also htmls. And asciidoc documentation is much more human-readable than roff man pages. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert shadowsocks-libev man page to asciidoc The port to asciidoc has some format change compared to old one. The most obvious one is the options listed in SYNOPSIS. Now the options list is not split into 2/3 columns, or we must use asciidoc tables and introduce table frames. Other small change includes the removal of AUTHOR sector, as it's not an expendable method to update AUTHOR sector every time it gets updated. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-local man page to asciidoc Also modify gitignore, since it use too generic rules to ignore such documentation. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-manager man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-nat man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-redir man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-server man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-tunnel man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Remove old roff man pages Welcome to the new age of asciidoc. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Add equivalent tables for command line options and config file Now user can get a more clear view of config file and command line options. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp>
8 years ago
Asciidoc man page rework (#699) * Add 'tunnel_address' support for json config parser And allow ss-tunnel to use the newly introduced parser. Signed-off-by: Adam Anonymous <anonymous_temp_user@yahoo.co.jp> * Add "mode" support for jconf Now jconf supports "mode" setting, allowed values are "tcp_only", "tcp_and_udp" and "udp_only". Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Use jconf "mode" for server/local/tunnel/manager Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Add per-project vimrc to gitignore As the coding style differs from kernel and other projects, so such project vimrc should be helpful. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Introduce asciidoc based documentation framework Use asciidoc for new documentation framework, which could not only output man pages, but also htmls. And asciidoc documentation is much more human-readable than roff man pages. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert shadowsocks-libev man page to asciidoc The port to asciidoc has some format change compared to old one. The most obvious one is the options listed in SYNOPSIS. Now the options list is not split into 2/3 columns, or we must use asciidoc tables and introduce table frames. Other small change includes the removal of AUTHOR sector, as it's not an expendable method to update AUTHOR sector every time it gets updated. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-local man page to asciidoc Also modify gitignore, since it use too generic rules to ignore such documentation. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-manager man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-nat man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-redir man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-server man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-tunnel man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Remove old roff man pages Welcome to the new age of asciidoc. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Add equivalent tables for command line options and config file Now user can get a more clear view of config file and command line options. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp>
8 years ago
Asciidoc man page rework (#699) * Add 'tunnel_address' support for json config parser And allow ss-tunnel to use the newly introduced parser. Signed-off-by: Adam Anonymous <anonymous_temp_user@yahoo.co.jp> * Add "mode" support for jconf Now jconf supports "mode" setting, allowed values are "tcp_only", "tcp_and_udp" and "udp_only". Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Use jconf "mode" for server/local/tunnel/manager Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Add per-project vimrc to gitignore As the coding style differs from kernel and other projects, so such project vimrc should be helpful. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Introduce asciidoc based documentation framework Use asciidoc for new documentation framework, which could not only output man pages, but also htmls. And asciidoc documentation is much more human-readable than roff man pages. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert shadowsocks-libev man page to asciidoc The port to asciidoc has some format change compared to old one. The most obvious one is the options listed in SYNOPSIS. Now the options list is not split into 2/3 columns, or we must use asciidoc tables and introduce table frames. Other small change includes the removal of AUTHOR sector, as it's not an expendable method to update AUTHOR sector every time it gets updated. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-local man page to asciidoc Also modify gitignore, since it use too generic rules to ignore such documentation. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-manager man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-nat man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-redir man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-server man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-tunnel man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Remove old roff man pages Welcome to the new age of asciidoc. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Add equivalent tables for command line options and config file Now user can get a more clear view of config file and command line options. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp>
8 years ago
12 years ago
12 years ago
11 years ago
12 years ago
10 years ago
11 years ago
11 years ago
11 years ago
8 years ago
12 years ago
8 years ago
8 years ago
8 years ago
8 years ago
12 years ago
12 years ago
12 years ago
10 years ago
12 years ago
  1. dnl -*- Autoconf -*-
  2. dnl Process this file with autoconf to produce a configure script.
  3. AC_PREREQ([2.67])
  4. AC_INIT([shadowsocks-libev], [2.6.2], [max.c.lv@gmail.com])
  5. AC_CONFIG_SRCDIR([src/encrypt.c])
  6. AC_CONFIG_HEADERS([config.h])
  7. AC_CONFIG_AUX_DIR(auto)
  8. AC_CONFIG_MACRO_DIR([m4])
  9. AC_USE_SYSTEM_EXTENSIONS
  10. AM_INIT_AUTOMAKE([subdir-objects foreign -Wno-gnu -Werror])
  11. m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
  12. m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
  13. AM_MAINTAINER_MODE
  14. AM_DEP_TRACK
  15. dnl Checks for lib
  16. AC_DISABLE_STATIC
  17. AC_DISABLE_SHARED
  18. LT_INIT([dlopen])
  19. dnl Check for pcre library
  20. TS_CHECK_PCRE
  21. if test "x${enable_pcre}" != "xyes"; then
  22. AC_MSG_ERROR([Cannot find pcre library. Configure --with-pcre=DIR])
  23. fi
  24. dnl Checks for using shared libraries from system
  25. AC_ARG_ENABLE(
  26. [system-shared-lib],
  27. AS_HELP_STRING([--enable-system-shared-lib], [build against shared libraries when possible]),
  28. [
  29. case "${enableval}" in
  30. yes) enable_system_shared_lib=true ;;
  31. no) enable_system_shared_lib=false ;;
  32. *) AC_MSG_ERROR([bad value ${enableval} for --enable-system-shared-lib]) ;;
  33. esac], [enable_system_shared_lib=false])
  34. AM_CONDITIONAL([USE_SYSTEM_SHARED_LIB], [test x$enable_system_shared_lib = xtrue])
  35. dnl Checks for crypto library
  36. AC_ARG_WITH(
  37. [crypto-library],
  38. [AS_HELP_STRING([--with-crypto-library=library], [build with the given crypto library, TYPE=openssl|polarssl|mbedtls @<:@default=openssl@:>@])],
  39. [
  40. case "${withval}" in
  41. openssl|polarssl|mbedtls) ;;
  42. *) AC_MSG_ERROR([bad value ${withval} for --with-crypto-library]) ;;
  43. esac
  44. ],
  45. [with_crypto_library="openssl"]
  46. )
  47. AC_ARG_ENABLE([documentation],
  48. AS_HELP_STRING([--disable-documentation], [do not build documentation]),
  49. [disable_documentation=true],
  50. [disable_documentation=false])
  51. AM_CONDITIONAL([ENABLE_DOCUMENTATION], [test x$disable_documentation = xfalse])
  52. AM_COND_IF([ENABLE_DOCUMENTATION], [
  53. AC_PATH_PROG([ASCIIDOC], [asciidoc])
  54. test x"${ASCIIDOC}" != x || AC_MSG_ERROR([Cannot find `asciidoc` in PATH.])
  55. AC_PATH_PROG([XMLTO], [xmlto])
  56. test x"$XMLTO" != x || AC_MSG_ERROR([Cannot find `xmlto` in PATH.])
  57. AC_PATH_PROG([GZIP], [gzip], [gzip])
  58. AC_PATH_PROG([MV], [mv], [mv])
  59. AC_PROG_SED
  60. ])
  61. dnl Checks for programs.
  62. AC_PROG_CC
  63. AM_PROG_CC_C_O
  64. AC_PROG_INSTALL
  65. AC_PROG_LN_S
  66. AC_PROG_LIBTOOL
  67. AC_PROG_MAKE_SET
  68. AC_LANG_SOURCE
  69. dnl Add library for mingw
  70. case $host in
  71. *-mingw*)
  72. CFLAGS="$CFLAGS -mno-ms-bitfields"
  73. LIBS="$LIBS -ladvapi32 -lgdi32 -lws2_32 -lcrypt32"
  74. ;;
  75. *-cygwin*)
  76. CFLAGS="$CFLAGS -mno-ms-bitfields"
  77. ;;
  78. *)
  79. ;;
  80. esac
  81. dnl Checks for TLS
  82. AX_TLS([:], [:])
  83. dnl Checks for crypto library
  84. case "${with_crypto_library}" in
  85. openssl)
  86. ss_ZLIB
  87. ss_OPENSSL
  88. AC_DEFINE([USE_CRYPTO_OPENSSL], [1], [Use OpenSSL library])
  89. ;;
  90. polarssl)
  91. ss_POLARSSL
  92. AC_DEFINE([USE_CRYPTO_POLARSSL], [1], [Use PolarSSL library])
  93. ;;
  94. mbedtls)
  95. ss_MBEDTLS
  96. AC_DEFINE([USE_CRYPTO_MBEDTLS], [1], [Use mbed TLS library])
  97. ;;
  98. esac
  99. dnl Checks for Apple CommonCrypto API
  100. AC_ARG_ENABLE(applecc,
  101. AS_HELP_STRING([--enable-applecc], [enable Apple CommonCrypto API support]),
  102. [
  103. AC_CHECK_HEADERS(CommonCrypto/CommonCrypto.h,
  104. [],
  105. [AC_MSG_ERROR([CommonCrypto header files not found.]); break]
  106. )
  107. AC_CHECK_FUNCS([CCCryptorCreateWithMode], ,
  108. [AC_MSG_ERROR([CommonCrypto API needs OS X (>= 10.7) and iOS (>= 5.0).]); break]
  109. )
  110. AC_DEFINE([USE_CRYPTO_APPLECC], [1], [Use Apple CommonCrypto library])
  111. ]
  112. )
  113. dnl Checks for inet_ntop
  114. ss_FUNC_INET_NTOP
  115. dnl Checks for host.
  116. AC_MSG_CHECKING(for what kind of host)
  117. case $host in
  118. *-linux*)
  119. os_support=linux
  120. AC_MSG_RESULT(Linux)
  121. ;;
  122. *-mingw*)
  123. dnl Add custom macros for libev
  124. AC_DEFINE([FD_SETSIZE], [2048], [Reset max file descriptor size.])
  125. AC_DEFINE([EV_FD_TO_WIN32_HANDLE(fd)], [(fd)], [Override libev default fd conversion macro.])
  126. AC_DEFINE([EV_WIN32_HANDLE_TO_FD(handle)], [(handle)], [Override libev default handle conversion macro.])
  127. AC_DEFINE([EV_WIN32_CLOSE_FD(fd)], [closesocket(fd)], [Override libev default fd close macro.])
  128. os_support=mingw
  129. AC_MSG_RESULT(MinGW)
  130. ;;
  131. *)
  132. AC_MSG_RESULT(transparent proxy does not support for $host)
  133. ;;
  134. esac
  135. dnl Checks for pthread
  136. AX_PTHREAD([LIBS="$PTHREAD_LIBS $LIBS"
  137. CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
  138. CC="$PTHREAD_CC"], AC_MSG_ERROR(Can not find pthreads. This is required.))
  139. dnl Checks for stack protector
  140. GGL_CHECK_STACK_PROTECTOR([has_stack_protector=yes], [has_stack_protector=no])
  141. # XXX - disable -fstack-protector due to missing libssp_nonshared
  142. case "$host_os" in
  143. *aix*)
  144. AC_MSG_NOTICE([-fstack-protector disabled on AIX])
  145. has_stack_protector=no
  146. ;;
  147. *sunos*)
  148. AC_MSG_NOTICE([-fstack-protector disabled on SunOS])
  149. has_stack_protector=no
  150. ;;
  151. *solaris*)
  152. AC_MSG_NOTICE([-fstack-protector disabled on Solaris])
  153. has_stack_protector=no
  154. ;;
  155. esac
  156. AC_ARG_ENABLE(ssp,
  157. [AS_HELP_STRING(--disable-ssp,Do not compile with -fstack-protector)],
  158. [
  159. enable_ssp="no"
  160. ],
  161. [
  162. enable_ssp="yes"
  163. ])
  164. if test x$has_stack_protector = xyes && test x$enable_ssp = xyes; then
  165. CFLAGS="$CFLAGS -fstack-protector"
  166. AC_MSG_NOTICE([-fstack-protector enabled in CFLAGS])
  167. fi
  168. AM_CONDITIONAL(BUILD_REDIRECTOR, test "$os_support" = "linux")
  169. AM_CONDITIONAL(BUILD_WINCOMPAT, test "$os_support" = "mingw")
  170. dnl Checks for header files.
  171. AC_CHECK_HEADERS([limits.h stdint.h inttypes.h arpa/inet.h fcntl.h langinfo.h locale.h netdb.h netinet/in.h stdlib.h string.h strings.h unistd.h sys/ioctl.h])
  172. dnl A special check required for <net/if.h> on Darwin. See
  173. dnl http://www.gnu.org/software/autoconf/manual/html_node/Header-Portability.html.
  174. AC_CHECK_HEADERS([sys/socket.h])
  175. AC_CHECK_HEADERS([net/if.h], [], [],
  176. [
  177. #include <stdio.h>
  178. #ifdef STDC_HEADERS
  179. # include <stdlib.h>
  180. # include <stddef.h>
  181. #else
  182. # ifdef HAVE_STDLIB_H
  183. # include <stdlib.h>
  184. # endif
  185. #endif
  186. #ifdef HAVE_SYS_SOCKET_H
  187. # include <sys/socket.h>
  188. #endif
  189. ])
  190. case $host in
  191. *-mingw*)
  192. AC_DEFINE([CONNECT_IN_PROGRESS], [WSAEWOULDBLOCK], [errno for incomplete non-blocking connect(2)])
  193. AC_CHECK_HEADERS([windows.h winsock2.h ws2tcpip.h], [], [AC_MSG_ERROR([Missing MinGW headers])], [])
  194. ;;
  195. *-linux*)
  196. AC_DEFINE([CONNECT_IN_PROGRESS], [EINPROGRESS], [errno for incomplete non-blocking connect(2)])
  197. dnl Checks for netfilter headers
  198. AC_CHECK_HEADERS([linux/if.h linux/netfilter_ipv4.h linux/netfilter_ipv6/ip6_tables.h],
  199. [], [AC_MSG_ERROR([Missing netfilter headers])],
  200. [[
  201. #if HAVE_LIMITS_H
  202. #include <limits.h>
  203. #endif
  204. /* Netfilter ip(6)tables v1.4.0 has broken headers */
  205. #if HAVE_NETINET_IN_H
  206. #include <netinet/in.h>
  207. #endif
  208. #if HAVE_LINUX_IF_H
  209. #include <linux/if.h>
  210. #endif
  211. #if HAVE_SYS_SOCKET_H
  212. #include <sys/socket.h>
  213. #endif
  214. ]])
  215. ;;
  216. *)
  217. # These are POSIX-like systems using BSD-like sockets API.
  218. AC_DEFINE([CONNECT_IN_PROGRESS], [EINPROGRESS], [errno for incomplete non-blocking connect(2)])
  219. ;;
  220. esac
  221. AC_C_BIGENDIAN
  222. dnl Checks for typedefs, structures, and compiler characteristics.
  223. AC_C_INLINE
  224. AC_TYPE_SSIZE_T
  225. dnl Checks for header files.
  226. AC_HEADER_ASSERT
  227. AC_HEADER_STDC
  228. AC_HEADER_SYS_WAIT
  229. dnl Checks for typedefs, structures, and compiler characteristics.
  230. AC_C_CONST
  231. AC_TYPE_PID_T
  232. AC_TYPE_SIZE_T
  233. AC_TYPE_SSIZE_T
  234. AC_TYPE_UINT16_T
  235. AC_TYPE_UINT8_T
  236. AC_HEADER_TIME
  237. dnl Checks for library functions.
  238. AC_FUNC_FORK
  239. AC_FUNC_SELECT_ARGTYPES
  240. AC_TYPE_SIGNAL
  241. AC_CHECK_FUNCS([memset select setresuid setreuid strerror getpwnam_r setrlimit])
  242. dnl Check for select() into ws2_32 for Msys/Mingw
  243. if test "$ac_cv_func_select" != "yes"; then
  244. AC_MSG_CHECKING([for select in ws2_32])
  245. AC_TRY_LINK([
  246. #ifdef HAVE_WINSOCK2_H
  247. #ifndef WIN32_LEAN_AND_MEAN
  248. #define WIN32_LEAN_AND_MEAN
  249. #endif
  250. #include <winsock2.h>
  251. #endif
  252. ],[
  253. select(0,(fd_set *)NULL,(fd_set *)NULL,(fd_set *)NULL,(struct timeval *)NULL);
  254. ],[
  255. AC_MSG_RESULT([yes])
  256. HAVE_SELECT="1"
  257. AC_DEFINE_UNQUOTED(HAVE_SELECT, 1,
  258. [Define to 1 if you have the 'select' function.])
  259. HAVE_SYS_SELECT_H="1"
  260. AC_DEFINE_UNQUOTED(HAVE_SYS_SELECT_H, 1,
  261. [Define to 1 if you have the <sys/select.h> header file.])
  262. ],[
  263. AC_MSG_ERROR([no])
  264. ])
  265. fi
  266. AC_CHECK_LIB(socket, connect)
  267. dnl Checks for library functions.
  268. AC_CHECK_FUNCS([malloc memset socket])
  269. dnl Add define for libudns to enable IPv6 support
  270. dnl This is an option defined in the origin configure script
  271. AC_DEFINE([HAVE_IPv6], [1], [Enable IPv6 support in libudns])
  272. AC_CHECK_LIB([sodium], [sodium_init], ,
  273. [ AC_MSG_ERROR([Couldn't find libsodium. Try installing libsodium-dev@<:@el@:>@.])])
  274. AC_CONFIG_FILES([shadowsocks-libev.pc
  275. Makefile
  276. libcork/Makefile
  277. libipset/Makefile
  278. src/Makefile])
  279. AC_CHECK_LIB([udns], [dns_dnlen], ,[AC_MSG_ERROR([Couldn't find libudns. Try installing libudns-dev or udns-devel.])])
  280. AC_CHECK_LIB([ev], [ev_loop_destroy], ,[AC_MSG_ERROR([Couldn't find libev. Try installing libev-dev@<:@el@:>@.])])
  281. AM_COND_IF([ENABLE_DOCUMENTATION],
  282. [AC_CONFIG_FILES([doc/Makefile])
  283. ])
  284. AC_OUTPUT