configure.ac 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719
  1. dnl Copyright (c) 2001-2004, Roger Dingledine
  2. dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
  3. dnl Copyright (c) 2007-2015, The Tor Project, Inc.
  4. dnl See LICENSE for licensing information
  5. AC_PREREQ([2.63])
  6. AC_INIT([tor],[0.2.9.0-alpha-dev])
  7. AC_CONFIG_SRCDIR([src/or/main.c])
  8. AC_CONFIG_MACRO_DIR([m4])
  9. # "foreign" means we don't follow GNU package layout standards
  10. # "1.11" means we require automake version 1.11 or newer
  11. # "subdir-objects" means put .o files in the same directory as the .c files
  12. AM_INIT_AUTOMAKE([foreign 1.11 subdir-objects])
  13. m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
  14. AC_CONFIG_HEADERS([orconfig.h])
  15. AC_CANONICAL_HOST
  16. PKG_PROG_PKG_CONFIG
  17. if test -f "/etc/redhat-release"; then
  18. if test -f "/usr/kerberos/include"; then
  19. CPPFLAGS="$CPPFLAGS -I/usr/kerberos/include"
  20. fi
  21. fi
  22. # Not a no-op; we want to make sure that CPPFLAGS is set before we use
  23. # the += operator on it in src/or/Makefile.am
  24. CPPFLAGS="$CPPFLAGS -I\${top_srcdir}/src/common"
  25. #XXXX020 We should make these enabled or not, before 0.2.0.x-final
  26. AC_ARG_ENABLE(openbsd-malloc,
  27. AS_HELP_STRING(--enable-openbsd-malloc, [use malloc code from OpenBSD. Linux only]))
  28. AC_ARG_ENABLE(instrument-downloads,
  29. AS_HELP_STRING(--enable-instrument-downloads, [instrument downloads of directory resources etc.]))
  30. AC_ARG_ENABLE(static-openssl,
  31. AS_HELP_STRING(--enable-static-openssl, [link against a static openssl library. Requires --with-openssl-dir]))
  32. AC_ARG_ENABLE(static-libevent,
  33. AS_HELP_STRING(--enable-static-libevent, [link against a static libevent library. Requires --with-libevent-dir]))
  34. AC_ARG_ENABLE(static-zlib,
  35. AS_HELP_STRING(--enable-static-zlib, [link against a static zlib library. Requires --with-zlib-dir]))
  36. AC_ARG_ENABLE(static-tor,
  37. AS_HELP_STRING(--enable-static-tor, [create an entirely static Tor binary. Requires --with-openssl-dir and --with-libevent-dir and --with-zlib-dir]))
  38. AC_ARG_ENABLE(unittests,
  39. AS_HELP_STRING(--disable-unittests, [don't build unit tests for Tor. Risky!]))
  40. AC_ARG_ENABLE(coverage,
  41. AS_HELP_STRING(--enable-coverage, [enable coverage support in the unit-test build]))
  42. AC_ARG_ENABLE(asserts-in-tests,
  43. AS_HELP_STRING(--disable-asserts-in-tests, [disable tor_assert() calls in the unit tests, for branch coverage]))
  44. AC_ARG_ENABLE(system-torrc,
  45. AS_HELP_STRING(--disable-system-torrc, [don't look for a system-wide torrc file]))
  46. if test "x$enable_coverage" != "xyes" -a "x$enable_asserts_in_tests" = "xno" ; then
  47. AC_MSG_ERROR([Can't disable assertions outside of coverage build])
  48. fi
  49. AM_CONDITIONAL(UNITTESTS_ENABLED, test "x$enable_unittests" != "xno")
  50. AM_CONDITIONAL(COVERAGE_ENABLED, test "x$enable_coverage" = "xyes")
  51. AM_CONDITIONAL(DISABLE_ASSERTS_IN_UNIT_TESTS, test "x$enable_asserts_in_tests" = "xno")
  52. if test "$enable_static_tor" = "yes"; then
  53. enable_static_libevent="yes";
  54. enable_static_openssl="yes";
  55. enable_static_zlib="yes";
  56. CFLAGS="$CFLAGS -static"
  57. fi
  58. if test "$enable_system_torrc" = "no"; then
  59. AC_DEFINE(DISABLE_SYSTEM_TORRC, 1,
  60. [Defined if we're not going to look for a torrc in SYSCONF])
  61. fi
  62. AM_CONDITIONAL(USE_OPENBSD_MALLOC, test "x$enable_openbsd_malloc" = "xyes")
  63. AC_ARG_ENABLE(transparent,
  64. AS_HELP_STRING(--disable-transparent, [disable transparent proxy support]),
  65. [case "${enableval}" in
  66. "yes") transparent=true ;;
  67. "no") transparent=false ;;
  68. *) AC_MSG_ERROR(bad value for --enable-transparent) ;;
  69. esac], [transparent=true])
  70. AC_ARG_ENABLE(asciidoc,
  71. AS_HELP_STRING(--disable-asciidoc, [don't use asciidoc (disables building of manpages)]),
  72. [case "${enableval}" in
  73. "yes") asciidoc=true ;;
  74. "no") asciidoc=false ;;
  75. *) AC_MSG_ERROR(bad value for --disable-asciidoc) ;;
  76. esac], [asciidoc=true])
  77. # systemd notify support
  78. AC_ARG_ENABLE(systemd,
  79. AS_HELP_STRING(--enable-systemd, [enable systemd notification support]),
  80. [case "${enableval}" in
  81. "yes") systemd=true ;;
  82. "no") systemd=false ;;
  83. * ) AC_MSG_ERROR(bad value for --enable-systemd) ;;
  84. esac], [systemd=auto])
  85. # systemd support
  86. if test "x$enable_systemd" = "xno"; then
  87. have_systemd=no;
  88. else
  89. PKG_CHECK_MODULES(SYSTEMD,
  90. [libsystemd-daemon],
  91. have_systemd=yes,
  92. have_systemd=no)
  93. if test "x$have_systemd" = "xno"; then
  94. AC_MSG_NOTICE([Okay, checking for systemd a different way...])
  95. PKG_CHECK_MODULES(SYSTEMD,
  96. [libsystemd],
  97. have_systemd=yes,
  98. have_systemd=no)
  99. fi
  100. fi
  101. if test "x$have_systemd" = "xyes"; then
  102. AC_DEFINE(HAVE_SYSTEMD,1,[Have systemd])
  103. TOR_SYSTEMD_CFLAGS="${SYSTEMD_CFLAGS}"
  104. TOR_SYSTEMD_LIBS="${SYSTEMD_LIBS}"
  105. PKG_CHECK_MODULES(LIBSYSTEMD209, [libsystemd >= 209],
  106. [AC_DEFINE(HAVE_SYSTEMD_209,1,[Have systemd v209 or more])], [])
  107. fi
  108. AC_SUBST(TOR_SYSTEMD_CFLAGS)
  109. AC_SUBST(TOR_SYSTEMD_LIBS)
  110. if test "x$enable_systemd" = "xyes" -a "x$have_systemd" != "xyes" ; then
  111. AC_MSG_ERROR([Explicitly requested systemd support, but systemd not found])
  112. fi
  113. case "$host" in
  114. *-*-solaris* )
  115. AC_DEFINE(_REENTRANT, 1, [Define on some platforms to activate x_r() functions in time.h])
  116. ;;
  117. esac
  118. AC_ARG_ENABLE(gcc-warnings,
  119. AS_HELP_STRING(--enable-gcc-warnings, [enable verbose warnings]))
  120. AC_ARG_ENABLE(gcc-warnings-advisory,
  121. AS_HELP_STRING(--enable-gcc-warnings-advisory, [enable verbose warnings, excluding -Werror]))
  122. dnl Others suggest '/gs /safeseh /nxcompat /dynamicbase' for non-gcc on Windows
  123. AC_ARG_ENABLE(gcc-hardening,
  124. AS_HELP_STRING(--disable-gcc-hardening, [disable compiler security checks]))
  125. AC_ARG_ENABLE(expensive-hardening,
  126. AS_HELP_STRING(--enable-expensive-hardening, [enable more expensive compiler hardening; makes Tor slower]))
  127. dnl Linker hardening options
  128. dnl Currently these options are ELF specific - you can't use this with MacOSX
  129. AC_ARG_ENABLE(linker-hardening,
  130. AS_HELP_STRING(--disable-linker-hardening, [disable linker security fixups]))
  131. AC_ARG_ENABLE(local-appdata,
  132. AS_HELP_STRING(--enable-local-appdata, [default to host local application data paths on Windows]))
  133. if test "$enable_local_appdata" = "yes"; then
  134. AC_DEFINE(ENABLE_LOCAL_APPDATA, 1,
  135. [Defined if we default to host local appdata paths on Windows])
  136. fi
  137. # Tor2web mode flag
  138. AC_ARG_ENABLE(tor2web-mode,
  139. AS_HELP_STRING(--enable-tor2web-mode, [support tor2web non-anonymous mode]),
  140. [if test "x$enableval" = "xyes"; then
  141. CFLAGS="$CFLAGS -D ENABLE_TOR2WEB_MODE=1"
  142. fi])
  143. AC_ARG_ENABLE(bufferevents,
  144. AS_HELP_STRING(--enable-bufferevents, [use Libevent's buffered IO]))
  145. AC_ARG_ENABLE(tool-name-check,
  146. AS_HELP_STRING(--disable-tool-name-check, [check for sanely named toolchain when cross-compiling]))
  147. AC_ARG_ENABLE(seccomp,
  148. AS_HELP_STRING(--disable-seccomp, [do not attempt to use libseccomp]))
  149. AC_ARG_ENABLE(libscrypt,
  150. AS_HELP_STRING(--disable-libscrypt, [do not attempt to use libscrypt]))
  151. dnl check for the correct "ar" when cross-compiling
  152. AN_MAKEVAR([AR], [AC_PROG_AR])
  153. AN_PROGRAM([ar], [AC_PROG_AR])
  154. AC_DEFUN([AC_PROG_AR], [AC_CHECK_TOOL([AR], [ar], [ar])])
  155. AC_PROG_AR
  156. dnl Check whether the above macro has settled for a simply named tool even
  157. dnl though we're cross compiling. We must do this before running AC_PROG_CC,
  158. dnl because that will find any cc on the system, not only the cross-compiler,
  159. dnl and then verify that a binary built with this compiler runs on the
  160. dnl build system. It will then come to the false conclusion that we're not
  161. dnl cross-compiling.
  162. if test "x$enable_tool_name_check" != "xno"; then
  163. if test "x$ac_tool_warned" = "xyes"; then
  164. AC_MSG_ERROR([We are cross compiling but could not find a properly named toolchain. Do you have your cross-compiling toolchain in PATH? (You can --disable-tool-name-check to ignore this.)])
  165. elif test "x$ac_ct_AR" != "x" -a "x$cross_compiling" = "xmaybe"; then
  166. AC_MSG_ERROR([We think we are cross compiling but could not find a properly named toolchain. Do you have your cross-compiling toolchain in PATH? (You can --disable-tool-name-check to ignore this.)])
  167. fi
  168. fi
  169. AC_PROG_CC
  170. AC_PROG_CPP
  171. AC_PROG_MAKE_SET
  172. AC_PROG_RANLIB
  173. AC_PATH_PROG([PERL], [perl])
  174. dnl autoconf 2.59 appears not to support AC_PROG_SED
  175. AC_CHECK_PROG([SED],[sed],[sed],[/bin/false])
  176. dnl check for asciidoc and a2x
  177. AC_PATH_PROG([ASCIIDOC], [asciidoc], none)
  178. AC_PATH_PROGS([A2X], [a2x a2x.py], none)
  179. AM_CONDITIONAL(USE_ASCIIDOC, test "x$asciidoc" = "xtrue")
  180. AM_CONDITIONAL(USE_FW_HELPER, test "x$natpmp" = "xtrue" || test "x$upnp" = "xtrue")
  181. AM_CONDITIONAL(NAT_PMP, test "x$natpmp" = "xtrue")
  182. AM_CONDITIONAL(MINIUPNPC, test "x$upnp" = "xtrue")
  183. AM_PROG_CC_C_O
  184. AC_PROG_CC_C99
  185. AC_ARG_VAR([PYTHON], [path to Python binary])
  186. AC_CHECK_PROGS(PYTHON, [python python2 python2.7 python3 python3.3])
  187. if test "x$PYTHON" = "x"; then
  188. AC_MSG_WARN([Python unavailable; some tests will not be run.])
  189. fi
  190. AM_CONDITIONAL(USEPYTHON, [test "x$PYTHON" != "x"])
  191. ifdef([AC_C_FLEXIBLE_ARRAY_MEMBER], [
  192. AC_C_FLEXIBLE_ARRAY_MEMBER
  193. ], [
  194. dnl Maybe we've got an old autoconf...
  195. AC_CACHE_CHECK([for flexible array members],
  196. tor_cv_c_flexarray,
  197. [AC_COMPILE_IFELSE(
  198. AC_LANG_PROGRAM([
  199. struct abc { int a; char b[]; };
  200. ], [
  201. struct abc *def = malloc(sizeof(struct abc)+sizeof(char));
  202. def->b[0] = 33;
  203. ]),
  204. [tor_cv_c_flexarray=yes],
  205. [tor_cv_c_flexarray=no])])
  206. if test "$tor_cv_flexarray" = "yes"; then
  207. AC_DEFINE([FLEXIBLE_ARRAY_MEMBER], [], [Define to nothing if C supports flexible array members, and to 1 if it does not.])
  208. else
  209. AC_DEFINE([FLEXIBLE_ARRAY_MEMBER], [1], [Define to nothing if C supports flexible array members, and to 1 if it does not.])
  210. fi
  211. ])
  212. AC_CACHE_CHECK([for working C99 mid-block declaration syntax],
  213. tor_cv_c_c99_decl,
  214. [AC_COMPILE_IFELSE(
  215. [AC_LANG_PROGRAM([], [int x; x = 3; int y; y = 4 + x;])],
  216. [tor_cv_c_c99_decl=yes],
  217. [tor_cv_c_c99_decl=no] )])
  218. if test "$tor_cv_c_c99_decl" != "yes"; then
  219. AC_MSG_ERROR([Your compiler doesn't support c99 mid-block declarations. This is required as of Tor 0.2.6.x])
  220. fi
  221. AC_CACHE_CHECK([for working C99 designated initializers],
  222. tor_cv_c_c99_designated_init,
  223. [AC_COMPILE_IFELSE(
  224. [AC_LANG_PROGRAM([struct s { int a; int b; };],
  225. [[ struct s ss = { .b = 5, .a = 6 }; ]])],
  226. [tor_cv_c_c99_designated_init=yes],
  227. [tor_cv_c_c99_designated_init=no] )])
  228. if test "$tor_cv_c_c99_designated_init" != "yes"; then
  229. AC_MSG_ERROR([Your compiler doesn't support c99 designated initializers. This is required as of Tor 0.2.6.x])
  230. fi
  231. TORUSER=_tor
  232. AC_ARG_WITH(tor-user,
  233. AS_HELP_STRING(--with-tor-user=NAME, [specify username for tor daemon]),
  234. [
  235. TORUSER=$withval
  236. ]
  237. )
  238. AC_SUBST(TORUSER)
  239. TORGROUP=_tor
  240. AC_ARG_WITH(tor-group,
  241. AS_HELP_STRING(--with-tor-group=NAME, [specify group name for tor daemon]),
  242. [
  243. TORGROUP=$withval
  244. ]
  245. )
  246. AC_SUBST(TORGROUP)
  247. dnl If _WIN32 is defined and non-zero, we are building for win32
  248. AC_MSG_CHECKING([for win32])
  249. AC_RUN_IFELSE([AC_LANG_SOURCE([
  250. int main(int c, char **v) {
  251. #ifdef _WIN32
  252. #if _WIN32
  253. return 0;
  254. #else
  255. return 1;
  256. #endif
  257. #else
  258. return 2;
  259. #endif
  260. }])],
  261. bwin32=true; AC_MSG_RESULT([yes]),
  262. bwin32=false; AC_MSG_RESULT([no]),
  263. bwin32=cross; AC_MSG_RESULT([cross])
  264. )
  265. if test "$bwin32" = "cross"; then
  266. AC_MSG_CHECKING([for win32 (cross)])
  267. AC_COMPILE_IFELSE([AC_LANG_SOURCE([
  268. #ifdef _WIN32
  269. int main(int c, char **v) {return 0;}
  270. #else
  271. #error
  272. int main(int c, char **v) {return x(y);}
  273. #endif
  274. ])],
  275. bwin32=true; AC_MSG_RESULT([yes]),
  276. bwin32=false; AC_MSG_RESULT([no]))
  277. fi
  278. AH_BOTTOM([
  279. #ifdef _WIN32
  280. /* Defined to access windows functions and definitions for >=WinXP */
  281. # ifndef WINVER
  282. # define WINVER 0x0501
  283. # endif
  284. /* Defined to access _other_ windows functions and definitions for >=WinXP */
  285. # ifndef _WIN32_WINNT
  286. # define _WIN32_WINNT 0x0501
  287. # endif
  288. /* Defined to avoid including some windows headers as part of Windows.h */
  289. # ifndef WIN32_LEAN_AND_MEAN
  290. # define WIN32_LEAN_AND_MEAN 1
  291. # endif
  292. #endif
  293. ])
  294. AM_CONDITIONAL(BUILD_NT_SERVICES, test "x$bwin32" = "xtrue")
  295. dnl Enable C99 when compiling with MIPSpro
  296. AC_MSG_CHECKING([for MIPSpro compiler])
  297. AC_COMPILE_IFELSE([AC_LANG_PROGRAM(, [
  298. #if (defined(__sgi) && defined(_COMPILER_VERSION))
  299. #error
  300. return x(y);
  301. #endif
  302. ])],
  303. bmipspro=false; AC_MSG_RESULT(no),
  304. bmipspro=true; AC_MSG_RESULT(yes))
  305. if test "$bmipspro" = "true"; then
  306. CFLAGS="$CFLAGS -c99"
  307. fi
  308. AC_C_BIGENDIAN
  309. AC_SEARCH_LIBS(socket, [socket network])
  310. AC_SEARCH_LIBS(gethostbyname, [nsl])
  311. AC_SEARCH_LIBS(dlopen, [dl])
  312. AC_SEARCH_LIBS(inet_aton, [resolv])
  313. AC_SEARCH_LIBS(backtrace, [execinfo])
  314. saved_LIBS="$LIBS"
  315. AC_SEARCH_LIBS([clock_gettime], [rt])
  316. if test "$LIBS" != "$saved_LIBS"; then
  317. # Looks like we need -lrt for clock_gettime().
  318. have_rt=yes
  319. fi
  320. AC_SEARCH_LIBS(pthread_create, [pthread])
  321. AC_SEARCH_LIBS(pthread_detach, [pthread])
  322. AM_CONDITIONAL(THREADS_WIN32, test "$bwin32" = "true")
  323. AM_CONDITIONAL(THREADS_PTHREADS, test "$bwin32" = "false")
  324. AC_CHECK_FUNCS(
  325. _NSGetEnviron \
  326. RtlSecureZeroMemory \
  327. SecureZeroMemory \
  328. accept4 \
  329. backtrace \
  330. backtrace_symbols_fd \
  331. clock_gettime \
  332. eventfd \
  333. explicit_bzero \
  334. timingsafe_memcmp \
  335. flock \
  336. ftime \
  337. getaddrinfo \
  338. getentropy \
  339. getifaddrs \
  340. getpass \
  341. getrlimit \
  342. gettimeofday \
  343. gmtime_r \
  344. htonll \
  345. inet_aton \
  346. ioctl \
  347. issetugid \
  348. llround \
  349. localtime_r \
  350. lround \
  351. memmem \
  352. memset_s \
  353. pipe \
  354. pipe2 \
  355. prctl \
  356. readpassphrase \
  357. rint \
  358. sigaction \
  359. socketpair \
  360. statvfs \
  361. strlcat \
  362. strlcpy \
  363. strnlen \
  364. strptime \
  365. strtok_r \
  366. strtoull \
  367. sysconf \
  368. sysctl \
  369. uname \
  370. usleep \
  371. vasprintf \
  372. _vscprintf
  373. )
  374. if test "$bwin32" != "true"; then
  375. AC_CHECK_HEADERS(pthread.h)
  376. AC_CHECK_FUNCS(pthread_create)
  377. AC_CHECK_FUNCS(pthread_condattr_setclock)
  378. fi
  379. if test "$bwin32" = "true"; then
  380. AC_CHECK_DECLS([SecureZeroMemory, _getwch], , , [
  381. #include <windows.h>
  382. #include <conio.h>
  383. #include <wchar.h>
  384. ])
  385. fi
  386. AM_CONDITIONAL(BUILD_READPASSPHRASE_C,
  387. test "x$ac_cv_func_readpassphrase" = "xno" && test "$bwin32" = "false")
  388. dnl ------------------------------------------------------
  389. dnl Where do you live, libevent? And how do we call you?
  390. if test "$bwin32" = "true"; then
  391. TOR_LIB_WS32=-lws2_32
  392. TOR_LIB_IPHLPAPI=-liphlpapi
  393. # Some of the cargo-cults recommend -lwsock32 as well, but I don't
  394. # think it's actually necessary.
  395. TOR_LIB_GDI=-lgdi32
  396. else
  397. TOR_LIB_WS32=
  398. TOR_LIB_GDI=
  399. fi
  400. AC_SUBST(TOR_LIB_WS32)
  401. AC_SUBST(TOR_LIB_GDI)
  402. AC_SUBST(TOR_LIB_IPHLPAPI)
  403. tor_libevent_pkg_redhat="libevent"
  404. tor_libevent_pkg_debian="libevent-dev"
  405. tor_libevent_devpkg_redhat="libevent-devel"
  406. tor_libevent_devpkg_debian="libevent-dev"
  407. dnl On Gnu/Linux or any place we require it, we'll add librt to the Libevent
  408. dnl linking for static builds.
  409. STATIC_LIBEVENT_FLAGS=""
  410. if test "$enable_static_libevent" = "yes"; then
  411. if test "$have_rt" = "yes"; then
  412. STATIC_LIBEVENT_FLAGS=" -lrt "
  413. fi
  414. fi
  415. TOR_SEARCH_LIBRARY(libevent, $trylibeventdir, [-levent $STATIC_LIBEVENT_FLAGS $TOR_LIB_WS32], [
  416. #ifdef _WIN32
  417. #include <winsock2.h>
  418. #endif
  419. #include <sys/time.h>
  420. #include <sys/types.h>
  421. #include <event.h>], [
  422. #ifdef _WIN32
  423. #include <winsock2.h>
  424. #endif
  425. void *event_init(void);],
  426. [
  427. #ifdef _WIN32
  428. {WSADATA d; WSAStartup(0x101,&d); }
  429. #endif
  430. event_init();
  431. ], [--with-libevent-dir], [/opt/libevent])
  432. dnl Now check for particular libevent functions.
  433. save_LIBS="$LIBS"
  434. save_LDFLAGS="$LDFLAGS"
  435. save_CPPFLAGS="$CPPFLAGS"
  436. LIBS="-levent $STATIC_LIBEVENT_FLAGS $TOR_LIB_WS32 $LIBS"
  437. LDFLAGS="$TOR_LDFLAGS_libevent $LDFLAGS"
  438. CPPFLAGS="$TOR_CPPFLAGS_libevent $CPPFLAGS"
  439. AC_CHECK_FUNCS([event_get_version_number \
  440. evutil_secure_rng_set_urandom_device_file \
  441. evutil_secure_rng_init \
  442. ])
  443. AC_CHECK_MEMBERS([struct event.min_heap_idx], , ,
  444. [#include <event.h>
  445. ])
  446. AC_CHECK_HEADERS(event2/event.h event2/dns.h event2/bufferevent_ssl.h)
  447. LIBS="$STATIC_LIBEVENT_FLAGS $TOR_LIB_WS32 $save_LIBS"
  448. AM_CONDITIONAL(USE_EXTERNAL_EVDNS,
  449. test "x$ac_cv_header_event2_dns_h" = "xyes")
  450. if test "$enable_static_libevent" = "yes"; then
  451. if test "$tor_cv_library_libevent_dir" = "(system)"; then
  452. AC_MSG_ERROR("You must specify an explicit --with-libevent-dir=x option when using --enable-static-libevent")
  453. else
  454. TOR_LIBEVENT_LIBS="$TOR_LIBDIR_libevent/libevent.a $STATIC_LIBEVENT_FLAGS"
  455. fi
  456. else
  457. if test "x$ac_cv_header_event2_event_h" = "xyes"; then
  458. AC_SEARCH_LIBS(event_new, [event event_core], , AC_MSG_ERROR("libevent2 is installed but linking it failed while searching for event_new"))
  459. AC_SEARCH_LIBS(evdns_base_new, [event event_extra], , AC_MSG_ERROR("libevent2 is installed but linking it failed while searching for evdns_base_new"))
  460. if test "$ac_cv_search_event_new" != "none required"; then
  461. TOR_LIBEVENT_LIBS="$ac_cv_search_event_new"
  462. fi
  463. if test "$ac_cv_search_evdns_base_new" != "none required"; then
  464. TOR_LIBEVENT_LIBS="$ac_cv_search_evdns_base_new $TOR_LIBEVENT_LIBS"
  465. fi
  466. else
  467. TOR_LIBEVENT_LIBS="-levent"
  468. fi
  469. fi
  470. LIBS="$save_LIBS"
  471. LDFLAGS="$save_LDFLAGS"
  472. CPPFLAGS="$save_CPPFLAGS"
  473. dnl This isn't the best test for Libevent 2.0.3-alpha. Once it's released,
  474. dnl we can do much better.
  475. if test "$enable_bufferevents" = "yes"; then
  476. if test "$ac_cv_header_event2_bufferevent_ssl_h" != "yes"; then
  477. AC_MSG_ERROR([You've asked for bufferevent support, but you're using a version of Libevent without SSL support. This won't work. We need Libevent 2.0.8-rc or later, and you don't seem to even have Libevent 2.0.3-alpha.])
  478. else
  479. CPPFLAGS="$CPPFLAGS $TOR_CPPFLAGS_libevent"
  480. # Check for the right version. First see if version detection works.
  481. AC_MSG_CHECKING([whether we can detect the Libevent version])
  482. AC_COMPILE_IFELSE([AC_LANG_SOURCE([
  483. #include <event2/event.h>
  484. #if !defined(LIBEVENT_VERSION_NUMBER) || LIBEVENT_VERSION_NUMBER < 10
  485. #error
  486. int x = y(zz);
  487. #else
  488. int x = 1;
  489. #endif
  490. ])], [event_version_number_works=yes; AC_MSG_RESULT([yes]) ],
  491. [event_version_number_works=no; AC_MSG_RESULT([no])])
  492. if test "$event_version_number_works" != "yes"; then
  493. AC_MSG_WARN([Version detection on Libevent seems broken. Your Libevent installation is probably screwed up or very old.])
  494. else
  495. AC_MSG_CHECKING([whether Libevent is new enough for bufferevents])
  496. AC_COMPILE_IFELSE([AC_LANG_SOURCE([
  497. #include <event2/event.h>
  498. #if !defined(LIBEVENT_VERSION_NUMBER) || LIBEVENT_VERSION_NUMBER < 0x02000d00
  499. #error
  500. int x = y(zz);
  501. #else
  502. int x = 1;
  503. #endif
  504. ])], [ AC_MSG_RESULT([yes]) ],
  505. [ AC_MSG_RESULT([no])
  506. AC_MSG_ERROR([Libevent does not seem new enough to support bufferevents. We require 2.0.13-stable or later]) ] )
  507. fi
  508. fi
  509. fi
  510. LIBS="$save_LIBS"
  511. LDFLAGS="$save_LDFLAGS"
  512. CPPFLAGS="$save_CPPFLAGS"
  513. AM_CONDITIONAL(USE_BUFFEREVENTS, test "$enable_bufferevents" = "yes")
  514. if test "$enable_bufferevents" = "yes"; then
  515. AC_DEFINE(USE_BUFFEREVENTS, 1, [Defined if we're going to use Libevent's buffered IO API])
  516. if test "$enable_static_libevent" = "yes"; then
  517. TOR_LIBEVENT_LIBS="$TOR_LIBDIR_libevent/libevent_openssl.a $TOR_LIBEVENT_LIBS"
  518. else
  519. TOR_LIBEVENT_LIBS="-levent_openssl $TOR_LIBEVENT_LIBS"
  520. fi
  521. fi
  522. AC_SUBST(TOR_LIBEVENT_LIBS)
  523. dnl ------------------------------------------------------
  524. dnl Where do you live, libm?
  525. dnl On some platforms (Haiku/BeOS) the math library is
  526. dnl part of libroot. In which case don't link against lm
  527. TOR_LIB_MATH=""
  528. save_LIBS="$LIBS"
  529. AC_SEARCH_LIBS(pow, [m], , AC_MSG_ERROR([Could not find pow in libm or libc.]))
  530. if test "$ac_cv_search_pow" != "none required"; then
  531. TOR_LIB_MATH="$ac_cv_search_pow"
  532. fi
  533. LIBS="$save_LIBS"
  534. AC_SUBST(TOR_LIB_MATH)
  535. dnl ------------------------------------------------------
  536. dnl Where do you live, openssl? And how do we call you?
  537. tor_openssl_pkg_redhat="openssl"
  538. tor_openssl_pkg_debian="libssl-dev"
  539. tor_openssl_devpkg_redhat="openssl-devel"
  540. tor_openssl_devpkg_debian="libssl-dev"
  541. ALT_openssl_WITHVAL=""
  542. AC_ARG_WITH(ssl-dir,
  543. AS_HELP_STRING(--with-ssl-dir=PATH, [obsolete alias for --with-openssl-dir]),
  544. [
  545. if test "x$withval" != "xno" && test "x$withval" != "x"; then
  546. ALT_openssl_WITHVAL="$withval"
  547. fi
  548. ])
  549. TOR_SEARCH_LIBRARY(openssl, $tryssldir, [-lssl -lcrypto $TOR_LIB_GDI],
  550. [#include <openssl/rand.h>],
  551. [void RAND_add(const void *buf, int num, double entropy);],
  552. [RAND_add((void*)0,0,0);], [],
  553. [/usr/local/openssl /usr/lib/openssl /usr/local/ssl /usr/lib/ssl /usr/local /usr/athena /opt/openssl])
  554. dnl XXXX check for OPENSSL_VERSION_NUMBER == SSLeay()
  555. if test "$enable_static_openssl" = "yes"; then
  556. if test "$tor_cv_library_openssl_dir" = "(system)"; then
  557. AC_MSG_ERROR("You must specify an explicit --with-openssl-dir=x option when using --enable-static-openssl")
  558. else
  559. TOR_OPENSSL_LIBS="$TOR_LIBDIR_openssl/libssl.a $TOR_LIBDIR_openssl/libcrypto.a"
  560. fi
  561. else
  562. TOR_OPENSSL_LIBS="-lssl -lcrypto"
  563. fi
  564. AC_SUBST(TOR_OPENSSL_LIBS)
  565. dnl Now check for particular openssl functions.
  566. save_LIBS="$LIBS"
  567. save_LDFLAGS="$LDFLAGS"
  568. save_CPPFLAGS="$CPPFLAGS"
  569. LIBS="$TOR_OPENSSL_LIBS $LIBS"
  570. LDFLAGS="$TOR_LDFLAGS_openssl $LDFLAGS"
  571. CPPFLAGS="$TOR_CPPFLAGS_openssl $CPPFLAGS"
  572. AC_TRY_COMPILE([
  573. #include <openssl/opensslv.h>
  574. #if OPENSSL_VERSION_NUMBER < 0x1000000fL
  575. #error "too old"
  576. #endif
  577. ], [],
  578. [ : ],
  579. [ AC_ERROR([OpenSSL is too old. We require 1.0.0 or later. You can specify a path to a newer one with --with-openssl-dir.]) ])
  580. AC_TRY_COMPILE([
  581. #include <openssl/opensslv.h>
  582. #include <openssl/evp.h>
  583. #if defined(OPENSSL_NO_EC) || defined(OPENSSL_NO_ECDH) || defined(OPENSSL_NO_ECDSA)
  584. #error "no ECC"
  585. #endif
  586. #if !defined(NID_X9_62_prime256v1) || !defined(NID_secp224r1)
  587. #error "curves unavailable"
  588. #endif
  589. ], [],
  590. [ : ],
  591. [ AC_ERROR([OpenSSL is built without full ECC support, including curves P256 and P224. You can specify a path to one with ECC support with --with-openssl-dir.]) ])
  592. AC_CHECK_MEMBERS([struct ssl_method_st.get_cipher_by_char], , ,
  593. [#include <openssl/ssl.h>
  594. ])
  595. AC_CHECK_FUNCS([ \
  596. SSL_SESSION_get_master_key \
  597. SSL_get_server_random \
  598. SSL_get_client_ciphers \
  599. SSL_get_client_random \
  600. SSL_CIPHER_find \
  601. TLS_method
  602. ])
  603. dnl Check if OpenSSL has scrypt implementation.
  604. AC_CHECK_FUNCS([ EVP_PBE_scrypt ])
  605. LIBS="$save_LIBS"
  606. LDFLAGS="$save_LDFLAGS"
  607. CPPFLAGS="$save_CPPFLAGS"
  608. dnl ------------------------------------------------------
  609. dnl Where do you live, zlib? And how do we call you?
  610. tor_zlib_pkg_redhat="zlib"
  611. tor_zlib_pkg_debian="zlib1g"
  612. tor_zlib_devpkg_redhat="zlib-devel"
  613. tor_zlib_devpkg_debian="zlib1g-dev"
  614. TOR_SEARCH_LIBRARY(zlib, $tryzlibdir, [-lz],
  615. [#include <zlib.h>],
  616. [const char * zlibVersion(void);],
  617. [zlibVersion();], [--with-zlib-dir],
  618. [/opt/zlib])
  619. if test "$enable_static_zlib" = "yes"; then
  620. if test "$tor_cv_library_zlib_dir" = "(system)"; then
  621. AC_MSG_ERROR("You must specify an explicit --with-zlib-dir=x option when
  622. using --enable-static-zlib")
  623. else
  624. TOR_ZLIB_LIBS="$TOR_LIBDIR_zlib/libz.a"
  625. fi
  626. else
  627. TOR_ZLIB_LIBS="-lz"
  628. fi
  629. AC_SUBST(TOR_ZLIB_LIBS)
  630. dnl ----------------------------------------------------------------------
  631. dnl Check if libcap is available for capabilities.
  632. tor_cap_pkg_debian="libcap2"
  633. tor_cap_pkg_redhat="libcap"
  634. tor_cap_devpkg_debian="libcap-dev"
  635. tor_cap_devpkg_redhat="libcap-devel"
  636. AC_CHECK_LIB([cap], [cap_init], [],
  637. AC_MSG_NOTICE([Libcap was not found. Capabilities will not be usable.])
  638. )
  639. AC_CHECK_FUNCS(cap_set_proc)
  640. dnl ---------------------------------------------------------------------
  641. dnl Now that we know about our major libraries, we can check for compiler
  642. dnl and linker hardening options. We need to do this with the libraries known,
  643. dnl since sometimes the linker will like an option but not be willing to
  644. dnl use it with a build of a library.
  645. all_ldflags_for_check="$TOR_LDFLAGS_zlib $TOR_LDFLAGS_openssl $TOR_LDFLAGS_libevent"
  646. all_libs_for_check="$TOR_ZLIB_LIBS $TOR_LIB_MATH $TOR_LIBEVENT_LIBS $TOR_OPENSSL_LIBS $TOR_SYSTEMD_LIBS $TOR_LIB_WS32 $TOR_LIB_GDI $TOR_CAP_LIBS"
  647. AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [
  648. #if !defined(__clang__)
  649. #error
  650. #endif])], have_clang=yes, have_clang=no)
  651. if test "x$enable_gcc_hardening" != "xno"; then
  652. CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2"
  653. if test "x$have_clang" = "xyes"; then
  654. TOR_CHECK_CFLAGS(-Qunused-arguments)
  655. fi
  656. TOR_CHECK_CFLAGS(-fstack-protector-all, also_link)
  657. AS_VAR_PUSHDEF([can_compile], [tor_cv_cflags_-fstack-protector-all])
  658. AS_VAR_PUSHDEF([can_link], [tor_can_link_-fstack-protector-all])
  659. m4_ifdef([AS_VAR_IF],[
  660. AS_VAR_IF(can_compile, [yes],
  661. AS_VAR_IF(can_link, [yes],
  662. [],
  663. AC_MSG_ERROR([We tried to build with stack protection; it looks like your compiler supports it but your libc does not provide it. Are you missing libssp? (You can --disable-gcc-hardening to ignore this error.)]))
  664. )])
  665. AS_VAR_POPDEF([can_link])
  666. AS_VAR_POPDEF([can_compile])
  667. TOR_CHECK_CFLAGS(-Wstack-protector)
  668. TOR_CHECK_CFLAGS(-fwrapv)
  669. TOR_CHECK_CFLAGS(--param ssp-buffer-size=1)
  670. if test "$bwin32" = "false"; then
  671. TOR_CHECK_CFLAGS(-fPIE)
  672. TOR_CHECK_LDFLAGS(-pie, "$all_ldflags_for_check", "$all_libs_for_check")
  673. fi
  674. fi
  675. if test "x$enable_expensive_hardening" = "xyes"; then
  676. TOR_CHECK_CFLAGS([-fsanitize=address])
  677. TOR_CHECK_CFLAGS([-fsanitize=undefined])
  678. TOR_CHECK_CFLAGS([-fno-omit-frame-pointer])
  679. fi
  680. if test "x$enable_linker_hardening" != "xno"; then
  681. TOR_CHECK_LDFLAGS(-z relro -z now, "$all_ldflags_for_check", "$all_libs_for_check")
  682. fi
  683. # For backtrace support
  684. TOR_CHECK_LDFLAGS(-rdynamic)
  685. dnl ------------------------------------------------------
  686. dnl Now see if we have a -fomit-frame-pointer compiler option.
  687. saved_CFLAGS="$CFLAGS"
  688. TOR_CHECK_CFLAGS(-fomit-frame-pointer)
  689. F_OMIT_FRAME_POINTER=''
  690. if test "$saved_CFLAGS" != "$CFLAGS"; then
  691. if test "x$enable_expensive_hardening" != "xyes"; then
  692. F_OMIT_FRAME_POINTER='-fomit-frame-pointer'
  693. fi
  694. fi
  695. CFLAGS="$saved_CFLAGS"
  696. AC_SUBST(F_OMIT_FRAME_POINTER)
  697. dnl ------------------------------------------------------
  698. dnl If we are adding -fomit-frame-pointer (or if the compiler's doing it
  699. dnl for us, as GCC 4.6 and later do at many optimization levels), then
  700. dnl we should try to add -fasynchronous-unwind-tables so that our backtrace
  701. dnl code will work.
  702. TOR_CHECK_CFLAGS(-fasynchronous-unwind-tables)
  703. dnl ============================================================
  704. dnl Check for libseccomp
  705. if test "x$enable_seccomp" != "xno"; then
  706. AC_CHECK_HEADERS([seccomp.h])
  707. AC_SEARCH_LIBS(seccomp_init, [seccomp])
  708. fi
  709. dnl ============================================================
  710. dnl Check for libscrypt
  711. if test "x$enable_libscrypt" != "xno"; then
  712. AC_CHECK_HEADERS([libscrypt.h])
  713. AC_SEARCH_LIBS(libscrypt_scrypt, [scrypt])
  714. fi
  715. dnl ============================================================
  716. dnl We need an implementation of curve25519.
  717. dnl set these defaults.
  718. build_curve25519_donna=no
  719. build_curve25519_donna_c64=no
  720. use_curve25519_donna=no
  721. use_curve25519_nacl=no
  722. CURVE25519_LIBS=
  723. dnl The best choice is using curve25519-donna-c64, but that requires
  724. dnl that we
  725. AC_CACHE_CHECK([whether we can use curve25519-donna-c64],
  726. tor_cv_can_use_curve25519_donna_c64,
  727. [AC_RUN_IFELSE(
  728. [AC_LANG_PROGRAM([dnl
  729. #include <stdint.h>
  730. typedef unsigned uint128_t __attribute__((mode(TI)));
  731. int func(uint64_t a, uint64_t b) {
  732. uint128_t c = ((uint128_t)a) * b;
  733. int ok = ((uint64_t)(c>>96)) == 522859 &&
  734. (((uint64_t)(c>>64))&0xffffffffL) == 3604448702L &&
  735. (((uint64_t)(c>>32))&0xffffffffL) == 2351960064L &&
  736. (((uint64_t)(c))&0xffffffffL) == 0;
  737. return ok;
  738. }
  739. ], [dnl
  740. int ok = func( ((uint64_t)2000000000) * 1000000000,
  741. ((uint64_t)1234567890) << 24);
  742. return !ok;
  743. ])],
  744. [tor_cv_can_use_curve25519_donna_c64=yes],
  745. [tor_cv_can_use_curve25519_donna_c64=no],
  746. [AC_LINK_IFELSE(
  747. [AC_LANG_PROGRAM([dnl
  748. #include <stdint.h>
  749. typedef unsigned uint128_t __attribute__((mode(TI)));
  750. int func(uint64_t a, uint64_t b) {
  751. uint128_t c = ((uint128_t)a) * b;
  752. int ok = ((uint64_t)(c>>96)) == 522859 &&
  753. (((uint64_t)(c>>64))&0xffffffffL) == 3604448702L &&
  754. (((uint64_t)(c>>32))&0xffffffffL) == 2351960064L &&
  755. (((uint64_t)(c))&0xffffffffL) == 0;
  756. return ok;
  757. }
  758. ], [dnl
  759. int ok = func( ((uint64_t)2000000000) * 1000000000,
  760. ((uint64_t)1234567890) << 24);
  761. return !ok;
  762. ])],
  763. [tor_cv_can_use_curve25519_donna_c64=cross],
  764. [tor_cv_can_use_curve25519_donna_c64=no])])])
  765. AC_CHECK_HEADERS([crypto_scalarmult_curve25519.h \
  766. nacl/crypto_scalarmult_curve25519.h])
  767. AC_CACHE_CHECK([for nacl compiled with a fast curve25519 implementation],
  768. tor_cv_can_use_curve25519_nacl,
  769. [tor_saved_LIBS="$LIBS"
  770. LIBS="$LIBS -lnacl"
  771. AC_LINK_IFELSE(
  772. [AC_LANG_PROGRAM([dnl
  773. #ifdef HAVE_CRYPTO_SCALARMULT_CURVE25519_H
  774. #include <crypto_scalarmult_curve25519.h>
  775. #elif defined(HAVE_NACL_CRYPTO_SCALARMULT_CURVE25519_H)
  776. #include <nacl/crypto_scalarmult_curve25519.h>
  777. #endif
  778. #ifdef crypto_scalarmult_curve25519_ref_BYTES
  779. #error Hey, this is the reference implementation! That's not fast.
  780. #endif
  781. ], [
  782. unsigned char *a, *b, *c; crypto_scalarmult_curve25519(a,b,c);
  783. ])], [tor_cv_can_use_curve25519_nacl=yes],
  784. [tor_cv_can_use_curve25519_nacl=no])
  785. LIBS="$tor_saved_LIBS" ])
  786. dnl Okay, now we need to figure out which one to actually use. Fall back
  787. dnl to curve25519-donna.c
  788. if test "x$tor_cv_can_use_curve25519_donna_c64" != "xno"; then
  789. build_curve25519_donna_c64=yes
  790. use_curve25519_donna=yes
  791. elif test "x$tor_cv_can_use_curve25519_nacl" = "xyes"; then
  792. use_curve25519_nacl=yes
  793. CURVE25519_LIBS=-lnacl
  794. else
  795. build_curve25519_donna=yes
  796. use_curve25519_donna=yes
  797. fi
  798. if test "x$use_curve25519_donna" = "xyes"; then
  799. AC_DEFINE(USE_CURVE25519_DONNA, 1,
  800. [Defined if we should use an internal curve25519_donna{,_c64} implementation])
  801. fi
  802. if test "x$use_curve25519_nacl" = "xyes"; then
  803. AC_DEFINE(USE_CURVE25519_NACL, 1,
  804. [Defined if we should use a curve25519 from nacl])
  805. fi
  806. AM_CONDITIONAL(BUILD_CURVE25519_DONNA,
  807. test "x$build_curve25519_donna" = "xyes")
  808. AM_CONDITIONAL(BUILD_CURVE25519_DONNA_C64,
  809. test "x$build_curve25519_donna_c64" = "xyes")
  810. AC_SUBST(CURVE25519_LIBS)
  811. dnl Make sure to enable support for large off_t if available.
  812. AC_SYS_LARGEFILE
  813. AC_CHECK_HEADERS(
  814. assert.h \
  815. errno.h \
  816. fcntl.h \
  817. signal.h \
  818. string.h \
  819. sys/capability.h \
  820. sys/fcntl.h \
  821. sys/stat.h \
  822. sys/time.h \
  823. sys/types.h \
  824. time.h \
  825. unistd.h
  826. , , AC_MSG_WARN(Some headers were not found, compilation may fail. If compilation succeeds, please send your orconfig.h to the developers so we can fix this warning.))
  827. dnl These headers are not essential
  828. AC_CHECK_HEADERS(
  829. arpa/inet.h \
  830. crt_externs.h \
  831. execinfo.h \
  832. grp.h \
  833. ifaddrs.h \
  834. inttypes.h \
  835. limits.h \
  836. linux/types.h \
  837. machine/limits.h \
  838. malloc.h \
  839. malloc/malloc.h \
  840. malloc_np.h \
  841. netdb.h \
  842. netinet/in.h \
  843. netinet/in6.h \
  844. pwd.h \
  845. readpassphrase.h \
  846. stdint.h \
  847. sys/eventfd.h \
  848. sys/file.h \
  849. sys/ioctl.h \
  850. sys/limits.h \
  851. sys/mman.h \
  852. sys/param.h \
  853. sys/prctl.h \
  854. sys/resource.h \
  855. sys/select.h \
  856. sys/socket.h \
  857. sys/statvfs.h \
  858. sys/syscall.h \
  859. sys/sysctl.h \
  860. sys/syslimits.h \
  861. sys/time.h \
  862. sys/types.h \
  863. sys/un.h \
  864. sys/utime.h \
  865. sys/wait.h \
  866. syslog.h \
  867. utime.h
  868. )
  869. AC_CHECK_HEADERS(sys/param.h)
  870. AC_CHECK_HEADERS(net/if.h, net_if_found=1, net_if_found=0,
  871. [#ifdef HAVE_SYS_TYPES_H
  872. #include <sys/types.h>
  873. #endif
  874. #ifdef HAVE_SYS_SOCKET_H
  875. #include <sys/socket.h>
  876. #endif])
  877. AC_CHECK_HEADERS(net/pfvar.h, net_pfvar_found=1, net_pfvar_found=0,
  878. [#ifdef HAVE_SYS_TYPES_H
  879. #include <sys/types.h>
  880. #endif
  881. #ifdef HAVE_SYS_SOCKET_H
  882. #include <sys/socket.h>
  883. #endif
  884. #ifdef HAVE_NET_IF_H
  885. #include <net/if.h>
  886. #endif
  887. #ifdef HAVE_NETINET_IN_H
  888. #include <netinet/in.h>
  889. #endif])
  890. AC_CHECK_HEADERS(linux/if.h,[],[],
  891. [
  892. #ifdef HAVE_SYS_SOCKET_H
  893. #include <sys/socket.h>
  894. #endif
  895. ])
  896. AC_CHECK_HEADERS(linux/netfilter_ipv4.h,
  897. linux_netfilter_ipv4=1, linux_netfilter_ipv4=0,
  898. [#ifdef HAVE_SYS_TYPES_H
  899. #include <sys/types.h>
  900. #endif
  901. #ifdef HAVE_SYS_SOCKET_H
  902. #include <sys/socket.h>
  903. #endif
  904. #ifdef HAVE_LIMITS_H
  905. #include <limits.h>
  906. #endif
  907. #ifdef HAVE_LINUX_TYPES_H
  908. #include <linux/types.h>
  909. #endif
  910. #ifdef HAVE_NETINET_IN6_H
  911. #include <netinet/in6.h>
  912. #endif
  913. #ifdef HAVE_NETINET_IN_H
  914. #include <netinet/in.h>
  915. #endif])
  916. AC_CHECK_HEADERS(linux/netfilter_ipv6/ip6_tables.h,
  917. linux_netfilter_ipv6_ip6_tables=1, linux_netfilter_ipv6_ip6_tables=0,
  918. [#ifdef HAVE_SYS_TYPES_H
  919. #include <sys/types.h>
  920. #endif
  921. #ifdef HAVE_SYS_SOCKET_H
  922. #include <sys/socket.h>
  923. #endif
  924. #ifdef HAVE_LIMITS_H
  925. #include <limits.h>
  926. #endif
  927. #ifdef HAVE_LINUX_TYPES_H
  928. #include <linux/types.h>
  929. #endif
  930. #ifdef HAVE_NETINET_IN6_H
  931. #include <netinet/in6.h>
  932. #endif
  933. #ifdef HAVE_NETINET_IN_H
  934. #include <netinet/in.h>
  935. #endif
  936. #ifdef HAVE_LINUX_IF_H
  937. #include <linux/if.h>
  938. #endif])
  939. if test "x$transparent" = "xtrue"; then
  940. transparent_ok=0
  941. if test "x$net_if_found" = "x1" && test "x$net_pfvar_found" = "x1"; then
  942. transparent_ok=1
  943. fi
  944. if test "x$linux_netfilter_ipv4" = "x1"; then
  945. transparent_ok=1
  946. fi
  947. if test "x$linux_netfilter_ipv6_ip6_tables" = "x1"; then
  948. transparent_ok=1
  949. fi
  950. if test "x$transparent_ok" = "x1"; then
  951. AC_DEFINE(USE_TRANSPARENT, 1, "Define to enable transparent proxy support")
  952. case "$host" in
  953. *-*-openbsd* | *-*-bitrig*)
  954. AC_DEFINE(OPENBSD, 1, "Define to handle pf on OpenBSD properly") ;;
  955. esac
  956. else
  957. AC_MSG_NOTICE([Transparent proxy support enabled, but missing headers.])
  958. fi
  959. fi
  960. AC_CHECK_MEMBERS([struct timeval.tv_sec], , ,
  961. [#ifdef HAVE_SYS_TYPES_H
  962. #include <sys/types.h>
  963. #endif
  964. #ifdef HAVE_SYS_TIME_H
  965. #include <sys/time.h>
  966. #endif])
  967. dnl In case we aren't given a working stdint.h, we'll need to grow our own.
  968. dnl Watch out.
  969. AC_CHECK_SIZEOF(int8_t)
  970. AC_CHECK_SIZEOF(int16_t)
  971. AC_CHECK_SIZEOF(int32_t)
  972. AC_CHECK_SIZEOF(int64_t)
  973. AC_CHECK_SIZEOF(uint8_t)
  974. AC_CHECK_SIZEOF(uint16_t)
  975. AC_CHECK_SIZEOF(uint32_t)
  976. AC_CHECK_SIZEOF(uint64_t)
  977. AC_CHECK_SIZEOF(intptr_t)
  978. AC_CHECK_SIZEOF(uintptr_t)
  979. dnl AC_CHECK_TYPES([int8_t, int16_t, int32_t, int64_t, uint8_t, uint16_t, uint32_t, uint64_t, intptr_t, uintptr_t])
  980. AC_CHECK_SIZEOF(char)
  981. AC_CHECK_SIZEOF(short)
  982. AC_CHECK_SIZEOF(int)
  983. AC_CHECK_SIZEOF(long)
  984. AC_CHECK_SIZEOF(long long)
  985. AC_CHECK_SIZEOF(__int64)
  986. AC_CHECK_SIZEOF(void *)
  987. AC_CHECK_SIZEOF(time_t)
  988. AC_CHECK_SIZEOF(size_t)
  989. AC_CHECK_SIZEOF(pid_t)
  990. AC_CHECK_TYPES([uint, u_char, ssize_t])
  991. AC_PC_FROM_UCONTEXT([:])
  992. dnl used to include sockaddr_storage, but everybody has that.
  993. AC_CHECK_TYPES([struct in6_addr, struct sockaddr_in6, sa_family_t], , ,
  994. [#ifdef HAVE_SYS_TYPES_H
  995. #include <sys/types.h>
  996. #endif
  997. #ifdef HAVE_NETINET_IN_H
  998. #include <netinet/in.h>
  999. #endif
  1000. #ifdef HAVE_NETINET_IN6_H
  1001. #include <netinet/in6.h>
  1002. #endif
  1003. #ifdef HAVE_SYS_SOCKET_H
  1004. #include <sys/socket.h>
  1005. #endif
  1006. #ifdef _WIN32
  1007. #define _WIN32_WINNT 0x0501
  1008. #define WIN32_LEAN_AND_MEAN
  1009. #include <winsock2.h>
  1010. #include <ws2tcpip.h>
  1011. #endif
  1012. ])
  1013. AC_CHECK_MEMBERS([struct in6_addr.s6_addr32, struct in6_addr.s6_addr16, struct sockaddr_in.sin_len, struct sockaddr_in6.sin6_len], , ,
  1014. [#ifdef HAVE_SYS_TYPES_H
  1015. #include <sys/types.h>
  1016. #endif
  1017. #ifdef HAVE_NETINET_IN_H
  1018. #include <netinet/in.h>
  1019. #endif
  1020. #ifdef HAVE_NETINET_IN6_H
  1021. #include <netinet/in6.h>
  1022. #endif
  1023. #ifdef HAVE_SYS_SOCKET_H
  1024. #include <sys/socket.h>
  1025. #endif
  1026. #ifdef _WIN32
  1027. #define _WIN32_WINNT 0x0501
  1028. #define WIN32_LEAN_AND_MEAN
  1029. #include <winsock2.h>
  1030. #include <ws2tcpip.h>
  1031. #endif
  1032. ])
  1033. AC_CHECK_TYPES([rlim_t], , ,
  1034. [#ifdef HAVE_SYS_TYPES_H
  1035. #include <sys/types.h>
  1036. #endif
  1037. #ifdef HAVE_SYS_TIME_H
  1038. #include <sys/time.h>
  1039. #endif
  1040. #ifdef HAVE_SYS_RESOURCE_H
  1041. #include <sys/resource.h>
  1042. #endif
  1043. ])
  1044. AX_CHECK_SIGN([time_t],
  1045. [ : ],
  1046. [ : ], [
  1047. #ifdef HAVE_SYS_TYPES_H
  1048. #include <sys/types.h>
  1049. #endif
  1050. #ifdef HAVE_SYS_TIME_H
  1051. #include <sys/time.h>
  1052. #endif
  1053. #ifdef HAVE_TIME_H
  1054. #include <time.h>
  1055. #endif
  1056. ])
  1057. if test "$ax_cv_decl_time_t_signed" = "no"; then
  1058. AC_MSG_ERROR([You have an unsigned time_t; Tor does not support that. Please tell the Tor developers about your interesting platform.])
  1059. fi
  1060. AX_CHECK_SIGN([size_t],
  1061. [ tor_cv_size_t_signed=yes ],
  1062. [ tor_cv_size_t_signed=no ], [
  1063. #ifdef HAVE_SYS_TYPES_H
  1064. #include <sys/types.h>
  1065. #endif
  1066. ])
  1067. if test "$ax_cv_decl_size_t_signed" = "yes"; then
  1068. AC_MSG_ERROR([You have a signed size_t; that's grossly nonconformant.])
  1069. fi
  1070. AX_CHECK_SIGN([enum always],
  1071. [ AC_DEFINE(ENUM_VALS_ARE_SIGNED, 1, [Define if enum is always signed]) ],
  1072. [ : ], [
  1073. enum always { AAA, BBB, CCC };
  1074. ])
  1075. AC_CHECK_SIZEOF(socklen_t, , [AC_INCLUDES_DEFAULT()
  1076. #ifdef HAVE_SYS_SOCKET_H
  1077. #include <sys/socket.h>
  1078. #endif
  1079. ])
  1080. # We want to make sure that we _don't_ have a cell_t defined, like IRIX does.
  1081. AC_CHECK_SIZEOF(cell_t)
  1082. # Now make sure that NULL can be represented as zero bytes.
  1083. AC_CACHE_CHECK([whether memset(0) sets pointers to NULL], tor_cv_null_is_zero,
  1084. [AC_RUN_IFELSE([AC_LANG_SOURCE(
  1085. [[#include <stdlib.h>
  1086. #include <string.h>
  1087. #include <stdio.h>
  1088. #ifdef HAVE_STDDEF_H
  1089. #include <stddef.h>
  1090. #endif
  1091. int main () { char *p1,*p2; p1=NULL; memset(&p2,0,sizeof(p2));
  1092. return memcmp(&p1,&p2,sizeof(char*))?1:0; }]])],
  1093. [tor_cv_null_is_zero=yes],
  1094. [tor_cv_null_is_zero=no],
  1095. [tor_cv_null_is_zero=cross])])
  1096. if test "$tor_cv_null_is_zero" = "cross"; then
  1097. # Cross-compiling; let's hope that the target isn't raving mad.
  1098. AC_MSG_NOTICE([Cross-compiling: we'll assume that NULL is represented as a sequence of 0-valued bytes.])
  1099. fi
  1100. if test "$tor_cv_null_is_zero" != "no"; then
  1101. AC_DEFINE([NULL_REP_IS_ZERO_BYTES], 1,
  1102. [Define to 1 iff memset(0) sets pointers to NULL])
  1103. fi
  1104. AC_CACHE_CHECK([whether memset(0) sets doubles to 0.0], tor_cv_dbl0_is_zero,
  1105. [AC_RUN_IFELSE([AC_LANG_SOURCE(
  1106. [[#include <stdlib.h>
  1107. #include <string.h>
  1108. #include <stdio.h>
  1109. #ifdef HAVE_STDDEF_H
  1110. #include <stddef.h>
  1111. #endif
  1112. int main () { double d1,d2; d1=0; memset(&d2,0,sizeof(d2));
  1113. return memcmp(&d1,&d2,sizeof(d1))?1:0; }]])],
  1114. [tor_cv_dbl0_is_zero=yes],
  1115. [tor_cv_dbl0_is_zero=no],
  1116. [tor_cv_dbl0_is_zero=cross])])
  1117. if test "$tor_cv_dbl0_is_zero" = "cross"; then
  1118. # Cross-compiling; let's hope that the target isn't raving mad.
  1119. AC_MSG_NOTICE([Cross-compiling: we'll assume that 0.0 can be represented as a sequence of 0-valued bytes.])
  1120. fi
  1121. if test "$tor_cv_dbl0_is_zero" != "no"; then
  1122. AC_DEFINE([DOUBLE_0_REP_IS_ZERO_BYTES], 1,
  1123. [Define to 1 iff memset(0) sets doubles to 0.0])
  1124. fi
  1125. # And what happens when we malloc zero?
  1126. AC_CACHE_CHECK([whether we can malloc(0) safely.], tor_cv_malloc_zero_works,
  1127. [AC_RUN_IFELSE([AC_LANG_SOURCE(
  1128. [[#include <stdlib.h>
  1129. #include <string.h>
  1130. #include <stdio.h>
  1131. #ifdef HAVE_STDDEF_H
  1132. #include <stddef.h>
  1133. #endif
  1134. int main () { return malloc(0)?0:1; }]])],
  1135. [tor_cv_malloc_zero_works=yes],
  1136. [tor_cv_malloc_zero_works=no],
  1137. [tor_cv_malloc_zero_works=cross])])
  1138. if test "$tor_cv_malloc_zero_works" = "cross"; then
  1139. # Cross-compiling; let's hope that the target isn't raving mad.
  1140. AC_MSG_NOTICE([Cross-compiling: we'll assume that we need to check malloc() arguments for 0.])
  1141. fi
  1142. if test "$tor_cv_malloc_zero_works" = "yes"; then
  1143. AC_DEFINE([MALLOC_ZERO_WORKS], 1,
  1144. [Define to 1 iff malloc(0) returns a pointer])
  1145. fi
  1146. # whether we seem to be in a 2s-complement world.
  1147. AC_CACHE_CHECK([whether we are using 2s-complement arithmetic], tor_cv_twos_complement,
  1148. [AC_RUN_IFELSE([AC_LANG_SOURCE(
  1149. [[int main () { int problem = ((-99) != (~99)+1);
  1150. return problem ? 1 : 0; }]])],
  1151. [tor_cv_twos_complement=yes],
  1152. [tor_cv_twos_complement=no],
  1153. [tor_cv_twos_complement=cross])])
  1154. if test "$tor_cv_twos_complement" = "cross"; then
  1155. # Cross-compiling; let's hope that the target isn't raving mad.
  1156. AC_MSG_NOTICE([Cross-compiling: we'll assume that negative integers are represented with two's complement.])
  1157. fi
  1158. if test "$tor_cv_twos_complement" != "no"; then
  1159. AC_DEFINE([USING_TWOS_COMPLEMENT], 1,
  1160. [Define to 1 iff we represent negative integers with
  1161. two's complement])
  1162. fi
  1163. # What does shifting a negative value do?
  1164. AC_CACHE_CHECK([whether right-shift on negative values does sign-extension], tor_cv_sign_extend,
  1165. [AC_RUN_IFELSE([AC_LANG_SOURCE(
  1166. [[int main () { int okay = (-60 >> 8) == -1; return okay ? 0 : 1; }]])],
  1167. [tor_cv_sign_extend=yes],
  1168. [tor_cv_sign_extend=no],
  1169. [tor_cv_sign_extend=cross])])
  1170. if test "$tor_cv_sign_extend" = "cross"; then
  1171. # Cross-compiling; let's hope that the target isn't raving mad.
  1172. AC_MSG_NOTICE([Cross-compiling: we'll assume that right-shifting negative integers causes sign-extension])
  1173. fi
  1174. if test "$tor_cv_sign_extend" != "no"; then
  1175. AC_DEFINE([RSHIFT_DOES_SIGN_EXTEND], 1,
  1176. [Define to 1 iff right-shifting a negative value performs sign-extension])
  1177. fi
  1178. # Whether we should use the dmalloc memory allocation debugging library.
  1179. AC_MSG_CHECKING(whether to use dmalloc (debug memory allocation library))
  1180. AC_ARG_WITH(dmalloc,
  1181. AS_HELP_STRING(--with-dmalloc, [use debug memory allocation library]),
  1182. [if [[ "$withval" = "yes" ]]; then
  1183. dmalloc=1
  1184. AC_MSG_RESULT(yes)
  1185. else
  1186. dmalloc=1
  1187. AC_MSG_RESULT(no)
  1188. fi], [ dmalloc=0; AC_MSG_RESULT(no) ]
  1189. )
  1190. if [[ $dmalloc -eq 1 ]]; then
  1191. AC_CHECK_HEADERS(dmalloc.h, , AC_MSG_ERROR(dmalloc header file not found. Do you have the development files for dmalloc installed?))
  1192. AC_SEARCH_LIBS(dmalloc_malloc, [dmallocth dmalloc], , AC_MSG_ERROR(Libdmalloc library not found. If you enable it you better have it installed.))
  1193. AC_DEFINE(USE_DMALLOC, 1, [Debug memory allocation library])
  1194. AC_CHECK_FUNCS(dmalloc_strdup dmalloc_strndup)
  1195. fi
  1196. AC_ARG_WITH(tcmalloc,
  1197. AS_HELP_STRING(--with-tcmalloc, [use tcmalloc memory allocation library]),
  1198. [ tcmalloc=yes ], [ tcmalloc=no ])
  1199. if test "x$tcmalloc" = "xyes"; then
  1200. LDFLAGS="-ltcmalloc $LDFLAGS"
  1201. fi
  1202. using_custom_malloc=no
  1203. if test "x$enable_openbsd_malloc" = "xyes"; then
  1204. using_custom_malloc=yes
  1205. fi
  1206. if test "x$tcmalloc" = "xyes"; then
  1207. using_custom_malloc=yes
  1208. fi
  1209. if test "$using_custom_malloc" = "no"; then
  1210. AC_CHECK_FUNCS(mallinfo)
  1211. fi
  1212. # By default, we're going to assume we don't have mlockall()
  1213. # bionic and other platforms have various broken mlockall subsystems.
  1214. # Some systems don't have a working mlockall, some aren't linkable,
  1215. # and some have it but don't declare it.
  1216. AC_CHECK_FUNCS(mlockall)
  1217. AC_CHECK_DECLS([mlockall], , , [
  1218. #ifdef HAVE_SYS_MMAN_H
  1219. #include <sys/mman.h>
  1220. #endif])
  1221. # Allow user to specify an alternate syslog facility
  1222. AC_ARG_WITH(syslog-facility,
  1223. AS_HELP_STRING(--with-syslog-facility=LOG, [syslog facility to use (default=LOG_DAEMON)]),
  1224. syslog_facility="$withval", syslog_facility="LOG_DAEMON")
  1225. AC_DEFINE_UNQUOTED(LOGFACILITY,$syslog_facility,[name of the syslog facility])
  1226. AC_SUBST(LOGFACILITY)
  1227. # Check if we have getresuid and getresgid
  1228. AC_CHECK_FUNCS(getresuid getresgid)
  1229. # Check for gethostbyname_r in all its glorious incompatible versions.
  1230. # (This logic is based on that in Python's configure.in)
  1231. AH_TEMPLATE(HAVE_GETHOSTBYNAME_R,
  1232. [Define this if you have any gethostbyname_r()])
  1233. AC_CHECK_FUNC(gethostbyname_r, [
  1234. AC_MSG_CHECKING([how many arguments gethostbyname_r() wants])
  1235. OLD_CFLAGS=$CFLAGS
  1236. CFLAGS="$CFLAGS $MY_CPPFLAGS $MY_THREAD_CPPFLAGS $MY_CFLAGS"
  1237. AC_COMPILE_IFELSE([AC_LANG_PROGRAM([
  1238. #include <netdb.h>
  1239. ], [[
  1240. char *cp1, *cp2;
  1241. struct hostent *h1, *h2;
  1242. int i1, i2;
  1243. (void)gethostbyname_r(cp1,h1,cp2,i1,&h2,&i2);
  1244. ]])],[
  1245. AC_DEFINE(HAVE_GETHOSTBYNAME_R)
  1246. AC_DEFINE(HAVE_GETHOSTBYNAME_R_6_ARG, 1,
  1247. [Define this if gethostbyname_r takes 6 arguments])
  1248. AC_MSG_RESULT(6)
  1249. ], [
  1250. AC_TRY_COMPILE([
  1251. #include <netdb.h>
  1252. ], [
  1253. char *cp1, *cp2;
  1254. struct hostent *h1;
  1255. int i1, i2;
  1256. (void)gethostbyname_r(cp1,h1,cp2,i1,&i2);
  1257. ], [
  1258. AC_DEFINE(HAVE_GETHOSTBYNAME_R)
  1259. AC_DEFINE(HAVE_GETHOSTBYNAME_R_5_ARG, 1,
  1260. [Define this if gethostbyname_r takes 5 arguments])
  1261. AC_MSG_RESULT(5)
  1262. ], [
  1263. AC_TRY_COMPILE([
  1264. #include <netdb.h>
  1265. ], [
  1266. char *cp1;
  1267. struct hostent *h1;
  1268. struct hostent_data hd;
  1269. (void) gethostbyname_r(cp1,h1,&hd);
  1270. ], [
  1271. AC_DEFINE(HAVE_GETHOSTBYNAME_R)
  1272. AC_DEFINE(HAVE_GETHOSTBYNAME_R_3_ARG, 1,
  1273. [Define this if gethostbyname_r takes 3 arguments])
  1274. AC_MSG_RESULT(3)
  1275. ], [
  1276. AC_MSG_RESULT(0)
  1277. ])
  1278. ])
  1279. ])
  1280. CFLAGS=$OLD_CFLAGS
  1281. ])
  1282. AC_CACHE_CHECK([whether the C compiler supports __func__],
  1283. tor_cv_have_func_macro,
  1284. AC_COMPILE_IFELSE([AC_LANG_SOURCE([
  1285. #include <stdio.h>
  1286. int main(int c, char **v) { puts(__func__); }])],
  1287. tor_cv_have_func_macro=yes,
  1288. tor_cv_have_func_macro=no))
  1289. AC_CACHE_CHECK([whether the C compiler supports __FUNC__],
  1290. tor_cv_have_FUNC_macro,
  1291. AC_COMPILE_IFELSE([AC_LANG_SOURCE([
  1292. #include <stdio.h>
  1293. int main(int c, char **v) { puts(__FUNC__); }])],
  1294. tor_cv_have_FUNC_macro=yes,
  1295. tor_cv_have_FUNC_macro=no))
  1296. AC_CACHE_CHECK([whether the C compiler supports __FUNCTION__],
  1297. tor_cv_have_FUNCTION_macro,
  1298. AC_COMPILE_IFELSE([AC_LANG_SOURCE([
  1299. #include <stdio.h>
  1300. int main(int c, char **v) { puts(__FUNCTION__); }])],
  1301. tor_cv_have_FUNCTION_macro=yes,
  1302. tor_cv_have_FUNCTION_macro=no))
  1303. AC_CACHE_CHECK([whether we have extern char **environ already declared],
  1304. tor_cv_have_environ_declared,
  1305. AC_COMPILE_IFELSE([AC_LANG_SOURCE([
  1306. /* We define _GNU_SOURCE here because it is also defined in compat.c.
  1307. * Without it environ doesn't get declared. */
  1308. #define _GNU_SOURCE
  1309. #ifdef HAVE_UNISTD_H
  1310. #include <unistd.h>
  1311. #endif
  1312. #include <stdlib.h>
  1313. int main(int c, char **v) { char **t = environ; }])],
  1314. tor_cv_have_environ_declared=yes,
  1315. tor_cv_have_environ_declared=no))
  1316. if test "$tor_cv_have_func_macro" = "yes"; then
  1317. AC_DEFINE(HAVE_MACRO__func__, 1, [Defined if the compiler supports __func__])
  1318. fi
  1319. if test "$tor_cv_have_FUNC_macro" = "yes"; then
  1320. AC_DEFINE(HAVE_MACRO__FUNC__, 1, [Defined if the compiler supports __FUNC__])
  1321. fi
  1322. if test "$tor_cv_have_FUNCTION_macro" = "yes"; then
  1323. AC_DEFINE(HAVE_MACRO__FUNCTION__, 1,
  1324. [Defined if the compiler supports __FUNCTION__])
  1325. fi
  1326. if test "$tor_cv_have_environ_declared" = "yes"; then
  1327. AC_DEFINE(HAVE_EXTERN_ENVIRON_DECLARED, 1,
  1328. [Defined if we have extern char **environ already declared])
  1329. fi
  1330. # $prefix stores the value of the --prefix command line option, or
  1331. # NONE if the option wasn't set. In the case that it wasn't set, make
  1332. # it be the default, so that we can use it to expand directories now.
  1333. if test "x$prefix" = "xNONE"; then
  1334. prefix=$ac_default_prefix
  1335. fi
  1336. # and similarly for $exec_prefix
  1337. if test "x$exec_prefix" = "xNONE"; then
  1338. exec_prefix=$prefix
  1339. fi
  1340. if test "x$BUILDDIR" = "x"; then
  1341. BUILDDIR=`pwd`
  1342. fi
  1343. AC_SUBST(BUILDDIR)
  1344. AH_TEMPLATE([BUILDDIR],[tor's build directory])
  1345. AC_DEFINE_UNQUOTED(BUILDDIR,"$BUILDDIR")
  1346. if test "x$CONFDIR" = "x"; then
  1347. CONFDIR=`eval echo $sysconfdir/tor`
  1348. fi
  1349. AC_SUBST(CONFDIR)
  1350. AH_TEMPLATE([CONFDIR],[tor's configuration directory])
  1351. AC_DEFINE_UNQUOTED(CONFDIR,"$CONFDIR")
  1352. BINDIR=`eval echo $bindir`
  1353. AC_SUBST(BINDIR)
  1354. LOCALSTATEDIR=`eval echo $localstatedir`
  1355. AC_SUBST(LOCALSTATEDIR)
  1356. if test "$bwin32" = "true"; then
  1357. # Test if the linker supports the --nxcompat and --dynamicbase options
  1358. # for Windows
  1359. save_LDFLAGS="$LDFLAGS"
  1360. LDFLAGS="-Wl,--nxcompat -Wl,--dynamicbase"
  1361. AC_MSG_CHECKING([whether the linker supports DllCharacteristics])
  1362. AC_LINK_IFELSE([AC_LANG_PROGRAM([])],
  1363. [AC_MSG_RESULT([yes])]
  1364. [save_LDFLAGS="$save_LDFLAGS $LDFLAGS"],
  1365. [AC_MSG_RESULT([no])]
  1366. )
  1367. LDFLAGS="$save_LDFLAGS"
  1368. fi
  1369. # Set CFLAGS _after_ all the above checks, since our warnings are stricter
  1370. # than autoconf's macros like.
  1371. if test "$GCC" = "yes"; then
  1372. # Disable GCC's strict aliasing checks. They are an hours-to-debug
  1373. # accident waiting to happen.
  1374. CFLAGS="$CFLAGS -Wall -fno-strict-aliasing"
  1375. else
  1376. # Override optimization level for non-gcc compilers
  1377. CFLAGS="$CFLAGS -O"
  1378. enable_gcc_warnings=no
  1379. enable_gcc_warnings_advisory=no
  1380. fi
  1381. # OS X Lion started deprecating the system openssl. Let's just disable
  1382. # all deprecation warnings on OS X. Also, to potentially make the binary
  1383. # a little smaller, let's enable dead_strip.
  1384. case "$host_os" in
  1385. darwin*)
  1386. CFLAGS="$CFLAGS -Wno-deprecated-declarations"
  1387. LDFLAGS="$LDFLAGS -dead_strip" ;;
  1388. esac
  1389. # Add some more warnings which we use in development but not in the
  1390. # released versions. (Some relevant gcc versions can't handle these.)
  1391. if test "x$enable_gcc_warnings" = "xyes" ||
  1392. test "x$enable_gcc_warnings_advisory" = "xyes"; then
  1393. AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [
  1394. #if !defined(__GNUC__) || (__GNUC__ < 4)
  1395. #error
  1396. #endif])], have_gcc4=yes, have_gcc4=no)
  1397. AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [
  1398. #if !defined(__GNUC__) || (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 2)
  1399. #error
  1400. #endif])], have_gcc42=yes, have_gcc42=no)
  1401. AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [
  1402. #if !defined(__GNUC__) || (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 3)
  1403. #error
  1404. #endif])], have_gcc43=yes, have_gcc43=no)
  1405. AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [
  1406. #if !defined(__GNUC__) || (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 6)
  1407. #error
  1408. #endif])], have_gcc46=yes, have_gcc46=no)
  1409. save_CFLAGS="$CFLAGS"
  1410. CFLAGS="$CFLAGS -Wshorten-64-to-32"
  1411. AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [])], have_shorten64_flag=yes,
  1412. have_shorten64_flag=no)
  1413. CFLAGS="$save_CFLAGS"
  1414. case "$host" in
  1415. *-*-openbsd* | *-*-bitrig*)
  1416. # Some OpenBSD versions (like 4.8) have -Wsystem-headers by default.
  1417. # That's fine, except that the headers don't pass -Wredundant-decls.
  1418. # Therefore, let's disable -Wsystem-headers when we're building
  1419. # with maximal warnings on OpenBSD.
  1420. CFLAGS="$CFLAGS -Wno-system-headers" ;;
  1421. esac
  1422. CFLAGS="$CFLAGS -W -Wfloat-equal -Wundef -Wpointer-arith"
  1423. CFLAGS="$CFLAGS -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings"
  1424. CFLAGS="$CFLAGS -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2"
  1425. CFLAGS="$CFLAGS -Wwrite-strings -Wmissing-declarations -Wredundant-decls"
  1426. CFLAGS="$CFLAGS -Wnested-externs -Wbad-function-cast -Wswitch-enum"
  1427. if test "x$enable_gcc_warnings" = "xyes"; then
  1428. CFLAGS="$CFLAGS -Werror"
  1429. fi
  1430. # Disabled, so we can use mallinfo(): -Waggregate-return
  1431. if test "x$have_gcc4" = "xyes"; then
  1432. # These warnings break gcc 3.3.5 and work on gcc 4.0.2
  1433. CFLAGS="$CFLAGS -Winit-self -Wmissing-field-initializers -Wold-style-definition"
  1434. fi
  1435. if test "x$have_gcc42" = "xyes"; then
  1436. # These warnings break gcc 4.0.2 and work on gcc 4.2
  1437. # XXXX020 See if any of these work with earlier versions.
  1438. CFLAGS="$CFLAGS -Waddress -Wmissing-noreturn -Wstrict-overflow=1"
  1439. # We used to use -Wstrict-overflow=5, but that breaks us heavily under 4.3.
  1440. fi
  1441. if test "x$have_gcc42" = "xyes" && test "x$have_clang" = "xno"; then
  1442. # These warnings break gcc 4.0.2 and clang, but work on gcc 4.2
  1443. CFLAGS="$CFLAGS -Wnormalized=id -Woverride-init"
  1444. fi
  1445. if test "x$have_gcc43" = "xyes"; then
  1446. # These warnings break gcc 4.2 and work on gcc 4.3
  1447. # XXXX020 See if any of these work with earlier versions.
  1448. CFLAGS="$CFLAGS -Wextra -Warray-bounds"
  1449. fi
  1450. if test "x$have_gcc46" = "xyes"; then
  1451. # This warning was added in gcc 4.3, but it appears to generate
  1452. # spurious warnings in gcc 4.4. I don't know if it works in 4.5.
  1453. CFLAGS="$CFLAGS -Wlogical-op"
  1454. fi
  1455. if test "x$have_shorten64_flag" = "xyes"; then
  1456. CFLAGS="$CFLAGS -Wshorten-64-to-32"
  1457. fi
  1458. ##This will break the world on some 64-bit architectures
  1459. # CFLAGS="$CFLAGS -Winline"
  1460. fi
  1461. if test "$enable_coverage" = "yes" && test "$have_clang" = "no"; then
  1462. case "$host_os" in
  1463. darwin*)
  1464. AC_MSG_WARN([Tried to enable coverage on OSX without using the clang compiler. This might not work! If coverage fails, use CC=clang when configuring with --enable-profiling.])
  1465. esac
  1466. fi
  1467. CPPFLAGS="$CPPFLAGS $TOR_CPPFLAGS_libevent $TOR_CPPFLAGS_openssl $TOR_CPPFLAGS_zlib"
  1468. AC_CONFIG_FILES([
  1469. Doxyfile
  1470. Makefile
  1471. contrib/dist/suse/tor.sh
  1472. contrib/operator-tools/tor.logrotate
  1473. contrib/dist/tor.sh
  1474. contrib/dist/torctl
  1475. contrib/dist/tor.service
  1476. src/config/torrc.sample
  1477. src/config/torrc.minimal
  1478. scripts/maint/checkOptionDocs.pl
  1479. scripts/maint/updateVersions.pl
  1480. ])
  1481. if test "x$asciidoc" = "xtrue" && test "$ASCIIDOC" = "none"; then
  1482. regular_mans="doc/tor doc/tor-gencert doc/tor-resolve doc/torify"
  1483. for file in $regular_mans ; do
  1484. if ! [[ -f "$srcdir/$file.1.in" ]] || ! [[ -f "$srcdir/$file.html.in" ]] ; then
  1485. echo "==================================";
  1486. echo;
  1487. echo "Building Tor has failed since manpages cannot be built.";
  1488. echo;
  1489. echo "You need asciidoc installed to be able to build the manpages.";
  1490. echo "To build without manpages, use the --disable-asciidoc argument";
  1491. echo "when calling configure.";
  1492. echo;
  1493. echo "==================================";
  1494. exit 1;
  1495. fi
  1496. done
  1497. fi
  1498. AC_OUTPUT