Advertisement
Guest User

ms2300

a guest
May 9th, 2016
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 234.60 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by OpenVPN configure 2.3.4, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = ms2300
  14. uname -m = x86_64
  15. uname -r = 3.19.0-32-generic
  16. uname -s = Linux
  17. uname -v = #37~14.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36.  
  37.  
  38. ## ----------- ##
  39. ## Core tests. ##
  40. ## ----------- ##
  41.  
  42. configure:2879: checking for a BSD-compatible install
  43. configure:2947: result: /usr/bin/install -c
  44. configure:2958: checking whether build environment is sane
  45. configure:3013: result: yes
  46. configure:3164: checking for a thread-safe mkdir -p
  47. configure:3203: result: /bin/mkdir -p
  48. configure:3210: checking for gawk
  49. configure:3226: found /usr/bin/gawk
  50. configure:3237: result: gawk
  51. configure:3248: checking whether make sets $(MAKE)
  52. configure:3270: result: yes
  53. configure:3299: checking whether make supports nested variables
  54. configure:3316: result: yes
  55. configure:3445: checking build system type
  56. configure:3459: result: x86_64-unknown-linux-gnu
  57. configure:3479: checking host system type
  58. configure:3492: result: x86_64-unknown-linux-gnu
  59. configure:3524: checking for style of include used by make
  60. configure:3552: result: GNU
  61. configure:3623: checking for gcc
  62. configure:3639: found /usr/bin/gcc
  63. configure:3650: result: gcc
  64. configure:3879: checking for C compiler version
  65. configure:3888: gcc --version >&5
  66. gcc (Ubuntu 4.8.4-2ubuntu1~14.04.1) 4.8.4
  67. Copyright (C) 2013 Free Software Foundation, Inc.
  68. This is free software; see the source for copying conditions. There is NO
  69. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  70.  
  71. configure:3899: $? = 0
  72. configure:3888: gcc -v >&5
  73. Using built-in specs.
  74. COLLECT_GCC=gcc
  75. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
  76. Target: x86_64-linux-gnu
  77. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04.1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  78. Thread model: posix
  79. gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.1)
  80. configure:3899: $? = 0
  81. configure:3888: gcc -V >&5
  82. gcc: error: unrecognized command line option '-V'
  83. gcc: fatal error: no input files
  84. compilation terminated.
  85. configure:3899: $? = 4
  86. configure:3888: gcc -qversion >&5
  87. gcc: error: unrecognized command line option '-qversion'
  88. gcc: fatal error: no input files
  89. compilation terminated.
  90. configure:3899: $? = 4
  91. configure:3919: checking whether the C compiler works
  92. configure:3941: gcc conftest.c >&5
  93. configure:3945: $? = 0
  94. configure:3993: result: yes
  95. configure:3996: checking for C compiler default output file name
  96. configure:3998: result: a.out
  97. configure:4004: checking for suffix of executables
  98. configure:4011: gcc -o conftest conftest.c >&5
  99. configure:4015: $? = 0
  100. configure:4037: result:
  101. configure:4059: checking whether we are cross compiling
  102. configure:4067: gcc -o conftest conftest.c >&5
  103. configure:4071: $? = 0
  104. configure:4078: ./conftest
  105. configure:4082: $? = 0
  106. configure:4097: result: no
  107. configure:4102: checking for suffix of object files
  108. configure:4124: gcc -c conftest.c >&5
  109. configure:4128: $? = 0
  110. configure:4149: result: o
  111. configure:4153: checking whether we are using the GNU C compiler
  112. configure:4172: gcc -c conftest.c >&5
  113. configure:4172: $? = 0
  114. configure:4181: result: yes
  115. configure:4190: checking whether gcc accepts -g
  116. configure:4210: gcc -c -g conftest.c >&5
  117. configure:4210: $? = 0
  118. configure:4251: result: yes
  119. configure:4268: checking for gcc option to accept ISO C89
  120. configure:4331: gcc -c -g -O2 conftest.c >&5
  121. configure:4331: $? = 0
  122. configure:4344: result: none needed
  123. configure:4369: checking whether gcc understands -c and -o together
  124. configure:4391: gcc -c conftest.c -o conftest2.o
  125. configure:4394: $? = 0
  126. configure:4391: gcc -c conftest.c -o conftest2.o
  127. configure:4394: $? = 0
  128. configure:4406: result: yes
  129. configure:4425: checking dependency style of gcc
  130. configure:4536: result: gcc3
  131. configure:4557: checking how to run the C preprocessor
  132. configure:4588: gcc -E conftest.c
  133. configure:4588: $? = 0
  134. configure:4602: gcc -E conftest.c
  135. conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
  136. #include <ac_nonexistent.h>
  137. ^
  138. compilation terminated.
  139. configure:4602: $? = 1
  140. configure: failed program was:
  141. | /* confdefs.h */
  142. | #define PACKAGE_NAME "OpenVPN"
  143. | #define PACKAGE_TARNAME "openvpn"
  144. | #define PACKAGE_VERSION "2.3.4"
  145. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  146. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  147. | #define PACKAGE_URL ""
  148. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  149. | #define PACKAGE "openvpn"
  150. | #define VERSION "2.3.4"
  151. | /* end confdefs.h. */
  152. | #include <ac_nonexistent.h>
  153. configure:4627: result: gcc -E
  154. configure:4647: gcc -E conftest.c
  155. configure:4647: $? = 0
  156. configure:4661: gcc -E conftest.c
  157. conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
  158. #include <ac_nonexistent.h>
  159. ^
  160. compilation terminated.
  161. configure:4661: $? = 1
  162. configure: failed program was:
  163. | /* confdefs.h */
  164. | #define PACKAGE_NAME "OpenVPN"
  165. | #define PACKAGE_TARNAME "openvpn"
  166. | #define PACKAGE_VERSION "2.3.4"
  167. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  168. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  169. | #define PACKAGE_URL ""
  170. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  171. | #define PACKAGE "openvpn"
  172. | #define VERSION "2.3.4"
  173. | /* end confdefs.h. */
  174. | #include <ac_nonexistent.h>
  175. configure:4690: checking for grep that handles long lines and -e
  176. configure:4748: result: /bin/grep
  177. configure:4753: checking for egrep
  178. configure:4815: result: /bin/grep -E
  179. configure:4820: checking for ANSI C header files
  180. configure:4840: gcc -c -g -O2 conftest.c >&5
  181. configure:4840: $? = 0
  182. configure:4913: gcc -o conftest -g -O2 conftest.c >&5
  183. configure:4913: $? = 0
  184. configure:4913: ./conftest
  185. configure:4913: $? = 0
  186. configure:4924: result: yes
  187. configure:4937: checking for sys/types.h
  188. configure:4937: gcc -c -g -O2 conftest.c >&5
  189. configure:4937: $? = 0
  190. configure:4937: result: yes
  191. configure:4937: checking for sys/stat.h
  192. configure:4937: gcc -c -g -O2 conftest.c >&5
  193. configure:4937: $? = 0
  194. configure:4937: result: yes
  195. configure:4937: checking for stdlib.h
  196. configure:4937: gcc -c -g -O2 conftest.c >&5
  197. configure:4937: $? = 0
  198. configure:4937: result: yes
  199. configure:4937: checking for string.h
  200. configure:4937: gcc -c -g -O2 conftest.c >&5
  201. configure:4937: $? = 0
  202. configure:4937: result: yes
  203. configure:4937: checking for memory.h
  204. configure:4937: gcc -c -g -O2 conftest.c >&5
  205. configure:4937: $? = 0
  206. configure:4937: result: yes
  207. configure:4937: checking for strings.h
  208. configure:4937: gcc -c -g -O2 conftest.c >&5
  209. configure:4937: $? = 0
  210. configure:4937: result: yes
  211. configure:4937: checking for inttypes.h
  212. configure:4937: gcc -c -g -O2 conftest.c >&5
  213. configure:4937: $? = 0
  214. configure:4937: result: yes
  215. configure:4937: checking for stdint.h
  216. configure:4937: gcc -c -g -O2 conftest.c >&5
  217. configure:4937: $? = 0
  218. configure:4937: result: yes
  219. configure:4937: checking for unistd.h
  220. configure:4937: gcc -c -g -O2 conftest.c >&5
  221. configure:4937: $? = 0
  222. configure:4937: result: yes
  223. configure:4950: checking minix/config.h usability
  224. configure:4950: gcc -c -g -O2 conftest.c >&5
  225. conftest.c:55:26: fatal error: minix/config.h: No such file or directory
  226. #include <minix/config.h>
  227. ^
  228. compilation terminated.
  229. configure:4950: $? = 1
  230. configure: failed program was:
  231. | /* confdefs.h */
  232. | #define PACKAGE_NAME "OpenVPN"
  233. | #define PACKAGE_TARNAME "openvpn"
  234. | #define PACKAGE_VERSION "2.3.4"
  235. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  236. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  237. | #define PACKAGE_URL ""
  238. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  239. | #define PACKAGE "openvpn"
  240. | #define VERSION "2.3.4"
  241. | #define STDC_HEADERS 1
  242. | #define HAVE_SYS_TYPES_H 1
  243. | #define HAVE_SYS_STAT_H 1
  244. | #define HAVE_STDLIB_H 1
  245. | #define HAVE_STRING_H 1
  246. | #define HAVE_MEMORY_H 1
  247. | #define HAVE_STRINGS_H 1
  248. | #define HAVE_INTTYPES_H 1
  249. | #define HAVE_STDINT_H 1
  250. | #define HAVE_UNISTD_H 1
  251. | /* end confdefs.h. */
  252. | #include <stdio.h>
  253. | #ifdef HAVE_SYS_TYPES_H
  254. | # include <sys/types.h>
  255. | #endif
  256. | #ifdef HAVE_SYS_STAT_H
  257. | # include <sys/stat.h>
  258. | #endif
  259. | #ifdef STDC_HEADERS
  260. | # include <stdlib.h>
  261. | # include <stddef.h>
  262. | #else
  263. | # ifdef HAVE_STDLIB_H
  264. | # include <stdlib.h>
  265. | # endif
  266. | #endif
  267. | #ifdef HAVE_STRING_H
  268. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  269. | # include <memory.h>
  270. | # endif
  271. | # include <string.h>
  272. | #endif
  273. | #ifdef HAVE_STRINGS_H
  274. | # include <strings.h>
  275. | #endif
  276. | #ifdef HAVE_INTTYPES_H
  277. | # include <inttypes.h>
  278. | #endif
  279. | #ifdef HAVE_STDINT_H
  280. | # include <stdint.h>
  281. | #endif
  282. | #ifdef HAVE_UNISTD_H
  283. | # include <unistd.h>
  284. | #endif
  285. | #include <minix/config.h>
  286. configure:4950: result: no
  287. configure:4950: checking minix/config.h presence
  288. configure:4950: gcc -E conftest.c
  289. conftest.c:22:26: fatal error: minix/config.h: No such file or directory
  290. #include <minix/config.h>
  291. ^
  292. compilation terminated.
  293. configure:4950: $? = 1
  294. configure: failed program was:
  295. | /* confdefs.h */
  296. | #define PACKAGE_NAME "OpenVPN"
  297. | #define PACKAGE_TARNAME "openvpn"
  298. | #define PACKAGE_VERSION "2.3.4"
  299. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  300. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  301. | #define PACKAGE_URL ""
  302. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  303. | #define PACKAGE "openvpn"
  304. | #define VERSION "2.3.4"
  305. | #define STDC_HEADERS 1
  306. | #define HAVE_SYS_TYPES_H 1
  307. | #define HAVE_SYS_STAT_H 1
  308. | #define HAVE_STDLIB_H 1
  309. | #define HAVE_STRING_H 1
  310. | #define HAVE_MEMORY_H 1
  311. | #define HAVE_STRINGS_H 1
  312. | #define HAVE_INTTYPES_H 1
  313. | #define HAVE_STDINT_H 1
  314. | #define HAVE_UNISTD_H 1
  315. | /* end confdefs.h. */
  316. | #include <minix/config.h>
  317. configure:4950: result: no
  318. configure:4950: checking for minix/config.h
  319. configure:4950: result: no
  320. configure:4971: checking whether it is safe to define __EXTENSIONS__
  321. configure:4989: gcc -c -g -O2 conftest.c >&5
  322. configure:4989: $? = 0
  323. configure:4996: result: yes
  324. configure:5491: checking for pkg-config
  325. configure:5509: found /usr/bin/pkg-config
  326. configure:5521: result: /usr/bin/pkg-config
  327. configure:5546: checking pkg-config is at least version 0.9.0
  328. configure:5549: result: yes
  329. configure:5562: checking how to run the C preprocessor
  330. configure:5632: result: gcc -E
  331. configure:5652: gcc -E conftest.c
  332. configure:5652: $? = 0
  333. configure:5666: gcc -E conftest.c
  334. conftest.c:30:28: fatal error: ac_nonexistent.h: No such file or directory
  335. #include <ac_nonexistent.h>
  336. ^
  337. compilation terminated.
  338. configure:5666: $? = 1
  339. configure: failed program was:
  340. | /* confdefs.h */
  341. | #define PACKAGE_NAME "OpenVPN"
  342. | #define PACKAGE_TARNAME "openvpn"
  343. | #define PACKAGE_VERSION "2.3.4"
  344. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  345. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  346. | #define PACKAGE_URL ""
  347. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  348. | #define PACKAGE "openvpn"
  349. | #define VERSION "2.3.4"
  350. | #define STDC_HEADERS 1
  351. | #define HAVE_SYS_TYPES_H 1
  352. | #define HAVE_SYS_STAT_H 1
  353. | #define HAVE_STDLIB_H 1
  354. | #define HAVE_STRING_H 1
  355. | #define HAVE_MEMORY_H 1
  356. | #define HAVE_STRINGS_H 1
  357. | #define HAVE_INTTYPES_H 1
  358. | #define HAVE_STDINT_H 1
  359. | #define HAVE_UNISTD_H 1
  360. | #define __EXTENSIONS__ 1
  361. | #define _ALL_SOURCE 1
  362. | #define _GNU_SOURCE 1
  363. | #define _POSIX_PTHREAD_SEMANTICS 1
  364. | #define _TANDEM_SOURCE 1
  365. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  366. | #define TARGET_LINUX 1
  367. | #define TARGET_PREFIX "L"
  368. | /* end confdefs.h. */
  369. | #include <ac_nonexistent.h>
  370. configure:5695: checking whether ln -s works
  371. configure:5699: result: yes
  372. configure:5706: checking for a sed that does not truncate output
  373. configure:5770: result: /bin/sed
  374. configure:5775: checking whether make sets $(MAKE)
  375. configure:5797: result: yes
  376. configure:5817: checking for ifconfig
  377. configure:5836: found /sbin/ifconfig
  378. configure:5848: result: /sbin/ifconfig
  379. configure:5863: checking for route
  380. configure:5882: found /sbin/route
  381. configure:5894: result: /sbin/route
  382. configure:5909: checking for ip
  383. configure:5928: found /sbin/ip
  384. configure:5940: result: /sbin/ip
  385. configure:5955: checking for netstat
  386. configure:5972: found /bin/netstat
  387. configure:5983: result: netstat
  388. configure:5999: checking for man2html
  389. configure:6029: result: no
  390. configure:6041: checking for git
  391. configure:6071: result: no
  392. configure:6145: checking how to print strings
  393. configure:6172: result: printf
  394. configure:6193: checking for a sed that does not truncate output
  395. configure:6257: result: /bin/sed
  396. configure:6275: checking for fgrep
  397. configure:6337: result: /bin/grep -F
  398. configure:6372: checking for ld used by gcc
  399. configure:6439: result: /usr/bin/ld
  400. configure:6446: checking if the linker (/usr/bin/ld) is GNU ld
  401. configure:6461: result: yes
  402. configure:6473: checking for BSD- or MS-compatible name lister (nm)
  403. configure:6522: result: /usr/bin/nm -B
  404. configure:6652: checking the name lister (/usr/bin/nm -B) interface
  405. configure:6659: gcc -c -g -O2 conftest.c >&5
  406. configure:6662: /usr/bin/nm -B "conftest.o"
  407. configure:6665: output
  408. 0000000000000000 B some_variable
  409. configure:6672: result: BSD nm
  410. configure:6676: checking the maximum length of command line arguments
  411. configure:6807: result: 1572864
  412. configure:6824: checking whether the shell understands some XSI constructs
  413. configure:6834: result: yes
  414. configure:6838: checking whether the shell understands "+="
  415. configure:6844: result: yes
  416. configure:6879: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
  417. configure:6919: result: func_convert_file_noop
  418. configure:6926: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
  419. configure:6946: result: func_convert_file_noop
  420. configure:6953: checking for /usr/bin/ld option to reload object files
  421. configure:6960: result: -r
  422. configure:7034: checking for objdump
  423. configure:7050: found /usr/bin/objdump
  424. configure:7061: result: objdump
  425. configure:7090: checking how to recognize dependent libraries
  426. configure:7288: result: pass_all
  427. configure:7373: checking for dlltool
  428. configure:7403: result: no
  429. configure:7430: checking how to associate runtime and link libraries
  430. configure:7457: result: printf %s\n
  431. configure:7517: checking for ar
  432. configure:7533: found /usr/bin/ar
  433. configure:7544: result: ar
  434. configure:7581: checking for archiver @FILE support
  435. configure:7598: gcc -c -g -O2 conftest.c >&5
  436. configure:7598: $? = 0
  437. configure:7601: ar cru libconftest.a @conftest.lst >&5
  438. configure:7604: $? = 0
  439. configure:7609: ar cru libconftest.a @conftest.lst >&5
  440. ar: conftest.o: No such file or directory
  441. configure:7612: $? = 1
  442. configure:7624: result: @
  443. configure:7682: checking for strip
  444. configure:7698: found /usr/bin/strip
  445. configure:7709: result: strip
  446. configure:7781: checking for ranlib
  447. configure:7797: found /usr/bin/ranlib
  448. configure:7808: result: ranlib
  449. configure:7910: checking command to parse /usr/bin/nm -B output from gcc object
  450. configure:8030: gcc -c -g -O2 conftest.c >&5
  451. configure:8033: $? = 0
  452. configure:8037: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  453. configure:8040: $? = 0
  454. configure:8106: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  455. configure:8109: $? = 0
  456. configure:8147: result: ok
  457. configure:8184: checking for sysroot
  458. configure:8214: result: no
  459. configure:8291: gcc -c -g -O2 conftest.c >&5
  460. configure:8294: $? = 0
  461. configure:8483: checking for mt
  462. configure:8499: found /bin/mt
  463. configure:8510: result: mt
  464. configure:8533: checking if mt is a manifest tool
  465. configure:8539: mt '-?'
  466. configure:8547: result: no
  467. configure:9186: checking for dlfcn.h
  468. configure:9186: gcc -c -g -O2 conftest.c >&5
  469. configure:9186: $? = 0
  470. configure:9186: result: yes
  471. configure:9690: checking for objdir
  472. configure:9705: result: .libs
  473. configure:9976: checking if gcc supports -fno-rtti -fno-exceptions
  474. configure:9994: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  475. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  476. configure:9998: $? = 0
  477. configure:10011: result: no
  478. configure:10338: checking for gcc option to produce PIC
  479. configure:10345: result: -fPIC -DPIC
  480. configure:10353: checking if gcc PIC flag -fPIC -DPIC works
  481. configure:10371: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  482. configure:10375: $? = 0
  483. configure:10388: result: yes
  484. configure:10417: checking if gcc static flag -static works
  485. configure:10445: result: yes
  486. configure:10460: checking if gcc supports -c -o file.o
  487. configure:10481: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  488. configure:10485: $? = 0
  489. configure:10507: result: yes
  490. configure:10515: checking if gcc supports -c -o file.o
  491. configure:10562: result: yes
  492. configure:10595: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  493. configure:11752: result: yes
  494. configure:11789: checking whether -lc should be explicitly linked in
  495. configure:11797: gcc -c -g -O2 conftest.c >&5
  496. configure:11800: $? = 0
  497. configure:11815: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  498. configure:11818: $? = 0
  499. configure:11832: result: no
  500. configure:11992: checking dynamic linker characteristics
  501. configure:12492: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  502. configure:12492: $? = 0
  503. configure:12726: result: GNU/Linux ld.so
  504. configure:12833: checking how to hardcode library paths into programs
  505. configure:12858: result: immediate
  506. configure:13398: checking whether stripping libraries is possible
  507. configure:13403: result: yes
  508. configure:13438: checking if libtool supports shared libraries
  509. configure:13440: result: yes
  510. configure:13443: checking whether to build shared libraries
  511. configure:13464: result: yes
  512. configure:13467: checking whether to build static libraries
  513. configure:13471: result: yes
  514. configure:13551: checking for windres
  515. configure:13581: result: no
  516. configure:13687: checking for an ANSI C-conforming const
  517. configure:13753: gcc -c -g -O2 conftest.c >&5
  518. configure:13753: $? = 0
  519. configure:13760: result: yes
  520. configure:13768: checking for inline
  521. configure:13784: gcc -c -g -O2 conftest.c >&5
  522. configure:13784: $? = 0
  523. configure:13792: result: inline
  524. configure:13810: checking for working volatile
  525. configure:13829: gcc -c -g -O2 conftest.c >&5
  526. configure:13829: $? = 0
  527. configure:13836: result: yes
  528. configure:13844: checking for off_t
  529. configure:13844: gcc -c -g -O2 conftest.c >&5
  530. configure:13844: $? = 0
  531. configure:13844: gcc -c -g -O2 conftest.c >&5
  532. conftest.c: In function 'main':
  533. conftest.c:71:20: error: expected expression before ')' token
  534. if (sizeof ((off_t)))
  535. ^
  536. configure:13844: $? = 1
  537. configure: failed program was:
  538. | /* confdefs.h */
  539. | #define PACKAGE_NAME "OpenVPN"
  540. | #define PACKAGE_TARNAME "openvpn"
  541. | #define PACKAGE_VERSION "2.3.4"
  542. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  543. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  544. | #define PACKAGE_URL ""
  545. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  546. | #define PACKAGE "openvpn"
  547. | #define VERSION "2.3.4"
  548. | #define STDC_HEADERS 1
  549. | #define HAVE_SYS_TYPES_H 1
  550. | #define HAVE_SYS_STAT_H 1
  551. | #define HAVE_STDLIB_H 1
  552. | #define HAVE_STRING_H 1
  553. | #define HAVE_MEMORY_H 1
  554. | #define HAVE_STRINGS_H 1
  555. | #define HAVE_INTTYPES_H 1
  556. | #define HAVE_STDINT_H 1
  557. | #define HAVE_UNISTD_H 1
  558. | #define __EXTENSIONS__ 1
  559. | #define _ALL_SOURCE 1
  560. | #define _GNU_SOURCE 1
  561. | #define _POSIX_PTHREAD_SEMANTICS 1
  562. | #define _TANDEM_SOURCE 1
  563. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  564. | #define TARGET_LINUX 1
  565. | #define TARGET_PREFIX "L"
  566. | #define IFCONFIG_PATH "/sbin/ifconfig"
  567. | #define IPROUTE_PATH "/sbin/ip"
  568. | #define ROUTE_PATH "/sbin/route"
  569. | #define HAVE_DLFCN_H 1
  570. | #define LT_OBJDIR ".libs/"
  571. | /* end confdefs.h. */
  572. | #include <stdio.h>
  573. | #ifdef HAVE_SYS_TYPES_H
  574. | # include <sys/types.h>
  575. | #endif
  576. | #ifdef HAVE_SYS_STAT_H
  577. | # include <sys/stat.h>
  578. | #endif
  579. | #ifdef STDC_HEADERS
  580. | # include <stdlib.h>
  581. | # include <stddef.h>
  582. | #else
  583. | # ifdef HAVE_STDLIB_H
  584. | # include <stdlib.h>
  585. | # endif
  586. | #endif
  587. | #ifdef HAVE_STRING_H
  588. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  589. | # include <memory.h>
  590. | # endif
  591. | # include <string.h>
  592. | #endif
  593. | #ifdef HAVE_STRINGS_H
  594. | # include <strings.h>
  595. | #endif
  596. | #ifdef HAVE_INTTYPES_H
  597. | # include <inttypes.h>
  598. | #endif
  599. | #ifdef HAVE_STDINT_H
  600. | # include <stdint.h>
  601. | #endif
  602. | #ifdef HAVE_UNISTD_H
  603. | # include <unistd.h>
  604. | #endif
  605. | int
  606. | main ()
  607. | {
  608. | if (sizeof ((off_t)))
  609. | return 0;
  610. | ;
  611. | return 0;
  612. | }
  613. configure:13844: result: yes
  614. configure:13855: checking for pid_t
  615. configure:13855: gcc -c -g -O2 conftest.c >&5
  616. configure:13855: $? = 0
  617. configure:13855: gcc -c -g -O2 conftest.c >&5
  618. conftest.c: In function 'main':
  619. conftest.c:71:20: error: expected expression before ')' token
  620. if (sizeof ((pid_t)))
  621. ^
  622. configure:13855: $? = 1
  623. configure: failed program was:
  624. | /* confdefs.h */
  625. | #define PACKAGE_NAME "OpenVPN"
  626. | #define PACKAGE_TARNAME "openvpn"
  627. | #define PACKAGE_VERSION "2.3.4"
  628. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  629. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  630. | #define PACKAGE_URL ""
  631. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  632. | #define PACKAGE "openvpn"
  633. | #define VERSION "2.3.4"
  634. | #define STDC_HEADERS 1
  635. | #define HAVE_SYS_TYPES_H 1
  636. | #define HAVE_SYS_STAT_H 1
  637. | #define HAVE_STDLIB_H 1
  638. | #define HAVE_STRING_H 1
  639. | #define HAVE_MEMORY_H 1
  640. | #define HAVE_STRINGS_H 1
  641. | #define HAVE_INTTYPES_H 1
  642. | #define HAVE_STDINT_H 1
  643. | #define HAVE_UNISTD_H 1
  644. | #define __EXTENSIONS__ 1
  645. | #define _ALL_SOURCE 1
  646. | #define _GNU_SOURCE 1
  647. | #define _POSIX_PTHREAD_SEMANTICS 1
  648. | #define _TANDEM_SOURCE 1
  649. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  650. | #define TARGET_LINUX 1
  651. | #define TARGET_PREFIX "L"
  652. | #define IFCONFIG_PATH "/sbin/ifconfig"
  653. | #define IPROUTE_PATH "/sbin/ip"
  654. | #define ROUTE_PATH "/sbin/route"
  655. | #define HAVE_DLFCN_H 1
  656. | #define LT_OBJDIR ".libs/"
  657. | /* end confdefs.h. */
  658. | #include <stdio.h>
  659. | #ifdef HAVE_SYS_TYPES_H
  660. | # include <sys/types.h>
  661. | #endif
  662. | #ifdef HAVE_SYS_STAT_H
  663. | # include <sys/stat.h>
  664. | #endif
  665. | #ifdef STDC_HEADERS
  666. | # include <stdlib.h>
  667. | # include <stddef.h>
  668. | #else
  669. | # ifdef HAVE_STDLIB_H
  670. | # include <stdlib.h>
  671. | # endif
  672. | #endif
  673. | #ifdef HAVE_STRING_H
  674. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  675. | # include <memory.h>
  676. | # endif
  677. | # include <string.h>
  678. | #endif
  679. | #ifdef HAVE_STRINGS_H
  680. | # include <strings.h>
  681. | #endif
  682. | #ifdef HAVE_INTTYPES_H
  683. | # include <inttypes.h>
  684. | #endif
  685. | #ifdef HAVE_STDINT_H
  686. | # include <stdint.h>
  687. | #endif
  688. | #ifdef HAVE_UNISTD_H
  689. | # include <unistd.h>
  690. | #endif
  691. | int
  692. | main ()
  693. | {
  694. | if (sizeof ((pid_t)))
  695. | return 0;
  696. | ;
  697. | return 0;
  698. | }
  699. configure:13855: result: yes
  700. configure:13866: checking for size_t
  701. configure:13866: gcc -c -g -O2 conftest.c >&5
  702. configure:13866: $? = 0
  703. configure:13866: gcc -c -g -O2 conftest.c >&5
  704. conftest.c: In function 'main':
  705. conftest.c:71:21: error: expected expression before ')' token
  706. if (sizeof ((size_t)))
  707. ^
  708. configure:13866: $? = 1
  709. configure: failed program was:
  710. | /* confdefs.h */
  711. | #define PACKAGE_NAME "OpenVPN"
  712. | #define PACKAGE_TARNAME "openvpn"
  713. | #define PACKAGE_VERSION "2.3.4"
  714. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  715. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  716. | #define PACKAGE_URL ""
  717. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  718. | #define PACKAGE "openvpn"
  719. | #define VERSION "2.3.4"
  720. | #define STDC_HEADERS 1
  721. | #define HAVE_SYS_TYPES_H 1
  722. | #define HAVE_SYS_STAT_H 1
  723. | #define HAVE_STDLIB_H 1
  724. | #define HAVE_STRING_H 1
  725. | #define HAVE_MEMORY_H 1
  726. | #define HAVE_STRINGS_H 1
  727. | #define HAVE_INTTYPES_H 1
  728. | #define HAVE_STDINT_H 1
  729. | #define HAVE_UNISTD_H 1
  730. | #define __EXTENSIONS__ 1
  731. | #define _ALL_SOURCE 1
  732. | #define _GNU_SOURCE 1
  733. | #define _POSIX_PTHREAD_SEMANTICS 1
  734. | #define _TANDEM_SOURCE 1
  735. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  736. | #define TARGET_LINUX 1
  737. | #define TARGET_PREFIX "L"
  738. | #define IFCONFIG_PATH "/sbin/ifconfig"
  739. | #define IPROUTE_PATH "/sbin/ip"
  740. | #define ROUTE_PATH "/sbin/route"
  741. | #define HAVE_DLFCN_H 1
  742. | #define LT_OBJDIR ".libs/"
  743. | /* end confdefs.h. */
  744. | #include <stdio.h>
  745. | #ifdef HAVE_SYS_TYPES_H
  746. | # include <sys/types.h>
  747. | #endif
  748. | #ifdef HAVE_SYS_STAT_H
  749. | # include <sys/stat.h>
  750. | #endif
  751. | #ifdef STDC_HEADERS
  752. | # include <stdlib.h>
  753. | # include <stddef.h>
  754. | #else
  755. | # ifdef HAVE_STDLIB_H
  756. | # include <stdlib.h>
  757. | # endif
  758. | #endif
  759. | #ifdef HAVE_STRING_H
  760. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  761. | # include <memory.h>
  762. | # endif
  763. | # include <string.h>
  764. | #endif
  765. | #ifdef HAVE_STRINGS_H
  766. | # include <strings.h>
  767. | #endif
  768. | #ifdef HAVE_INTTYPES_H
  769. | # include <inttypes.h>
  770. | #endif
  771. | #ifdef HAVE_STDINT_H
  772. | # include <stdint.h>
  773. | #endif
  774. | #ifdef HAVE_UNISTD_H
  775. | # include <unistd.h>
  776. | #endif
  777. | int
  778. | main ()
  779. | {
  780. | if (sizeof ((size_t)))
  781. | return 0;
  782. | ;
  783. | return 0;
  784. | }
  785. configure:13866: result: yes
  786. configure:13877: checking for uid_t in sys/types.h
  787. configure:13896: result: yes
  788. configure:13907: checking for int8_t
  789. configure:13907: gcc -c -g -O2 conftest.c >&5
  790. configure:13907: $? = 0
  791. configure:13907: gcc -c -g -O2 conftest.c >&5
  792. conftest.c: In function 'main':
  793. conftest.c:72:12: error: size of array 'test_array' is negative
  794. static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
  795. ^
  796. configure:13907: $? = 1
  797. configure: failed program was:
  798. | /* confdefs.h */
  799. | #define PACKAGE_NAME "OpenVPN"
  800. | #define PACKAGE_TARNAME "openvpn"
  801. | #define PACKAGE_VERSION "2.3.4"
  802. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  803. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  804. | #define PACKAGE_URL ""
  805. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  806. | #define PACKAGE "openvpn"
  807. | #define VERSION "2.3.4"
  808. | #define STDC_HEADERS 1
  809. | #define HAVE_SYS_TYPES_H 1
  810. | #define HAVE_SYS_STAT_H 1
  811. | #define HAVE_STDLIB_H 1
  812. | #define HAVE_STRING_H 1
  813. | #define HAVE_MEMORY_H 1
  814. | #define HAVE_STRINGS_H 1
  815. | #define HAVE_INTTYPES_H 1
  816. | #define HAVE_STDINT_H 1
  817. | #define HAVE_UNISTD_H 1
  818. | #define __EXTENSIONS__ 1
  819. | #define _ALL_SOURCE 1
  820. | #define _GNU_SOURCE 1
  821. | #define _POSIX_PTHREAD_SEMANTICS 1
  822. | #define _TANDEM_SOURCE 1
  823. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  824. | #define TARGET_LINUX 1
  825. | #define TARGET_PREFIX "L"
  826. | #define IFCONFIG_PATH "/sbin/ifconfig"
  827. | #define IPROUTE_PATH "/sbin/ip"
  828. | #define ROUTE_PATH "/sbin/route"
  829. | #define HAVE_DLFCN_H 1
  830. | #define LT_OBJDIR ".libs/"
  831. | /* end confdefs.h. */
  832. | #include <stdio.h>
  833. | #ifdef HAVE_SYS_TYPES_H
  834. | # include <sys/types.h>
  835. | #endif
  836. | #ifdef HAVE_SYS_STAT_H
  837. | # include <sys/stat.h>
  838. | #endif
  839. | #ifdef STDC_HEADERS
  840. | # include <stdlib.h>
  841. | # include <stddef.h>
  842. | #else
  843. | # ifdef HAVE_STDLIB_H
  844. | # include <stdlib.h>
  845. | # endif
  846. | #endif
  847. | #ifdef HAVE_STRING_H
  848. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  849. | # include <memory.h>
  850. | # endif
  851. | # include <string.h>
  852. | #endif
  853. | #ifdef HAVE_STRINGS_H
  854. | # include <strings.h>
  855. | #endif
  856. | #ifdef HAVE_INTTYPES_H
  857. | # include <inttypes.h>
  858. | #endif
  859. | #ifdef HAVE_STDINT_H
  860. | # include <stdint.h>
  861. | #endif
  862. | #ifdef HAVE_UNISTD_H
  863. | # include <unistd.h>
  864. | #endif
  865. | enum { N = 8 / 2 - 1 };
  866. | int
  867. | main ()
  868. | {
  869. | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
  870. | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
  871. | test_array [0] = 0;
  872. | return test_array [0];
  873. |
  874. | ;
  875. | return 0;
  876. | }
  877. configure:13907: result: yes
  878. configure:13918: checking for int16_t
  879. configure:13918: gcc -c -g -O2 conftest.c >&5
  880. configure:13918: $? = 0
  881. configure:13918: gcc -c -g -O2 conftest.c >&5
  882. conftest.c: In function 'main':
  883. conftest.c:72:12: error: size of array 'test_array' is negative
  884. static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
  885. ^
  886. configure:13918: $? = 1
  887. configure: failed program was:
  888. | /* confdefs.h */
  889. | #define PACKAGE_NAME "OpenVPN"
  890. | #define PACKAGE_TARNAME "openvpn"
  891. | #define PACKAGE_VERSION "2.3.4"
  892. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  893. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  894. | #define PACKAGE_URL ""
  895. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  896. | #define PACKAGE "openvpn"
  897. | #define VERSION "2.3.4"
  898. | #define STDC_HEADERS 1
  899. | #define HAVE_SYS_TYPES_H 1
  900. | #define HAVE_SYS_STAT_H 1
  901. | #define HAVE_STDLIB_H 1
  902. | #define HAVE_STRING_H 1
  903. | #define HAVE_MEMORY_H 1
  904. | #define HAVE_STRINGS_H 1
  905. | #define HAVE_INTTYPES_H 1
  906. | #define HAVE_STDINT_H 1
  907. | #define HAVE_UNISTD_H 1
  908. | #define __EXTENSIONS__ 1
  909. | #define _ALL_SOURCE 1
  910. | #define _GNU_SOURCE 1
  911. | #define _POSIX_PTHREAD_SEMANTICS 1
  912. | #define _TANDEM_SOURCE 1
  913. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  914. | #define TARGET_LINUX 1
  915. | #define TARGET_PREFIX "L"
  916. | #define IFCONFIG_PATH "/sbin/ifconfig"
  917. | #define IPROUTE_PATH "/sbin/ip"
  918. | #define ROUTE_PATH "/sbin/route"
  919. | #define HAVE_DLFCN_H 1
  920. | #define LT_OBJDIR ".libs/"
  921. | /* end confdefs.h. */
  922. | #include <stdio.h>
  923. | #ifdef HAVE_SYS_TYPES_H
  924. | # include <sys/types.h>
  925. | #endif
  926. | #ifdef HAVE_SYS_STAT_H
  927. | # include <sys/stat.h>
  928. | #endif
  929. | #ifdef STDC_HEADERS
  930. | # include <stdlib.h>
  931. | # include <stddef.h>
  932. | #else
  933. | # ifdef HAVE_STDLIB_H
  934. | # include <stdlib.h>
  935. | # endif
  936. | #endif
  937. | #ifdef HAVE_STRING_H
  938. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  939. | # include <memory.h>
  940. | # endif
  941. | # include <string.h>
  942. | #endif
  943. | #ifdef HAVE_STRINGS_H
  944. | # include <strings.h>
  945. | #endif
  946. | #ifdef HAVE_INTTYPES_H
  947. | # include <inttypes.h>
  948. | #endif
  949. | #ifdef HAVE_STDINT_H
  950. | # include <stdint.h>
  951. | #endif
  952. | #ifdef HAVE_UNISTD_H
  953. | # include <unistd.h>
  954. | #endif
  955. | enum { N = 16 / 2 - 1 };
  956. | int
  957. | main ()
  958. | {
  959. | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
  960. | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
  961. | test_array [0] = 0;
  962. | return test_array [0];
  963. |
  964. | ;
  965. | return 0;
  966. | }
  967. configure:13918: result: yes
  968. configure:13929: checking for int32_t
  969. configure:13929: gcc -c -g -O2 conftest.c >&5
  970. configure:13929: $? = 0
  971. configure:13929: gcc -c -g -O2 conftest.c >&5
  972. conftest.c: In function 'main':
  973. conftest.c:73:53: warning: integer overflow in expression [-Woverflow]
  974. < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
  975. ^
  976. conftest.c:72:12: error: storage size of 'test_array' isn't constant
  977. static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
  978. ^
  979. configure:13929: $? = 1
  980. configure: failed program was:
  981. | /* confdefs.h */
  982. | #define PACKAGE_NAME "OpenVPN"
  983. | #define PACKAGE_TARNAME "openvpn"
  984. | #define PACKAGE_VERSION "2.3.4"
  985. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  986. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  987. | #define PACKAGE_URL ""
  988. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  989. | #define PACKAGE "openvpn"
  990. | #define VERSION "2.3.4"
  991. | #define STDC_HEADERS 1
  992. | #define HAVE_SYS_TYPES_H 1
  993. | #define HAVE_SYS_STAT_H 1
  994. | #define HAVE_STDLIB_H 1
  995. | #define HAVE_STRING_H 1
  996. | #define HAVE_MEMORY_H 1
  997. | #define HAVE_STRINGS_H 1
  998. | #define HAVE_INTTYPES_H 1
  999. | #define HAVE_STDINT_H 1
  1000. | #define HAVE_UNISTD_H 1
  1001. | #define __EXTENSIONS__ 1
  1002. | #define _ALL_SOURCE 1
  1003. | #define _GNU_SOURCE 1
  1004. | #define _POSIX_PTHREAD_SEMANTICS 1
  1005. | #define _TANDEM_SOURCE 1
  1006. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  1007. | #define TARGET_LINUX 1
  1008. | #define TARGET_PREFIX "L"
  1009. | #define IFCONFIG_PATH "/sbin/ifconfig"
  1010. | #define IPROUTE_PATH "/sbin/ip"
  1011. | #define ROUTE_PATH "/sbin/route"
  1012. | #define HAVE_DLFCN_H 1
  1013. | #define LT_OBJDIR ".libs/"
  1014. | /* end confdefs.h. */
  1015. | #include <stdio.h>
  1016. | #ifdef HAVE_SYS_TYPES_H
  1017. | # include <sys/types.h>
  1018. | #endif
  1019. | #ifdef HAVE_SYS_STAT_H
  1020. | # include <sys/stat.h>
  1021. | #endif
  1022. | #ifdef STDC_HEADERS
  1023. | # include <stdlib.h>
  1024. | # include <stddef.h>
  1025. | #else
  1026. | # ifdef HAVE_STDLIB_H
  1027. | # include <stdlib.h>
  1028. | # endif
  1029. | #endif
  1030. | #ifdef HAVE_STRING_H
  1031. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1032. | # include <memory.h>
  1033. | # endif
  1034. | # include <string.h>
  1035. | #endif
  1036. | #ifdef HAVE_STRINGS_H
  1037. | # include <strings.h>
  1038. | #endif
  1039. | #ifdef HAVE_INTTYPES_H
  1040. | # include <inttypes.h>
  1041. | #endif
  1042. | #ifdef HAVE_STDINT_H
  1043. | # include <stdint.h>
  1044. | #endif
  1045. | #ifdef HAVE_UNISTD_H
  1046. | # include <unistd.h>
  1047. | #endif
  1048. | enum { N = 32 / 2 - 1 };
  1049. | int
  1050. | main ()
  1051. | {
  1052. | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
  1053. | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
  1054. | test_array [0] = 0;
  1055. | return test_array [0];
  1056. |
  1057. | ;
  1058. | return 0;
  1059. | }
  1060. configure:13929: result: yes
  1061. configure:13940: checking for int64_t
  1062. configure:13940: gcc -c -g -O2 conftest.c >&5
  1063. configure:13940: $? = 0
  1064. configure:13940: gcc -c -g -O2 conftest.c >&5
  1065. conftest.c: In function 'main':
  1066. conftest.c:73:53: warning: integer overflow in expression [-Woverflow]
  1067. < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
  1068. ^
  1069. conftest.c:72:12: error: storage size of 'test_array' isn't constant
  1070. static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
  1071. ^
  1072. configure:13940: $? = 1
  1073. configure: failed program was:
  1074. | /* confdefs.h */
  1075. | #define PACKAGE_NAME "OpenVPN"
  1076. | #define PACKAGE_TARNAME "openvpn"
  1077. | #define PACKAGE_VERSION "2.3.4"
  1078. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  1079. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  1080. | #define PACKAGE_URL ""
  1081. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  1082. | #define PACKAGE "openvpn"
  1083. | #define VERSION "2.3.4"
  1084. | #define STDC_HEADERS 1
  1085. | #define HAVE_SYS_TYPES_H 1
  1086. | #define HAVE_SYS_STAT_H 1
  1087. | #define HAVE_STDLIB_H 1
  1088. | #define HAVE_STRING_H 1
  1089. | #define HAVE_MEMORY_H 1
  1090. | #define HAVE_STRINGS_H 1
  1091. | #define HAVE_INTTYPES_H 1
  1092. | #define HAVE_STDINT_H 1
  1093. | #define HAVE_UNISTD_H 1
  1094. | #define __EXTENSIONS__ 1
  1095. | #define _ALL_SOURCE 1
  1096. | #define _GNU_SOURCE 1
  1097. | #define _POSIX_PTHREAD_SEMANTICS 1
  1098. | #define _TANDEM_SOURCE 1
  1099. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  1100. | #define TARGET_LINUX 1
  1101. | #define TARGET_PREFIX "L"
  1102. | #define IFCONFIG_PATH "/sbin/ifconfig"
  1103. | #define IPROUTE_PATH "/sbin/ip"
  1104. | #define ROUTE_PATH "/sbin/route"
  1105. | #define HAVE_DLFCN_H 1
  1106. | #define LT_OBJDIR ".libs/"
  1107. | /* end confdefs.h. */
  1108. | #include <stdio.h>
  1109. | #ifdef HAVE_SYS_TYPES_H
  1110. | # include <sys/types.h>
  1111. | #endif
  1112. | #ifdef HAVE_SYS_STAT_H
  1113. | # include <sys/stat.h>
  1114. | #endif
  1115. | #ifdef STDC_HEADERS
  1116. | # include <stdlib.h>
  1117. | # include <stddef.h>
  1118. | #else
  1119. | # ifdef HAVE_STDLIB_H
  1120. | # include <stdlib.h>
  1121. | # endif
  1122. | #endif
  1123. | #ifdef HAVE_STRING_H
  1124. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1125. | # include <memory.h>
  1126. | # endif
  1127. | # include <string.h>
  1128. | #endif
  1129. | #ifdef HAVE_STRINGS_H
  1130. | # include <strings.h>
  1131. | #endif
  1132. | #ifdef HAVE_INTTYPES_H
  1133. | # include <inttypes.h>
  1134. | #endif
  1135. | #ifdef HAVE_STDINT_H
  1136. | # include <stdint.h>
  1137. | #endif
  1138. | #ifdef HAVE_UNISTD_H
  1139. | # include <unistd.h>
  1140. | #endif
  1141. | enum { N = 64 / 2 - 1 };
  1142. | int
  1143. | main ()
  1144. | {
  1145. | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
  1146. | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
  1147. | test_array [0] = 0;
  1148. | return test_array [0];
  1149. |
  1150. | ;
  1151. | return 0;
  1152. | }
  1153. configure:13940: result: yes
  1154. configure:13951: checking for uint8_t
  1155. configure:13951: gcc -c -g -O2 conftest.c >&5
  1156. configure:13951: $? = 0
  1157. configure:13951: result: yes
  1158. configure:13965: checking for uint16_t
  1159. configure:13965: gcc -c -g -O2 conftest.c >&5
  1160. configure:13965: $? = 0
  1161. configure:13965: result: yes
  1162. configure:13977: checking for uint32_t
  1163. configure:13977: gcc -c -g -O2 conftest.c >&5
  1164. configure:13977: $? = 0
  1165. configure:13977: result: yes
  1166. configure:13991: checking for uint64_t
  1167. configure:13991: gcc -c -g -O2 conftest.c >&5
  1168. configure:13991: $? = 0
  1169. configure:13991: result: yes
  1170. configure:14005: checking return type of signal handlers
  1171. configure:14023: gcc -c -g -O2 conftest.c >&5
  1172. conftest.c: In function 'main':
  1173. conftest.c:41:1: error: void value not ignored as it ought to be
  1174. return *(signal (0, 0)) (0) == 1;
  1175. ^
  1176. configure:14023: $? = 1
  1177. configure: failed program was:
  1178. | /* confdefs.h */
  1179. | #define PACKAGE_NAME "OpenVPN"
  1180. | #define PACKAGE_TARNAME "openvpn"
  1181. | #define PACKAGE_VERSION "2.3.4"
  1182. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  1183. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  1184. | #define PACKAGE_URL ""
  1185. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  1186. | #define PACKAGE "openvpn"
  1187. | #define VERSION "2.3.4"
  1188. | #define STDC_HEADERS 1
  1189. | #define HAVE_SYS_TYPES_H 1
  1190. | #define HAVE_SYS_STAT_H 1
  1191. | #define HAVE_STDLIB_H 1
  1192. | #define HAVE_STRING_H 1
  1193. | #define HAVE_MEMORY_H 1
  1194. | #define HAVE_STRINGS_H 1
  1195. | #define HAVE_INTTYPES_H 1
  1196. | #define HAVE_STDINT_H 1
  1197. | #define HAVE_UNISTD_H 1
  1198. | #define __EXTENSIONS__ 1
  1199. | #define _ALL_SOURCE 1
  1200. | #define _GNU_SOURCE 1
  1201. | #define _POSIX_PTHREAD_SEMANTICS 1
  1202. | #define _TANDEM_SOURCE 1
  1203. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  1204. | #define TARGET_LINUX 1
  1205. | #define TARGET_PREFIX "L"
  1206. | #define IFCONFIG_PATH "/sbin/ifconfig"
  1207. | #define IPROUTE_PATH "/sbin/ip"
  1208. | #define ROUTE_PATH "/sbin/route"
  1209. | #define HAVE_DLFCN_H 1
  1210. | #define LT_OBJDIR ".libs/"
  1211. | /* end confdefs.h. */
  1212. | #include <sys/types.h>
  1213. | #include <signal.h>
  1214. |
  1215. | int
  1216. | main ()
  1217. | {
  1218. | return *(signal (0, 0)) (0) == 1;
  1219. | ;
  1220. | return 0;
  1221. | }
  1222. configure:14030: result: void
  1223. configure:14038: checking for ISO C 1999 vararg macro support
  1224. configure:14060: gcc -c -g -O2 conftest.c >&5
  1225. configure:14060: $? = 0
  1226. configure:14069: result: yes
  1227. configure:14077: checking for GNU GCC vararg macro support
  1228. configure:14099: gcc -c -g -O2 conftest.c >&5
  1229. configure:14099: $? = 0
  1230. configure:14108: result: yes
  1231. configure:14117: checking for socklen_t
  1232. configure:14117: gcc -c -g -O2 conftest.c >&5
  1233. configure:14117: $? = 0
  1234. configure:14117: gcc -c -g -O2 conftest.c >&5
  1235. conftest.c: In function 'main':
  1236. conftest.c:51:24: error: expected expression before ')' token
  1237. if (sizeof ((socklen_t)))
  1238. ^
  1239. configure:14117: $? = 1
  1240. configure: failed program was:
  1241. | /* confdefs.h */
  1242. | #define PACKAGE_NAME "OpenVPN"
  1243. | #define PACKAGE_TARNAME "openvpn"
  1244. | #define PACKAGE_VERSION "2.3.4"
  1245. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  1246. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  1247. | #define PACKAGE_URL ""
  1248. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  1249. | #define PACKAGE "openvpn"
  1250. | #define VERSION "2.3.4"
  1251. | #define STDC_HEADERS 1
  1252. | #define HAVE_SYS_TYPES_H 1
  1253. | #define HAVE_SYS_STAT_H 1
  1254. | #define HAVE_STDLIB_H 1
  1255. | #define HAVE_STRING_H 1
  1256. | #define HAVE_MEMORY_H 1
  1257. | #define HAVE_STRINGS_H 1
  1258. | #define HAVE_INTTYPES_H 1
  1259. | #define HAVE_STDINT_H 1
  1260. | #define HAVE_UNISTD_H 1
  1261. | #define __EXTENSIONS__ 1
  1262. | #define _ALL_SOURCE 1
  1263. | #define _GNU_SOURCE 1
  1264. | #define _POSIX_PTHREAD_SEMANTICS 1
  1265. | #define _TANDEM_SOURCE 1
  1266. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  1267. | #define TARGET_LINUX 1
  1268. | #define TARGET_PREFIX "L"
  1269. | #define IFCONFIG_PATH "/sbin/ifconfig"
  1270. | #define IPROUTE_PATH "/sbin/ip"
  1271. | #define ROUTE_PATH "/sbin/route"
  1272. | #define HAVE_DLFCN_H 1
  1273. | #define LT_OBJDIR ".libs/"
  1274. | #define RETSIGTYPE void
  1275. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  1276. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  1277. | /* end confdefs.h. */
  1278. |
  1279. | #include <sys/types.h>
  1280. | #ifdef WIN32
  1281. | #include <ws2tcpip.h>
  1282. | #else
  1283. | #include <sys/socket.h>
  1284. | #endif
  1285. |
  1286. |
  1287. |
  1288. | int
  1289. | main ()
  1290. | {
  1291. | if (sizeof ((socklen_t)))
  1292. | return 0;
  1293. | ;
  1294. | return 0;
  1295. | }
  1296. configure:14117: result: yes
  1297. configure:14194: checking for C compiler empty array size
  1298. configure:14213: gcc -c -g -O2 conftest.c >&5
  1299. configure:14213: $? = 0
  1300. configure:14242: result: 0
  1301. configure:14252: checking size of unsigned int
  1302. configure:14257: gcc -o conftest -g -O2 conftest.c >&5
  1303. configure:14257: $? = 0
  1304. configure:14257: ./conftest
  1305. configure:14257: $? = 0
  1306. configure:14271: result: 4
  1307. configure:14285: checking size of unsigned long
  1308. configure:14290: gcc -o conftest -g -O2 conftest.c >&5
  1309. configure:14290: $? = 0
  1310. configure:14290: ./conftest
  1311. configure:14290: $? = 0
  1312. configure:14304: result: 8
  1313. configure:14325: checking stdio.h usability
  1314. configure:14325: gcc -c -g -O2 conftest.c >&5
  1315. configure:14325: $? = 0
  1316. configure:14325: result: yes
  1317. configure:14325: checking stdio.h presence
  1318. configure:14325: gcc -E conftest.c
  1319. configure:14325: $? = 0
  1320. configure:14325: result: yes
  1321. configure:14325: checking for stdio.h
  1322. configure:14325: result: yes
  1323. configure:14325: checking stdarg.h usability
  1324. configure:14325: gcc -c -g -O2 conftest.c >&5
  1325. configure:14325: $? = 0
  1326. configure:14325: result: yes
  1327. configure:14325: checking stdarg.h presence
  1328. configure:14325: gcc -E conftest.c
  1329. configure:14325: $? = 0
  1330. configure:14325: result: yes
  1331. configure:14325: checking for stdarg.h
  1332. configure:14325: result: yes
  1333. configure:14325: checking stdbool.h usability
  1334. configure:14325: gcc -c -g -O2 conftest.c >&5
  1335. configure:14325: $? = 0
  1336. configure:14325: result: yes
  1337. configure:14325: checking stdbool.h presence
  1338. configure:14325: gcc -E conftest.c
  1339. configure:14325: $? = 0
  1340. configure:14325: result: yes
  1341. configure:14325: checking for stdbool.h
  1342. configure:14325: result: yes
  1343. configure:14325: checking limits.h usability
  1344. configure:14325: gcc -c -g -O2 conftest.c >&5
  1345. configure:14325: $? = 0
  1346. configure:14325: result: yes
  1347. configure:14325: checking limits.h presence
  1348. configure:14325: gcc -E conftest.c
  1349. configure:14325: $? = 0
  1350. configure:14325: result: yes
  1351. configure:14325: checking for limits.h
  1352. configure:14325: result: yes
  1353. configure:14325: checking time.h usability
  1354. configure:14325: gcc -c -g -O2 conftest.c >&5
  1355. configure:14325: $? = 0
  1356. configure:14325: result: yes
  1357. configure:14325: checking time.h presence
  1358. configure:14325: gcc -E conftest.c
  1359. configure:14325: $? = 0
  1360. configure:14325: result: yes
  1361. configure:14325: checking for time.h
  1362. configure:14325: result: yes
  1363. configure:14325: checking errno.h usability
  1364. configure:14325: gcc -c -g -O2 conftest.c >&5
  1365. configure:14325: $? = 0
  1366. configure:14325: result: yes
  1367. configure:14325: checking errno.h presence
  1368. configure:14325: gcc -E conftest.c
  1369. configure:14325: $? = 0
  1370. configure:14325: result: yes
  1371. configure:14325: checking for errno.h
  1372. configure:14325: result: yes
  1373. configure:14325: checking fcntl.h usability
  1374. configure:14325: gcc -c -g -O2 conftest.c >&5
  1375. configure:14325: $? = 0
  1376. configure:14325: result: yes
  1377. configure:14325: checking fcntl.h presence
  1378. configure:14325: gcc -E conftest.c
  1379. configure:14325: $? = 0
  1380. configure:14325: result: yes
  1381. configure:14325: checking for fcntl.h
  1382. configure:14325: result: yes
  1383. configure:14325: checking io.h usability
  1384. configure:14325: gcc -c -g -O2 conftest.c >&5
  1385. conftest.c:81:16: fatal error: io.h: No such file or directory
  1386. #include <io.h>
  1387. ^
  1388. compilation terminated.
  1389. configure:14325: $? = 1
  1390. configure: failed program was:
  1391. | /* confdefs.h */
  1392. | #define PACKAGE_NAME "OpenVPN"
  1393. | #define PACKAGE_TARNAME "openvpn"
  1394. | #define PACKAGE_VERSION "2.3.4"
  1395. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  1396. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  1397. | #define PACKAGE_URL ""
  1398. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  1399. | #define PACKAGE "openvpn"
  1400. | #define VERSION "2.3.4"
  1401. | #define STDC_HEADERS 1
  1402. | #define HAVE_SYS_TYPES_H 1
  1403. | #define HAVE_SYS_STAT_H 1
  1404. | #define HAVE_STDLIB_H 1
  1405. | #define HAVE_STRING_H 1
  1406. | #define HAVE_MEMORY_H 1
  1407. | #define HAVE_STRINGS_H 1
  1408. | #define HAVE_INTTYPES_H 1
  1409. | #define HAVE_STDINT_H 1
  1410. | #define HAVE_UNISTD_H 1
  1411. | #define __EXTENSIONS__ 1
  1412. | #define _ALL_SOURCE 1
  1413. | #define _GNU_SOURCE 1
  1414. | #define _POSIX_PTHREAD_SEMANTICS 1
  1415. | #define _TANDEM_SOURCE 1
  1416. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  1417. | #define TARGET_LINUX 1
  1418. | #define TARGET_PREFIX "L"
  1419. | #define IFCONFIG_PATH "/sbin/ifconfig"
  1420. | #define IPROUTE_PATH "/sbin/ip"
  1421. | #define ROUTE_PATH "/sbin/route"
  1422. | #define HAVE_DLFCN_H 1
  1423. | #define LT_OBJDIR ".libs/"
  1424. | #define RETSIGTYPE void
  1425. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  1426. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  1427. | #define EMPTY_ARRAY_SIZE 0
  1428. | #define SIZEOF_UNSIGNED_INT 4
  1429. | #define SIZEOF_UNSIGNED_LONG 8
  1430. | #define HAVE_STDIO_H 1
  1431. | #define HAVE_STDARG_H 1
  1432. | #define HAVE_STDBOOL_H 1
  1433. | #define HAVE_LIMITS_H 1
  1434. | #define HAVE_TIME_H 1
  1435. | #define HAVE_ERRNO_H 1
  1436. | #define HAVE_FCNTL_H 1
  1437. | /* end confdefs.h. */
  1438. | #include <stdio.h>
  1439. | #ifdef HAVE_SYS_TYPES_H
  1440. | # include <sys/types.h>
  1441. | #endif
  1442. | #ifdef HAVE_SYS_STAT_H
  1443. | # include <sys/stat.h>
  1444. | #endif
  1445. | #ifdef STDC_HEADERS
  1446. | # include <stdlib.h>
  1447. | # include <stddef.h>
  1448. | #else
  1449. | # ifdef HAVE_STDLIB_H
  1450. | # include <stdlib.h>
  1451. | # endif
  1452. | #endif
  1453. | #ifdef HAVE_STRING_H
  1454. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1455. | # include <memory.h>
  1456. | # endif
  1457. | # include <string.h>
  1458. | #endif
  1459. | #ifdef HAVE_STRINGS_H
  1460. | # include <strings.h>
  1461. | #endif
  1462. | #ifdef HAVE_INTTYPES_H
  1463. | # include <inttypes.h>
  1464. | #endif
  1465. | #ifdef HAVE_STDINT_H
  1466. | # include <stdint.h>
  1467. | #endif
  1468. | #ifdef HAVE_UNISTD_H
  1469. | # include <unistd.h>
  1470. | #endif
  1471. | #include <io.h>
  1472. configure:14325: result: no
  1473. configure:14325: checking io.h presence
  1474. configure:14325: gcc -E conftest.c
  1475. conftest.c:48:16: fatal error: io.h: No such file or directory
  1476. #include <io.h>
  1477. ^
  1478. compilation terminated.
  1479. configure:14325: $? = 1
  1480. configure: failed program was:
  1481. | /* confdefs.h */
  1482. | #define PACKAGE_NAME "OpenVPN"
  1483. | #define PACKAGE_TARNAME "openvpn"
  1484. | #define PACKAGE_VERSION "2.3.4"
  1485. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  1486. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  1487. | #define PACKAGE_URL ""
  1488. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  1489. | #define PACKAGE "openvpn"
  1490. | #define VERSION "2.3.4"
  1491. | #define STDC_HEADERS 1
  1492. | #define HAVE_SYS_TYPES_H 1
  1493. | #define HAVE_SYS_STAT_H 1
  1494. | #define HAVE_STDLIB_H 1
  1495. | #define HAVE_STRING_H 1
  1496. | #define HAVE_MEMORY_H 1
  1497. | #define HAVE_STRINGS_H 1
  1498. | #define HAVE_INTTYPES_H 1
  1499. | #define HAVE_STDINT_H 1
  1500. | #define HAVE_UNISTD_H 1
  1501. | #define __EXTENSIONS__ 1
  1502. | #define _ALL_SOURCE 1
  1503. | #define _GNU_SOURCE 1
  1504. | #define _POSIX_PTHREAD_SEMANTICS 1
  1505. | #define _TANDEM_SOURCE 1
  1506. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  1507. | #define TARGET_LINUX 1
  1508. | #define TARGET_PREFIX "L"
  1509. | #define IFCONFIG_PATH "/sbin/ifconfig"
  1510. | #define IPROUTE_PATH "/sbin/ip"
  1511. | #define ROUTE_PATH "/sbin/route"
  1512. | #define HAVE_DLFCN_H 1
  1513. | #define LT_OBJDIR ".libs/"
  1514. | #define RETSIGTYPE void
  1515. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  1516. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  1517. | #define EMPTY_ARRAY_SIZE 0
  1518. | #define SIZEOF_UNSIGNED_INT 4
  1519. | #define SIZEOF_UNSIGNED_LONG 8
  1520. | #define HAVE_STDIO_H 1
  1521. | #define HAVE_STDARG_H 1
  1522. | #define HAVE_STDBOOL_H 1
  1523. | #define HAVE_LIMITS_H 1
  1524. | #define HAVE_TIME_H 1
  1525. | #define HAVE_ERRNO_H 1
  1526. | #define HAVE_FCNTL_H 1
  1527. | /* end confdefs.h. */
  1528. | #include <io.h>
  1529. configure:14325: result: no
  1530. configure:14325: checking for io.h
  1531. configure:14325: result: no
  1532. configure:14325: checking direct.h usability
  1533. configure:14325: gcc -c -g -O2 conftest.c >&5
  1534. conftest.c:81:20: fatal error: direct.h: No such file or directory
  1535. #include <direct.h>
  1536. ^
  1537. compilation terminated.
  1538. configure:14325: $? = 1
  1539. configure: failed program was:
  1540. | /* confdefs.h */
  1541. | #define PACKAGE_NAME "OpenVPN"
  1542. | #define PACKAGE_TARNAME "openvpn"
  1543. | #define PACKAGE_VERSION "2.3.4"
  1544. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  1545. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  1546. | #define PACKAGE_URL ""
  1547. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  1548. | #define PACKAGE "openvpn"
  1549. | #define VERSION "2.3.4"
  1550. | #define STDC_HEADERS 1
  1551. | #define HAVE_SYS_TYPES_H 1
  1552. | #define HAVE_SYS_STAT_H 1
  1553. | #define HAVE_STDLIB_H 1
  1554. | #define HAVE_STRING_H 1
  1555. | #define HAVE_MEMORY_H 1
  1556. | #define HAVE_STRINGS_H 1
  1557. | #define HAVE_INTTYPES_H 1
  1558. | #define HAVE_STDINT_H 1
  1559. | #define HAVE_UNISTD_H 1
  1560. | #define __EXTENSIONS__ 1
  1561. | #define _ALL_SOURCE 1
  1562. | #define _GNU_SOURCE 1
  1563. | #define _POSIX_PTHREAD_SEMANTICS 1
  1564. | #define _TANDEM_SOURCE 1
  1565. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  1566. | #define TARGET_LINUX 1
  1567. | #define TARGET_PREFIX "L"
  1568. | #define IFCONFIG_PATH "/sbin/ifconfig"
  1569. | #define IPROUTE_PATH "/sbin/ip"
  1570. | #define ROUTE_PATH "/sbin/route"
  1571. | #define HAVE_DLFCN_H 1
  1572. | #define LT_OBJDIR ".libs/"
  1573. | #define RETSIGTYPE void
  1574. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  1575. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  1576. | #define EMPTY_ARRAY_SIZE 0
  1577. | #define SIZEOF_UNSIGNED_INT 4
  1578. | #define SIZEOF_UNSIGNED_LONG 8
  1579. | #define HAVE_STDIO_H 1
  1580. | #define HAVE_STDARG_H 1
  1581. | #define HAVE_STDBOOL_H 1
  1582. | #define HAVE_LIMITS_H 1
  1583. | #define HAVE_TIME_H 1
  1584. | #define HAVE_ERRNO_H 1
  1585. | #define HAVE_FCNTL_H 1
  1586. | /* end confdefs.h. */
  1587. | #include <stdio.h>
  1588. | #ifdef HAVE_SYS_TYPES_H
  1589. | # include <sys/types.h>
  1590. | #endif
  1591. | #ifdef HAVE_SYS_STAT_H
  1592. | # include <sys/stat.h>
  1593. | #endif
  1594. | #ifdef STDC_HEADERS
  1595. | # include <stdlib.h>
  1596. | # include <stddef.h>
  1597. | #else
  1598. | # ifdef HAVE_STDLIB_H
  1599. | # include <stdlib.h>
  1600. | # endif
  1601. | #endif
  1602. | #ifdef HAVE_STRING_H
  1603. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1604. | # include <memory.h>
  1605. | # endif
  1606. | # include <string.h>
  1607. | #endif
  1608. | #ifdef HAVE_STRINGS_H
  1609. | # include <strings.h>
  1610. | #endif
  1611. | #ifdef HAVE_INTTYPES_H
  1612. | # include <inttypes.h>
  1613. | #endif
  1614. | #ifdef HAVE_STDINT_H
  1615. | # include <stdint.h>
  1616. | #endif
  1617. | #ifdef HAVE_UNISTD_H
  1618. | # include <unistd.h>
  1619. | #endif
  1620. | #include <direct.h>
  1621. configure:14325: result: no
  1622. configure:14325: checking direct.h presence
  1623. configure:14325: gcc -E conftest.c
  1624. conftest.c:48:20: fatal error: direct.h: No such file or directory
  1625. #include <direct.h>
  1626. ^
  1627. compilation terminated.
  1628. configure:14325: $? = 1
  1629. configure: failed program was:
  1630. | /* confdefs.h */
  1631. | #define PACKAGE_NAME "OpenVPN"
  1632. | #define PACKAGE_TARNAME "openvpn"
  1633. | #define PACKAGE_VERSION "2.3.4"
  1634. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  1635. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  1636. | #define PACKAGE_URL ""
  1637. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  1638. | #define PACKAGE "openvpn"
  1639. | #define VERSION "2.3.4"
  1640. | #define STDC_HEADERS 1
  1641. | #define HAVE_SYS_TYPES_H 1
  1642. | #define HAVE_SYS_STAT_H 1
  1643. | #define HAVE_STDLIB_H 1
  1644. | #define HAVE_STRING_H 1
  1645. | #define HAVE_MEMORY_H 1
  1646. | #define HAVE_STRINGS_H 1
  1647. | #define HAVE_INTTYPES_H 1
  1648. | #define HAVE_STDINT_H 1
  1649. | #define HAVE_UNISTD_H 1
  1650. | #define __EXTENSIONS__ 1
  1651. | #define _ALL_SOURCE 1
  1652. | #define _GNU_SOURCE 1
  1653. | #define _POSIX_PTHREAD_SEMANTICS 1
  1654. | #define _TANDEM_SOURCE 1
  1655. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  1656. | #define TARGET_LINUX 1
  1657. | #define TARGET_PREFIX "L"
  1658. | #define IFCONFIG_PATH "/sbin/ifconfig"
  1659. | #define IPROUTE_PATH "/sbin/ip"
  1660. | #define ROUTE_PATH "/sbin/route"
  1661. | #define HAVE_DLFCN_H 1
  1662. | #define LT_OBJDIR ".libs/"
  1663. | #define RETSIGTYPE void
  1664. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  1665. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  1666. | #define EMPTY_ARRAY_SIZE 0
  1667. | #define SIZEOF_UNSIGNED_INT 4
  1668. | #define SIZEOF_UNSIGNED_LONG 8
  1669. | #define HAVE_STDIO_H 1
  1670. | #define HAVE_STDARG_H 1
  1671. | #define HAVE_STDBOOL_H 1
  1672. | #define HAVE_LIMITS_H 1
  1673. | #define HAVE_TIME_H 1
  1674. | #define HAVE_ERRNO_H 1
  1675. | #define HAVE_FCNTL_H 1
  1676. | /* end confdefs.h. */
  1677. | #include <direct.h>
  1678. configure:14325: result: no
  1679. configure:14325: checking for direct.h
  1680. configure:14325: result: no
  1681. configure:14325: checking ctype.h usability
  1682. configure:14325: gcc -c -g -O2 conftest.c >&5
  1683. configure:14325: $? = 0
  1684. configure:14325: result: yes
  1685. configure:14325: checking ctype.h presence
  1686. configure:14325: gcc -E conftest.c
  1687. configure:14325: $? = 0
  1688. configure:14325: result: yes
  1689. configure:14325: checking for ctype.h
  1690. configure:14325: result: yes
  1691. configure:14325: checking for sys/types.h
  1692. configure:14325: result: yes
  1693. configure:14325: checking sys/socket.h usability
  1694. configure:14325: gcc -c -g -O2 conftest.c >&5
  1695. configure:14325: $? = 0
  1696. configure:14325: result: yes
  1697. configure:14325: checking sys/socket.h presence
  1698. configure:14325: gcc -E conftest.c
  1699. configure:14325: $? = 0
  1700. configure:14325: result: yes
  1701. configure:14325: checking for sys/socket.h
  1702. configure:14325: result: yes
  1703. configure:14325: checking signal.h usability
  1704. configure:14325: gcc -c -g -O2 conftest.c >&5
  1705. configure:14325: $? = 0
  1706. configure:14325: result: yes
  1707. configure:14325: checking signal.h presence
  1708. configure:14325: gcc -E conftest.c
  1709. configure:14325: $? = 0
  1710. configure:14325: result: yes
  1711. configure:14325: checking for signal.h
  1712. configure:14325: result: yes
  1713. configure:14325: checking for unistd.h
  1714. configure:14325: result: yes
  1715. configure:14325: checking for dlfcn.h
  1716. configure:14325: result: yes
  1717. configure:14325: checking netinet/in.h usability
  1718. configure:14325: gcc -c -g -O2 conftest.c >&5
  1719. configure:14325: $? = 0
  1720. configure:14325: result: yes
  1721. configure:14325: checking netinet/in.h presence
  1722. configure:14325: gcc -E conftest.c
  1723. configure:14325: $? = 0
  1724. configure:14325: result: yes
  1725. configure:14325: checking for netinet/in.h
  1726. configure:14325: result: yes
  1727. configure:14325: checking netinet/in_systm.h usability
  1728. configure:14325: gcc -c -g -O2 conftest.c >&5
  1729. configure:14325: $? = 0
  1730. configure:14325: result: yes
  1731. configure:14325: checking netinet/in_systm.h presence
  1732. configure:14325: gcc -E conftest.c
  1733. configure:14325: $? = 0
  1734. configure:14325: result: yes
  1735. configure:14325: checking for netinet/in_systm.h
  1736. configure:14325: result: yes
  1737. configure:14325: checking netinet/tcp.h usability
  1738. configure:14325: gcc -c -g -O2 conftest.c >&5
  1739. configure:14325: $? = 0
  1740. configure:14325: result: yes
  1741. configure:14325: checking netinet/tcp.h presence
  1742. configure:14325: gcc -E conftest.c
  1743. configure:14325: $? = 0
  1744. configure:14325: result: yes
  1745. configure:14325: checking for netinet/tcp.h
  1746. configure:14325: result: yes
  1747. configure:14325: checking arpa/inet.h usability
  1748. configure:14325: gcc -c -g -O2 conftest.c >&5
  1749. configure:14325: $? = 0
  1750. configure:14325: result: yes
  1751. configure:14325: checking arpa/inet.h presence
  1752. configure:14325: gcc -E conftest.c
  1753. configure:14325: $? = 0
  1754. configure:14325: result: yes
  1755. configure:14325: checking for arpa/inet.h
  1756. configure:14325: result: yes
  1757. configure:14325: checking netdb.h usability
  1758. configure:14325: gcc -c -g -O2 conftest.c >&5
  1759. configure:14325: $? = 0
  1760. configure:14325: result: yes
  1761. configure:14325: checking netdb.h presence
  1762. configure:14325: gcc -E conftest.c
  1763. configure:14325: $? = 0
  1764. configure:14325: result: yes
  1765. configure:14325: checking for netdb.h
  1766. configure:14325: result: yes
  1767. configure:14325: checking windows.h usability
  1768. configure:14325: gcc -c -g -O2 conftest.c >&5
  1769. conftest.c:92:21: fatal error: windows.h: No such file or directory
  1770. #include <windows.h>
  1771. ^
  1772. compilation terminated.
  1773. configure:14325: $? = 1
  1774. configure: failed program was:
  1775. | /* confdefs.h */
  1776. | #define PACKAGE_NAME "OpenVPN"
  1777. | #define PACKAGE_TARNAME "openvpn"
  1778. | #define PACKAGE_VERSION "2.3.4"
  1779. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  1780. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  1781. | #define PACKAGE_URL ""
  1782. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  1783. | #define PACKAGE "openvpn"
  1784. | #define VERSION "2.3.4"
  1785. | #define STDC_HEADERS 1
  1786. | #define HAVE_SYS_TYPES_H 1
  1787. | #define HAVE_SYS_STAT_H 1
  1788. | #define HAVE_STDLIB_H 1
  1789. | #define HAVE_STRING_H 1
  1790. | #define HAVE_MEMORY_H 1
  1791. | #define HAVE_STRINGS_H 1
  1792. | #define HAVE_INTTYPES_H 1
  1793. | #define HAVE_STDINT_H 1
  1794. | #define HAVE_UNISTD_H 1
  1795. | #define __EXTENSIONS__ 1
  1796. | #define _ALL_SOURCE 1
  1797. | #define _GNU_SOURCE 1
  1798. | #define _POSIX_PTHREAD_SEMANTICS 1
  1799. | #define _TANDEM_SOURCE 1
  1800. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  1801. | #define TARGET_LINUX 1
  1802. | #define TARGET_PREFIX "L"
  1803. | #define IFCONFIG_PATH "/sbin/ifconfig"
  1804. | #define IPROUTE_PATH "/sbin/ip"
  1805. | #define ROUTE_PATH "/sbin/route"
  1806. | #define HAVE_DLFCN_H 1
  1807. | #define LT_OBJDIR ".libs/"
  1808. | #define RETSIGTYPE void
  1809. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  1810. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  1811. | #define EMPTY_ARRAY_SIZE 0
  1812. | #define SIZEOF_UNSIGNED_INT 4
  1813. | #define SIZEOF_UNSIGNED_LONG 8
  1814. | #define HAVE_STDIO_H 1
  1815. | #define HAVE_STDARG_H 1
  1816. | #define HAVE_STDBOOL_H 1
  1817. | #define HAVE_LIMITS_H 1
  1818. | #define HAVE_TIME_H 1
  1819. | #define HAVE_ERRNO_H 1
  1820. | #define HAVE_FCNTL_H 1
  1821. | #define HAVE_CTYPE_H 1
  1822. | #define HAVE_SYS_TYPES_H 1
  1823. | #define HAVE_SYS_SOCKET_H 1
  1824. | #define HAVE_SIGNAL_H 1
  1825. | #define HAVE_UNISTD_H 1
  1826. | #define HAVE_DLFCN_H 1
  1827. | #define HAVE_NETINET_IN_H 1
  1828. | #define HAVE_NETINET_IN_SYSTM_H 1
  1829. | #define HAVE_NETINET_TCP_H 1
  1830. | #define HAVE_ARPA_INET_H 1
  1831. | #define HAVE_NETDB_H 1
  1832. | /* end confdefs.h. */
  1833. | #include <stdio.h>
  1834. | #ifdef HAVE_SYS_TYPES_H
  1835. | # include <sys/types.h>
  1836. | #endif
  1837. | #ifdef HAVE_SYS_STAT_H
  1838. | # include <sys/stat.h>
  1839. | #endif
  1840. | #ifdef STDC_HEADERS
  1841. | # include <stdlib.h>
  1842. | # include <stddef.h>
  1843. | #else
  1844. | # ifdef HAVE_STDLIB_H
  1845. | # include <stdlib.h>
  1846. | # endif
  1847. | #endif
  1848. | #ifdef HAVE_STRING_H
  1849. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1850. | # include <memory.h>
  1851. | # endif
  1852. | # include <string.h>
  1853. | #endif
  1854. | #ifdef HAVE_STRINGS_H
  1855. | # include <strings.h>
  1856. | #endif
  1857. | #ifdef HAVE_INTTYPES_H
  1858. | # include <inttypes.h>
  1859. | #endif
  1860. | #ifdef HAVE_STDINT_H
  1861. | # include <stdint.h>
  1862. | #endif
  1863. | #ifdef HAVE_UNISTD_H
  1864. | # include <unistd.h>
  1865. | #endif
  1866. | #include <windows.h>
  1867. configure:14325: result: no
  1868. configure:14325: checking windows.h presence
  1869. configure:14325: gcc -E conftest.c
  1870. conftest.c:59:21: fatal error: windows.h: No such file or directory
  1871. #include <windows.h>
  1872. ^
  1873. compilation terminated.
  1874. configure:14325: $? = 1
  1875. configure: failed program was:
  1876. | /* confdefs.h */
  1877. | #define PACKAGE_NAME "OpenVPN"
  1878. | #define PACKAGE_TARNAME "openvpn"
  1879. | #define PACKAGE_VERSION "2.3.4"
  1880. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  1881. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  1882. | #define PACKAGE_URL ""
  1883. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  1884. | #define PACKAGE "openvpn"
  1885. | #define VERSION "2.3.4"
  1886. | #define STDC_HEADERS 1
  1887. | #define HAVE_SYS_TYPES_H 1
  1888. | #define HAVE_SYS_STAT_H 1
  1889. | #define HAVE_STDLIB_H 1
  1890. | #define HAVE_STRING_H 1
  1891. | #define HAVE_MEMORY_H 1
  1892. | #define HAVE_STRINGS_H 1
  1893. | #define HAVE_INTTYPES_H 1
  1894. | #define HAVE_STDINT_H 1
  1895. | #define HAVE_UNISTD_H 1
  1896. | #define __EXTENSIONS__ 1
  1897. | #define _ALL_SOURCE 1
  1898. | #define _GNU_SOURCE 1
  1899. | #define _POSIX_PTHREAD_SEMANTICS 1
  1900. | #define _TANDEM_SOURCE 1
  1901. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  1902. | #define TARGET_LINUX 1
  1903. | #define TARGET_PREFIX "L"
  1904. | #define IFCONFIG_PATH "/sbin/ifconfig"
  1905. | #define IPROUTE_PATH "/sbin/ip"
  1906. | #define ROUTE_PATH "/sbin/route"
  1907. | #define HAVE_DLFCN_H 1
  1908. | #define LT_OBJDIR ".libs/"
  1909. | #define RETSIGTYPE void
  1910. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  1911. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  1912. | #define EMPTY_ARRAY_SIZE 0
  1913. | #define SIZEOF_UNSIGNED_INT 4
  1914. | #define SIZEOF_UNSIGNED_LONG 8
  1915. | #define HAVE_STDIO_H 1
  1916. | #define HAVE_STDARG_H 1
  1917. | #define HAVE_STDBOOL_H 1
  1918. | #define HAVE_LIMITS_H 1
  1919. | #define HAVE_TIME_H 1
  1920. | #define HAVE_ERRNO_H 1
  1921. | #define HAVE_FCNTL_H 1
  1922. | #define HAVE_CTYPE_H 1
  1923. | #define HAVE_SYS_TYPES_H 1
  1924. | #define HAVE_SYS_SOCKET_H 1
  1925. | #define HAVE_SIGNAL_H 1
  1926. | #define HAVE_UNISTD_H 1
  1927. | #define HAVE_DLFCN_H 1
  1928. | #define HAVE_NETINET_IN_H 1
  1929. | #define HAVE_NETINET_IN_SYSTM_H 1
  1930. | #define HAVE_NETINET_TCP_H 1
  1931. | #define HAVE_ARPA_INET_H 1
  1932. | #define HAVE_NETDB_H 1
  1933. | /* end confdefs.h. */
  1934. | #include <windows.h>
  1935. configure:14325: result: no
  1936. configure:14325: checking for windows.h
  1937. configure:14325: result: no
  1938. configure:14325: checking winsock2.h usability
  1939. configure:14325: gcc -c -g -O2 conftest.c >&5
  1940. conftest.c:92:22: fatal error: winsock2.h: No such file or directory
  1941. #include <winsock2.h>
  1942. ^
  1943. compilation terminated.
  1944. configure:14325: $? = 1
  1945. configure: failed program was:
  1946. | /* confdefs.h */
  1947. | #define PACKAGE_NAME "OpenVPN"
  1948. | #define PACKAGE_TARNAME "openvpn"
  1949. | #define PACKAGE_VERSION "2.3.4"
  1950. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  1951. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  1952. | #define PACKAGE_URL ""
  1953. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  1954. | #define PACKAGE "openvpn"
  1955. | #define VERSION "2.3.4"
  1956. | #define STDC_HEADERS 1
  1957. | #define HAVE_SYS_TYPES_H 1
  1958. | #define HAVE_SYS_STAT_H 1
  1959. | #define HAVE_STDLIB_H 1
  1960. | #define HAVE_STRING_H 1
  1961. | #define HAVE_MEMORY_H 1
  1962. | #define HAVE_STRINGS_H 1
  1963. | #define HAVE_INTTYPES_H 1
  1964. | #define HAVE_STDINT_H 1
  1965. | #define HAVE_UNISTD_H 1
  1966. | #define __EXTENSIONS__ 1
  1967. | #define _ALL_SOURCE 1
  1968. | #define _GNU_SOURCE 1
  1969. | #define _POSIX_PTHREAD_SEMANTICS 1
  1970. | #define _TANDEM_SOURCE 1
  1971. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  1972. | #define TARGET_LINUX 1
  1973. | #define TARGET_PREFIX "L"
  1974. | #define IFCONFIG_PATH "/sbin/ifconfig"
  1975. | #define IPROUTE_PATH "/sbin/ip"
  1976. | #define ROUTE_PATH "/sbin/route"
  1977. | #define HAVE_DLFCN_H 1
  1978. | #define LT_OBJDIR ".libs/"
  1979. | #define RETSIGTYPE void
  1980. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  1981. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  1982. | #define EMPTY_ARRAY_SIZE 0
  1983. | #define SIZEOF_UNSIGNED_INT 4
  1984. | #define SIZEOF_UNSIGNED_LONG 8
  1985. | #define HAVE_STDIO_H 1
  1986. | #define HAVE_STDARG_H 1
  1987. | #define HAVE_STDBOOL_H 1
  1988. | #define HAVE_LIMITS_H 1
  1989. | #define HAVE_TIME_H 1
  1990. | #define HAVE_ERRNO_H 1
  1991. | #define HAVE_FCNTL_H 1
  1992. | #define HAVE_CTYPE_H 1
  1993. | #define HAVE_SYS_TYPES_H 1
  1994. | #define HAVE_SYS_SOCKET_H 1
  1995. | #define HAVE_SIGNAL_H 1
  1996. | #define HAVE_UNISTD_H 1
  1997. | #define HAVE_DLFCN_H 1
  1998. | #define HAVE_NETINET_IN_H 1
  1999. | #define HAVE_NETINET_IN_SYSTM_H 1
  2000. | #define HAVE_NETINET_TCP_H 1
  2001. | #define HAVE_ARPA_INET_H 1
  2002. | #define HAVE_NETDB_H 1
  2003. | /* end confdefs.h. */
  2004. | #include <stdio.h>
  2005. | #ifdef HAVE_SYS_TYPES_H
  2006. | # include <sys/types.h>
  2007. | #endif
  2008. | #ifdef HAVE_SYS_STAT_H
  2009. | # include <sys/stat.h>
  2010. | #endif
  2011. | #ifdef STDC_HEADERS
  2012. | # include <stdlib.h>
  2013. | # include <stddef.h>
  2014. | #else
  2015. | # ifdef HAVE_STDLIB_H
  2016. | # include <stdlib.h>
  2017. | # endif
  2018. | #endif
  2019. | #ifdef HAVE_STRING_H
  2020. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2021. | # include <memory.h>
  2022. | # endif
  2023. | # include <string.h>
  2024. | #endif
  2025. | #ifdef HAVE_STRINGS_H
  2026. | # include <strings.h>
  2027. | #endif
  2028. | #ifdef HAVE_INTTYPES_H
  2029. | # include <inttypes.h>
  2030. | #endif
  2031. | #ifdef HAVE_STDINT_H
  2032. | # include <stdint.h>
  2033. | #endif
  2034. | #ifdef HAVE_UNISTD_H
  2035. | # include <unistd.h>
  2036. | #endif
  2037. | #include <winsock2.h>
  2038. configure:14325: result: no
  2039. configure:14325: checking winsock2.h presence
  2040. configure:14325: gcc -E conftest.c
  2041. conftest.c:59:22: fatal error: winsock2.h: No such file or directory
  2042. #include <winsock2.h>
  2043. ^
  2044. compilation terminated.
  2045. configure:14325: $? = 1
  2046. configure: failed program was:
  2047. | /* confdefs.h */
  2048. | #define PACKAGE_NAME "OpenVPN"
  2049. | #define PACKAGE_TARNAME "openvpn"
  2050. | #define PACKAGE_VERSION "2.3.4"
  2051. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  2052. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  2053. | #define PACKAGE_URL ""
  2054. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  2055. | #define PACKAGE "openvpn"
  2056. | #define VERSION "2.3.4"
  2057. | #define STDC_HEADERS 1
  2058. | #define HAVE_SYS_TYPES_H 1
  2059. | #define HAVE_SYS_STAT_H 1
  2060. | #define HAVE_STDLIB_H 1
  2061. | #define HAVE_STRING_H 1
  2062. | #define HAVE_MEMORY_H 1
  2063. | #define HAVE_STRINGS_H 1
  2064. | #define HAVE_INTTYPES_H 1
  2065. | #define HAVE_STDINT_H 1
  2066. | #define HAVE_UNISTD_H 1
  2067. | #define __EXTENSIONS__ 1
  2068. | #define _ALL_SOURCE 1
  2069. | #define _GNU_SOURCE 1
  2070. | #define _POSIX_PTHREAD_SEMANTICS 1
  2071. | #define _TANDEM_SOURCE 1
  2072. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  2073. | #define TARGET_LINUX 1
  2074. | #define TARGET_PREFIX "L"
  2075. | #define IFCONFIG_PATH "/sbin/ifconfig"
  2076. | #define IPROUTE_PATH "/sbin/ip"
  2077. | #define ROUTE_PATH "/sbin/route"
  2078. | #define HAVE_DLFCN_H 1
  2079. | #define LT_OBJDIR ".libs/"
  2080. | #define RETSIGTYPE void
  2081. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  2082. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  2083. | #define EMPTY_ARRAY_SIZE 0
  2084. | #define SIZEOF_UNSIGNED_INT 4
  2085. | #define SIZEOF_UNSIGNED_LONG 8
  2086. | #define HAVE_STDIO_H 1
  2087. | #define HAVE_STDARG_H 1
  2088. | #define HAVE_STDBOOL_H 1
  2089. | #define HAVE_LIMITS_H 1
  2090. | #define HAVE_TIME_H 1
  2091. | #define HAVE_ERRNO_H 1
  2092. | #define HAVE_FCNTL_H 1
  2093. | #define HAVE_CTYPE_H 1
  2094. | #define HAVE_SYS_TYPES_H 1
  2095. | #define HAVE_SYS_SOCKET_H 1
  2096. | #define HAVE_SIGNAL_H 1
  2097. | #define HAVE_UNISTD_H 1
  2098. | #define HAVE_DLFCN_H 1
  2099. | #define HAVE_NETINET_IN_H 1
  2100. | #define HAVE_NETINET_IN_SYSTM_H 1
  2101. | #define HAVE_NETINET_TCP_H 1
  2102. | #define HAVE_ARPA_INET_H 1
  2103. | #define HAVE_NETDB_H 1
  2104. | /* end confdefs.h. */
  2105. | #include <winsock2.h>
  2106. configure:14325: result: no
  2107. configure:14325: checking for winsock2.h
  2108. configure:14325: result: no
  2109. configure:14325: checking ws2tcpip.h usability
  2110. configure:14325: gcc -c -g -O2 conftest.c >&5
  2111. conftest.c:92:22: fatal error: ws2tcpip.h: No such file or directory
  2112. #include <ws2tcpip.h>
  2113. ^
  2114. compilation terminated.
  2115. configure:14325: $? = 1
  2116. configure: failed program was:
  2117. | /* confdefs.h */
  2118. | #define PACKAGE_NAME "OpenVPN"
  2119. | #define PACKAGE_TARNAME "openvpn"
  2120. | #define PACKAGE_VERSION "2.3.4"
  2121. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  2122. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  2123. | #define PACKAGE_URL ""
  2124. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  2125. | #define PACKAGE "openvpn"
  2126. | #define VERSION "2.3.4"
  2127. | #define STDC_HEADERS 1
  2128. | #define HAVE_SYS_TYPES_H 1
  2129. | #define HAVE_SYS_STAT_H 1
  2130. | #define HAVE_STDLIB_H 1
  2131. | #define HAVE_STRING_H 1
  2132. | #define HAVE_MEMORY_H 1
  2133. | #define HAVE_STRINGS_H 1
  2134. | #define HAVE_INTTYPES_H 1
  2135. | #define HAVE_STDINT_H 1
  2136. | #define HAVE_UNISTD_H 1
  2137. | #define __EXTENSIONS__ 1
  2138. | #define _ALL_SOURCE 1
  2139. | #define _GNU_SOURCE 1
  2140. | #define _POSIX_PTHREAD_SEMANTICS 1
  2141. | #define _TANDEM_SOURCE 1
  2142. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  2143. | #define TARGET_LINUX 1
  2144. | #define TARGET_PREFIX "L"
  2145. | #define IFCONFIG_PATH "/sbin/ifconfig"
  2146. | #define IPROUTE_PATH "/sbin/ip"
  2147. | #define ROUTE_PATH "/sbin/route"
  2148. | #define HAVE_DLFCN_H 1
  2149. | #define LT_OBJDIR ".libs/"
  2150. | #define RETSIGTYPE void
  2151. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  2152. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  2153. | #define EMPTY_ARRAY_SIZE 0
  2154. | #define SIZEOF_UNSIGNED_INT 4
  2155. | #define SIZEOF_UNSIGNED_LONG 8
  2156. | #define HAVE_STDIO_H 1
  2157. | #define HAVE_STDARG_H 1
  2158. | #define HAVE_STDBOOL_H 1
  2159. | #define HAVE_LIMITS_H 1
  2160. | #define HAVE_TIME_H 1
  2161. | #define HAVE_ERRNO_H 1
  2162. | #define HAVE_FCNTL_H 1
  2163. | #define HAVE_CTYPE_H 1
  2164. | #define HAVE_SYS_TYPES_H 1
  2165. | #define HAVE_SYS_SOCKET_H 1
  2166. | #define HAVE_SIGNAL_H 1
  2167. | #define HAVE_UNISTD_H 1
  2168. | #define HAVE_DLFCN_H 1
  2169. | #define HAVE_NETINET_IN_H 1
  2170. | #define HAVE_NETINET_IN_SYSTM_H 1
  2171. | #define HAVE_NETINET_TCP_H 1
  2172. | #define HAVE_ARPA_INET_H 1
  2173. | #define HAVE_NETDB_H 1
  2174. | /* end confdefs.h. */
  2175. | #include <stdio.h>
  2176. | #ifdef HAVE_SYS_TYPES_H
  2177. | # include <sys/types.h>
  2178. | #endif
  2179. | #ifdef HAVE_SYS_STAT_H
  2180. | # include <sys/stat.h>
  2181. | #endif
  2182. | #ifdef STDC_HEADERS
  2183. | # include <stdlib.h>
  2184. | # include <stddef.h>
  2185. | #else
  2186. | # ifdef HAVE_STDLIB_H
  2187. | # include <stdlib.h>
  2188. | # endif
  2189. | #endif
  2190. | #ifdef HAVE_STRING_H
  2191. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2192. | # include <memory.h>
  2193. | # endif
  2194. | # include <string.h>
  2195. | #endif
  2196. | #ifdef HAVE_STRINGS_H
  2197. | # include <strings.h>
  2198. | #endif
  2199. | #ifdef HAVE_INTTYPES_H
  2200. | # include <inttypes.h>
  2201. | #endif
  2202. | #ifdef HAVE_STDINT_H
  2203. | # include <stdint.h>
  2204. | #endif
  2205. | #ifdef HAVE_UNISTD_H
  2206. | # include <unistd.h>
  2207. | #endif
  2208. | #include <ws2tcpip.h>
  2209. configure:14325: result: no
  2210. configure:14325: checking ws2tcpip.h presence
  2211. configure:14325: gcc -E conftest.c
  2212. conftest.c:59:22: fatal error: ws2tcpip.h: No such file or directory
  2213. #include <ws2tcpip.h>
  2214. ^
  2215. compilation terminated.
  2216. configure:14325: $? = 1
  2217. configure: failed program was:
  2218. | /* confdefs.h */
  2219. | #define PACKAGE_NAME "OpenVPN"
  2220. | #define PACKAGE_TARNAME "openvpn"
  2221. | #define PACKAGE_VERSION "2.3.4"
  2222. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  2223. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  2224. | #define PACKAGE_URL ""
  2225. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  2226. | #define PACKAGE "openvpn"
  2227. | #define VERSION "2.3.4"
  2228. | #define STDC_HEADERS 1
  2229. | #define HAVE_SYS_TYPES_H 1
  2230. | #define HAVE_SYS_STAT_H 1
  2231. | #define HAVE_STDLIB_H 1
  2232. | #define HAVE_STRING_H 1
  2233. | #define HAVE_MEMORY_H 1
  2234. | #define HAVE_STRINGS_H 1
  2235. | #define HAVE_INTTYPES_H 1
  2236. | #define HAVE_STDINT_H 1
  2237. | #define HAVE_UNISTD_H 1
  2238. | #define __EXTENSIONS__ 1
  2239. | #define _ALL_SOURCE 1
  2240. | #define _GNU_SOURCE 1
  2241. | #define _POSIX_PTHREAD_SEMANTICS 1
  2242. | #define _TANDEM_SOURCE 1
  2243. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  2244. | #define TARGET_LINUX 1
  2245. | #define TARGET_PREFIX "L"
  2246. | #define IFCONFIG_PATH "/sbin/ifconfig"
  2247. | #define IPROUTE_PATH "/sbin/ip"
  2248. | #define ROUTE_PATH "/sbin/route"
  2249. | #define HAVE_DLFCN_H 1
  2250. | #define LT_OBJDIR ".libs/"
  2251. | #define RETSIGTYPE void
  2252. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  2253. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  2254. | #define EMPTY_ARRAY_SIZE 0
  2255. | #define SIZEOF_UNSIGNED_INT 4
  2256. | #define SIZEOF_UNSIGNED_LONG 8
  2257. | #define HAVE_STDIO_H 1
  2258. | #define HAVE_STDARG_H 1
  2259. | #define HAVE_STDBOOL_H 1
  2260. | #define HAVE_LIMITS_H 1
  2261. | #define HAVE_TIME_H 1
  2262. | #define HAVE_ERRNO_H 1
  2263. | #define HAVE_FCNTL_H 1
  2264. | #define HAVE_CTYPE_H 1
  2265. | #define HAVE_SYS_TYPES_H 1
  2266. | #define HAVE_SYS_SOCKET_H 1
  2267. | #define HAVE_SIGNAL_H 1
  2268. | #define HAVE_UNISTD_H 1
  2269. | #define HAVE_DLFCN_H 1
  2270. | #define HAVE_NETINET_IN_H 1
  2271. | #define HAVE_NETINET_IN_SYSTM_H 1
  2272. | #define HAVE_NETINET_TCP_H 1
  2273. | #define HAVE_ARPA_INET_H 1
  2274. | #define HAVE_NETDB_H 1
  2275. | /* end confdefs.h. */
  2276. | #include <ws2tcpip.h>
  2277. configure:14325: result: no
  2278. configure:14325: checking for ws2tcpip.h
  2279. configure:14325: result: no
  2280. configure:14345: checking sys/time.h usability
  2281. configure:14345: gcc -c -g -O2 conftest.c >&5
  2282. configure:14345: $? = 0
  2283. configure:14345: result: yes
  2284. configure:14345: checking sys/time.h presence
  2285. configure:14345: gcc -E conftest.c
  2286. configure:14345: $? = 0
  2287. configure:14345: result: yes
  2288. configure:14345: checking for sys/time.h
  2289. configure:14345: result: yes
  2290. configure:14345: checking sys/ioctl.h usability
  2291. configure:14345: gcc -c -g -O2 conftest.c >&5
  2292. configure:14345: $? = 0
  2293. configure:14345: result: yes
  2294. configure:14345: checking sys/ioctl.h presence
  2295. configure:14345: gcc -E conftest.c
  2296. configure:14345: $? = 0
  2297. configure:14345: result: yes
  2298. configure:14345: checking for sys/ioctl.h
  2299. configure:14345: result: yes
  2300. configure:14345: checking for sys/stat.h
  2301. configure:14345: result: yes
  2302. configure:14345: checking sys/mman.h usability
  2303. configure:14345: gcc -c -g -O2 conftest.c >&5
  2304. configure:14345: $? = 0
  2305. configure:14345: result: yes
  2306. configure:14345: checking sys/mman.h presence
  2307. configure:14345: gcc -E conftest.c
  2308. configure:14345: $? = 0
  2309. configure:14345: result: yes
  2310. configure:14345: checking for sys/mman.h
  2311. configure:14345: result: yes
  2312. configure:14345: checking sys/file.h usability
  2313. configure:14345: gcc -c -g -O2 conftest.c >&5
  2314. configure:14345: $? = 0
  2315. configure:14345: result: yes
  2316. configure:14345: checking sys/file.h presence
  2317. configure:14345: gcc -E conftest.c
  2318. configure:14345: $? = 0
  2319. configure:14345: result: yes
  2320. configure:14345: checking for sys/file.h
  2321. configure:14345: result: yes
  2322. configure:14345: checking sys/wait.h usability
  2323. configure:14345: gcc -c -g -O2 conftest.c >&5
  2324. configure:14345: $? = 0
  2325. configure:14345: result: yes
  2326. configure:14345: checking sys/wait.h presence
  2327. configure:14345: gcc -E conftest.c
  2328. configure:14345: $? = 0
  2329. configure:14345: result: yes
  2330. configure:14345: checking for sys/wait.h
  2331. configure:14345: result: yes
  2332. configure:14345: checking for unistd.h
  2333. configure:14345: result: yes
  2334. configure:14345: checking for signal.h
  2335. configure:14345: result: yes
  2336. configure:14345: checking libgen.h usability
  2337. configure:14345: gcc -c -g -O2 conftest.c >&5
  2338. configure:14345: $? = 0
  2339. configure:14345: result: yes
  2340. configure:14345: checking libgen.h presence
  2341. configure:14345: gcc -E conftest.c
  2342. configure:14345: $? = 0
  2343. configure:14345: result: yes
  2344. configure:14345: checking for libgen.h
  2345. configure:14345: result: yes
  2346. configure:14345: checking stropts.h usability
  2347. configure:14345: gcc -c -g -O2 conftest.c >&5
  2348. configure:14345: $? = 0
  2349. configure:14345: result: yes
  2350. configure:14345: checking stropts.h presence
  2351. configure:14345: gcc -E conftest.c
  2352. configure:14345: $? = 0
  2353. configure:14345: result: yes
  2354. configure:14345: checking for stropts.h
  2355. configure:14345: result: yes
  2356. configure:14345: checking syslog.h usability
  2357. configure:14345: gcc -c -g -O2 conftest.c >&5
  2358. configure:14345: $? = 0
  2359. configure:14345: result: yes
  2360. configure:14345: checking syslog.h presence
  2361. configure:14345: gcc -E conftest.c
  2362. configure:14345: $? = 0
  2363. configure:14345: result: yes
  2364. configure:14345: checking for syslog.h
  2365. configure:14345: result: yes
  2366. configure:14345: checking pwd.h usability
  2367. configure:14345: gcc -c -g -O2 conftest.c >&5
  2368. configure:14345: $? = 0
  2369. configure:14345: result: yes
  2370. configure:14345: checking pwd.h presence
  2371. configure:14345: gcc -E conftest.c
  2372. configure:14345: $? = 0
  2373. configure:14345: result: yes
  2374. configure:14345: checking for pwd.h
  2375. configure:14345: result: yes
  2376. configure:14345: checking grp.h usability
  2377. configure:14345: gcc -c -g -O2 conftest.c >&5
  2378. configure:14345: $? = 0
  2379. configure:14345: result: yes
  2380. configure:14345: checking grp.h presence
  2381. configure:14345: gcc -E conftest.c
  2382. configure:14345: $? = 0
  2383. configure:14345: result: yes
  2384. configure:14345: checking for grp.h
  2385. configure:14345: result: yes
  2386. configure:14345: checking sys/sockio.h usability
  2387. configure:14345: gcc -c -g -O2 conftest.c >&5
  2388. conftest.c:105:24: fatal error: sys/sockio.h: No such file or directory
  2389. #include <sys/sockio.h>
  2390. ^
  2391. compilation terminated.
  2392. configure:14345: $? = 1
  2393. configure: failed program was:
  2394. | /* confdefs.h */
  2395. | #define PACKAGE_NAME "OpenVPN"
  2396. | #define PACKAGE_TARNAME "openvpn"
  2397. | #define PACKAGE_VERSION "2.3.4"
  2398. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  2399. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  2400. | #define PACKAGE_URL ""
  2401. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  2402. | #define PACKAGE "openvpn"
  2403. | #define VERSION "2.3.4"
  2404. | #define STDC_HEADERS 1
  2405. | #define HAVE_SYS_TYPES_H 1
  2406. | #define HAVE_SYS_STAT_H 1
  2407. | #define HAVE_STDLIB_H 1
  2408. | #define HAVE_STRING_H 1
  2409. | #define HAVE_MEMORY_H 1
  2410. | #define HAVE_STRINGS_H 1
  2411. | #define HAVE_INTTYPES_H 1
  2412. | #define HAVE_STDINT_H 1
  2413. | #define HAVE_UNISTD_H 1
  2414. | #define __EXTENSIONS__ 1
  2415. | #define _ALL_SOURCE 1
  2416. | #define _GNU_SOURCE 1
  2417. | #define _POSIX_PTHREAD_SEMANTICS 1
  2418. | #define _TANDEM_SOURCE 1
  2419. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  2420. | #define TARGET_LINUX 1
  2421. | #define TARGET_PREFIX "L"
  2422. | #define IFCONFIG_PATH "/sbin/ifconfig"
  2423. | #define IPROUTE_PATH "/sbin/ip"
  2424. | #define ROUTE_PATH "/sbin/route"
  2425. | #define HAVE_DLFCN_H 1
  2426. | #define LT_OBJDIR ".libs/"
  2427. | #define RETSIGTYPE void
  2428. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  2429. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  2430. | #define EMPTY_ARRAY_SIZE 0
  2431. | #define SIZEOF_UNSIGNED_INT 4
  2432. | #define SIZEOF_UNSIGNED_LONG 8
  2433. | #define HAVE_STDIO_H 1
  2434. | #define HAVE_STDARG_H 1
  2435. | #define HAVE_STDBOOL_H 1
  2436. | #define HAVE_LIMITS_H 1
  2437. | #define HAVE_TIME_H 1
  2438. | #define HAVE_ERRNO_H 1
  2439. | #define HAVE_FCNTL_H 1
  2440. | #define HAVE_CTYPE_H 1
  2441. | #define HAVE_SYS_TYPES_H 1
  2442. | #define HAVE_SYS_SOCKET_H 1
  2443. | #define HAVE_SIGNAL_H 1
  2444. | #define HAVE_UNISTD_H 1
  2445. | #define HAVE_DLFCN_H 1
  2446. | #define HAVE_NETINET_IN_H 1
  2447. | #define HAVE_NETINET_IN_SYSTM_H 1
  2448. | #define HAVE_NETINET_TCP_H 1
  2449. | #define HAVE_ARPA_INET_H 1
  2450. | #define HAVE_NETDB_H 1
  2451. | #define HAVE_SYS_TIME_H 1
  2452. | #define HAVE_SYS_IOCTL_H 1
  2453. | #define HAVE_SYS_STAT_H 1
  2454. | #define HAVE_SYS_MMAN_H 1
  2455. | #define HAVE_SYS_FILE_H 1
  2456. | #define HAVE_SYS_WAIT_H 1
  2457. | #define HAVE_UNISTD_H 1
  2458. | #define HAVE_SIGNAL_H 1
  2459. | #define HAVE_LIBGEN_H 1
  2460. | #define HAVE_STROPTS_H 1
  2461. | #define HAVE_SYSLOG_H 1
  2462. | #define HAVE_PWD_H 1
  2463. | #define HAVE_GRP_H 1
  2464. | /* end confdefs.h. */
  2465. | #include <stdio.h>
  2466. | #ifdef HAVE_SYS_TYPES_H
  2467. | # include <sys/types.h>
  2468. | #endif
  2469. | #ifdef HAVE_SYS_STAT_H
  2470. | # include <sys/stat.h>
  2471. | #endif
  2472. | #ifdef STDC_HEADERS
  2473. | # include <stdlib.h>
  2474. | # include <stddef.h>
  2475. | #else
  2476. | # ifdef HAVE_STDLIB_H
  2477. | # include <stdlib.h>
  2478. | # endif
  2479. | #endif
  2480. | #ifdef HAVE_STRING_H
  2481. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2482. | # include <memory.h>
  2483. | # endif
  2484. | # include <string.h>
  2485. | #endif
  2486. | #ifdef HAVE_STRINGS_H
  2487. | # include <strings.h>
  2488. | #endif
  2489. | #ifdef HAVE_INTTYPES_H
  2490. | # include <inttypes.h>
  2491. | #endif
  2492. | #ifdef HAVE_STDINT_H
  2493. | # include <stdint.h>
  2494. | #endif
  2495. | #ifdef HAVE_UNISTD_H
  2496. | # include <unistd.h>
  2497. | #endif
  2498. | #include <sys/sockio.h>
  2499. configure:14345: result: no
  2500. configure:14345: checking sys/sockio.h presence
  2501. configure:14345: gcc -E conftest.c
  2502. conftest.c:72:24: fatal error: sys/sockio.h: No such file or directory
  2503. #include <sys/sockio.h>
  2504. ^
  2505. compilation terminated.
  2506. configure:14345: $? = 1
  2507. configure: failed program was:
  2508. | /* confdefs.h */
  2509. | #define PACKAGE_NAME "OpenVPN"
  2510. | #define PACKAGE_TARNAME "openvpn"
  2511. | #define PACKAGE_VERSION "2.3.4"
  2512. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  2513. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  2514. | #define PACKAGE_URL ""
  2515. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  2516. | #define PACKAGE "openvpn"
  2517. | #define VERSION "2.3.4"
  2518. | #define STDC_HEADERS 1
  2519. | #define HAVE_SYS_TYPES_H 1
  2520. | #define HAVE_SYS_STAT_H 1
  2521. | #define HAVE_STDLIB_H 1
  2522. | #define HAVE_STRING_H 1
  2523. | #define HAVE_MEMORY_H 1
  2524. | #define HAVE_STRINGS_H 1
  2525. | #define HAVE_INTTYPES_H 1
  2526. | #define HAVE_STDINT_H 1
  2527. | #define HAVE_UNISTD_H 1
  2528. | #define __EXTENSIONS__ 1
  2529. | #define _ALL_SOURCE 1
  2530. | #define _GNU_SOURCE 1
  2531. | #define _POSIX_PTHREAD_SEMANTICS 1
  2532. | #define _TANDEM_SOURCE 1
  2533. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  2534. | #define TARGET_LINUX 1
  2535. | #define TARGET_PREFIX "L"
  2536. | #define IFCONFIG_PATH "/sbin/ifconfig"
  2537. | #define IPROUTE_PATH "/sbin/ip"
  2538. | #define ROUTE_PATH "/sbin/route"
  2539. | #define HAVE_DLFCN_H 1
  2540. | #define LT_OBJDIR ".libs/"
  2541. | #define RETSIGTYPE void
  2542. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  2543. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  2544. | #define EMPTY_ARRAY_SIZE 0
  2545. | #define SIZEOF_UNSIGNED_INT 4
  2546. | #define SIZEOF_UNSIGNED_LONG 8
  2547. | #define HAVE_STDIO_H 1
  2548. | #define HAVE_STDARG_H 1
  2549. | #define HAVE_STDBOOL_H 1
  2550. | #define HAVE_LIMITS_H 1
  2551. | #define HAVE_TIME_H 1
  2552. | #define HAVE_ERRNO_H 1
  2553. | #define HAVE_FCNTL_H 1
  2554. | #define HAVE_CTYPE_H 1
  2555. | #define HAVE_SYS_TYPES_H 1
  2556. | #define HAVE_SYS_SOCKET_H 1
  2557. | #define HAVE_SIGNAL_H 1
  2558. | #define HAVE_UNISTD_H 1
  2559. | #define HAVE_DLFCN_H 1
  2560. | #define HAVE_NETINET_IN_H 1
  2561. | #define HAVE_NETINET_IN_SYSTM_H 1
  2562. | #define HAVE_NETINET_TCP_H 1
  2563. | #define HAVE_ARPA_INET_H 1
  2564. | #define HAVE_NETDB_H 1
  2565. | #define HAVE_SYS_TIME_H 1
  2566. | #define HAVE_SYS_IOCTL_H 1
  2567. | #define HAVE_SYS_STAT_H 1
  2568. | #define HAVE_SYS_MMAN_H 1
  2569. | #define HAVE_SYS_FILE_H 1
  2570. | #define HAVE_SYS_WAIT_H 1
  2571. | #define HAVE_UNISTD_H 1
  2572. | #define HAVE_SIGNAL_H 1
  2573. | #define HAVE_LIBGEN_H 1
  2574. | #define HAVE_STROPTS_H 1
  2575. | #define HAVE_SYSLOG_H 1
  2576. | #define HAVE_PWD_H 1
  2577. | #define HAVE_GRP_H 1
  2578. | /* end confdefs.h. */
  2579. | #include <sys/sockio.h>
  2580. configure:14345: result: no
  2581. configure:14345: checking for sys/sockio.h
  2582. configure:14345: result: no
  2583. configure:14345: checking sys/uio.h usability
  2584. configure:14345: gcc -c -g -O2 conftest.c >&5
  2585. configure:14345: $? = 0
  2586. configure:14345: result: yes
  2587. configure:14345: checking sys/uio.h presence
  2588. configure:14345: gcc -E conftest.c
  2589. configure:14345: $? = 0
  2590. configure:14345: result: yes
  2591. configure:14345: checking for sys/uio.h
  2592. configure:14345: result: yes
  2593. configure:14345: checking linux/sockios.h usability
  2594. configure:14345: gcc -c -g -O2 conftest.c >&5
  2595. configure:14345: $? = 0
  2596. configure:14345: result: yes
  2597. configure:14345: checking linux/sockios.h presence
  2598. configure:14345: gcc -E conftest.c
  2599. configure:14345: $? = 0
  2600. configure:14345: result: yes
  2601. configure:14345: checking for linux/sockios.h
  2602. configure:14345: result: yes
  2603. configure:14345: checking linux/types.h usability
  2604. configure:14345: gcc -c -g -O2 conftest.c >&5
  2605. configure:14345: $? = 0
  2606. configure:14345: result: yes
  2607. configure:14345: checking linux/types.h presence
  2608. configure:14345: gcc -E conftest.c
  2609. configure:14345: $? = 0
  2610. configure:14345: result: yes
  2611. configure:14345: checking for linux/types.h
  2612. configure:14345: result: yes
  2613. configure:14345: checking sys/poll.h usability
  2614. configure:14345: gcc -c -g -O2 conftest.c >&5
  2615. configure:14345: $? = 0
  2616. configure:14345: result: yes
  2617. configure:14345: checking sys/poll.h presence
  2618. configure:14345: gcc -E conftest.c
  2619. configure:14345: $? = 0
  2620. configure:14345: result: yes
  2621. configure:14345: checking for sys/poll.h
  2622. configure:14345: result: yes
  2623. configure:14345: checking sys/epoll.h usability
  2624. configure:14345: gcc -c -g -O2 conftest.c >&5
  2625. configure:14345: $? = 0
  2626. configure:14345: result: yes
  2627. configure:14345: checking sys/epoll.h presence
  2628. configure:14345: gcc -E conftest.c
  2629. configure:14345: $? = 0
  2630. configure:14345: result: yes
  2631. configure:14345: checking for sys/epoll.h
  2632. configure:14345: result: yes
  2633. configure:14345: checking err.h usability
  2634. configure:14345: gcc -c -g -O2 conftest.c >&5
  2635. configure:14345: $? = 0
  2636. configure:14345: result: yes
  2637. configure:14345: checking err.h presence
  2638. configure:14345: gcc -E conftest.c
  2639. configure:14345: $? = 0
  2640. configure:14345: result: yes
  2641. configure:14345: checking for err.h
  2642. configure:14345: result: yes
  2643. configure:14389: checking for net/if.h
  2644. configure:14389: gcc -c -g -O2 conftest.c >&5
  2645. configure:14389: $? = 0
  2646. configure:14389: result: yes
  2647. configure:14389: checking for netinet/ip.h
  2648. configure:14389: gcc -c -g -O2 conftest.c >&5
  2649. configure:14389: $? = 0
  2650. configure:14389: result: yes
  2651. configure:14389: checking for netinet/if_ether.h
  2652. configure:14389: gcc -c -g -O2 conftest.c >&5
  2653. configure:14389: $? = 0
  2654. configure:14389: result: yes
  2655. configure:14389: checking for resolv.h
  2656. configure:14389: gcc -c -g -O2 conftest.c >&5
  2657. configure:14389: $? = 0
  2658. configure:14389: result: yes
  2659. configure:14389: checking for sys/un.h
  2660. configure:14389: gcc -c -g -O2 conftest.c >&5
  2661. configure:14389: $? = 0
  2662. configure:14389: result: yes
  2663. configure:14389: checking for net/if_utun.h
  2664. configure:14389: gcc -c -g -O2 conftest.c >&5
  2665. conftest.c:114:25: fatal error: net/if_utun.h: No such file or directory
  2666. #include <net/if_utun.h>
  2667. ^
  2668. compilation terminated.
  2669. configure:14389: $? = 1
  2670. configure: failed program was:
  2671. | /* confdefs.h */
  2672. | #define PACKAGE_NAME "OpenVPN"
  2673. | #define PACKAGE_TARNAME "openvpn"
  2674. | #define PACKAGE_VERSION "2.3.4"
  2675. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  2676. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  2677. | #define PACKAGE_URL ""
  2678. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  2679. | #define PACKAGE "openvpn"
  2680. | #define VERSION "2.3.4"
  2681. | #define STDC_HEADERS 1
  2682. | #define HAVE_SYS_TYPES_H 1
  2683. | #define HAVE_SYS_STAT_H 1
  2684. | #define HAVE_STDLIB_H 1
  2685. | #define HAVE_STRING_H 1
  2686. | #define HAVE_MEMORY_H 1
  2687. | #define HAVE_STRINGS_H 1
  2688. | #define HAVE_INTTYPES_H 1
  2689. | #define HAVE_STDINT_H 1
  2690. | #define HAVE_UNISTD_H 1
  2691. | #define __EXTENSIONS__ 1
  2692. | #define _ALL_SOURCE 1
  2693. | #define _GNU_SOURCE 1
  2694. | #define _POSIX_PTHREAD_SEMANTICS 1
  2695. | #define _TANDEM_SOURCE 1
  2696. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  2697. | #define TARGET_LINUX 1
  2698. | #define TARGET_PREFIX "L"
  2699. | #define IFCONFIG_PATH "/sbin/ifconfig"
  2700. | #define IPROUTE_PATH "/sbin/ip"
  2701. | #define ROUTE_PATH "/sbin/route"
  2702. | #define HAVE_DLFCN_H 1
  2703. | #define LT_OBJDIR ".libs/"
  2704. | #define RETSIGTYPE void
  2705. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  2706. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  2707. | #define EMPTY_ARRAY_SIZE 0
  2708. | #define SIZEOF_UNSIGNED_INT 4
  2709. | #define SIZEOF_UNSIGNED_LONG 8
  2710. | #define HAVE_STDIO_H 1
  2711. | #define HAVE_STDARG_H 1
  2712. | #define HAVE_STDBOOL_H 1
  2713. | #define HAVE_LIMITS_H 1
  2714. | #define HAVE_TIME_H 1
  2715. | #define HAVE_ERRNO_H 1
  2716. | #define HAVE_FCNTL_H 1
  2717. | #define HAVE_CTYPE_H 1
  2718. | #define HAVE_SYS_TYPES_H 1
  2719. | #define HAVE_SYS_SOCKET_H 1
  2720. | #define HAVE_SIGNAL_H 1
  2721. | #define HAVE_UNISTD_H 1
  2722. | #define HAVE_DLFCN_H 1
  2723. | #define HAVE_NETINET_IN_H 1
  2724. | #define HAVE_NETINET_IN_SYSTM_H 1
  2725. | #define HAVE_NETINET_TCP_H 1
  2726. | #define HAVE_ARPA_INET_H 1
  2727. | #define HAVE_NETDB_H 1
  2728. | #define HAVE_SYS_TIME_H 1
  2729. | #define HAVE_SYS_IOCTL_H 1
  2730. | #define HAVE_SYS_STAT_H 1
  2731. | #define HAVE_SYS_MMAN_H 1
  2732. | #define HAVE_SYS_FILE_H 1
  2733. | #define HAVE_SYS_WAIT_H 1
  2734. | #define HAVE_UNISTD_H 1
  2735. | #define HAVE_SIGNAL_H 1
  2736. | #define HAVE_LIBGEN_H 1
  2737. | #define HAVE_STROPTS_H 1
  2738. | #define HAVE_SYSLOG_H 1
  2739. | #define HAVE_PWD_H 1
  2740. | #define HAVE_GRP_H 1
  2741. | #define HAVE_SYS_UIO_H 1
  2742. | #define HAVE_LINUX_SOCKIOS_H 1
  2743. | #define HAVE_LINUX_TYPES_H 1
  2744. | #define HAVE_SYS_POLL_H 1
  2745. | #define HAVE_SYS_EPOLL_H 1
  2746. | #define HAVE_ERR_H 1
  2747. | #define HAVE_NET_IF_H 1
  2748. | #define HAVE_NETINET_IP_H 1
  2749. | #define HAVE_NETINET_IF_ETHER_H 1
  2750. | #define HAVE_RESOLV_H 1
  2751. | #define HAVE_SYS_UN_H 1
  2752. | /* end confdefs.h. */
  2753. |
  2754. | #ifdef HAVE_STDLIB_H
  2755. | #include <stdlib.h>
  2756. | #endif
  2757. | #ifdef HAVE_SYS_TYPES_H
  2758. | #include <sys/types.h>
  2759. | #endif
  2760. | #ifdef HAVE_SYS_SOCKET_H
  2761. | #include <sys/socket.h>
  2762. | #endif
  2763. | #ifdef HAVE_NETINET_IN_H
  2764. | #include <netinet/in.h>
  2765. | #endif
  2766. | #ifdef HAVE_WINDOWS_H
  2767. | #include <windows.h>
  2768. | #endif
  2769. | #ifdef HAVE_WINSOCK2_H
  2770. | #include <winsock2.h>
  2771. | #endif
  2772. | #ifdef HAVE_WS2TCPIP_H
  2773. | #include <ws2tcpip.h>
  2774. | #endif
  2775. | #ifdef HAVE_NETINET_IN_SYSTM_H
  2776. | #include <netinet/in_systm.h>
  2777. | #endif
  2778. | #ifdef HAVE_NETINET_IP_H
  2779. | #include <netinet/ip.h>
  2780. | #endif
  2781. |
  2782. |
  2783. |
  2784. | #include <net/if_utun.h>
  2785. configure:14389: result: no
  2786. configure:14389: checking for sys/kern_control.h
  2787. configure:14389: gcc -c -g -O2 conftest.c >&5
  2788. conftest.c:114:30: fatal error: sys/kern_control.h: No such file or directory
  2789. #include <sys/kern_control.h>
  2790. ^
  2791. compilation terminated.
  2792. configure:14389: $? = 1
  2793. configure: failed program was:
  2794. | /* confdefs.h */
  2795. | #define PACKAGE_NAME "OpenVPN"
  2796. | #define PACKAGE_TARNAME "openvpn"
  2797. | #define PACKAGE_VERSION "2.3.4"
  2798. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  2799. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  2800. | #define PACKAGE_URL ""
  2801. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  2802. | #define PACKAGE "openvpn"
  2803. | #define VERSION "2.3.4"
  2804. | #define STDC_HEADERS 1
  2805. | #define HAVE_SYS_TYPES_H 1
  2806. | #define HAVE_SYS_STAT_H 1
  2807. | #define HAVE_STDLIB_H 1
  2808. | #define HAVE_STRING_H 1
  2809. | #define HAVE_MEMORY_H 1
  2810. | #define HAVE_STRINGS_H 1
  2811. | #define HAVE_INTTYPES_H 1
  2812. | #define HAVE_STDINT_H 1
  2813. | #define HAVE_UNISTD_H 1
  2814. | #define __EXTENSIONS__ 1
  2815. | #define _ALL_SOURCE 1
  2816. | #define _GNU_SOURCE 1
  2817. | #define _POSIX_PTHREAD_SEMANTICS 1
  2818. | #define _TANDEM_SOURCE 1
  2819. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  2820. | #define TARGET_LINUX 1
  2821. | #define TARGET_PREFIX "L"
  2822. | #define IFCONFIG_PATH "/sbin/ifconfig"
  2823. | #define IPROUTE_PATH "/sbin/ip"
  2824. | #define ROUTE_PATH "/sbin/route"
  2825. | #define HAVE_DLFCN_H 1
  2826. | #define LT_OBJDIR ".libs/"
  2827. | #define RETSIGTYPE void
  2828. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  2829. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  2830. | #define EMPTY_ARRAY_SIZE 0
  2831. | #define SIZEOF_UNSIGNED_INT 4
  2832. | #define SIZEOF_UNSIGNED_LONG 8
  2833. | #define HAVE_STDIO_H 1
  2834. | #define HAVE_STDARG_H 1
  2835. | #define HAVE_STDBOOL_H 1
  2836. | #define HAVE_LIMITS_H 1
  2837. | #define HAVE_TIME_H 1
  2838. | #define HAVE_ERRNO_H 1
  2839. | #define HAVE_FCNTL_H 1
  2840. | #define HAVE_CTYPE_H 1
  2841. | #define HAVE_SYS_TYPES_H 1
  2842. | #define HAVE_SYS_SOCKET_H 1
  2843. | #define HAVE_SIGNAL_H 1
  2844. | #define HAVE_UNISTD_H 1
  2845. | #define HAVE_DLFCN_H 1
  2846. | #define HAVE_NETINET_IN_H 1
  2847. | #define HAVE_NETINET_IN_SYSTM_H 1
  2848. | #define HAVE_NETINET_TCP_H 1
  2849. | #define HAVE_ARPA_INET_H 1
  2850. | #define HAVE_NETDB_H 1
  2851. | #define HAVE_SYS_TIME_H 1
  2852. | #define HAVE_SYS_IOCTL_H 1
  2853. | #define HAVE_SYS_STAT_H 1
  2854. | #define HAVE_SYS_MMAN_H 1
  2855. | #define HAVE_SYS_FILE_H 1
  2856. | #define HAVE_SYS_WAIT_H 1
  2857. | #define HAVE_UNISTD_H 1
  2858. | #define HAVE_SIGNAL_H 1
  2859. | #define HAVE_LIBGEN_H 1
  2860. | #define HAVE_STROPTS_H 1
  2861. | #define HAVE_SYSLOG_H 1
  2862. | #define HAVE_PWD_H 1
  2863. | #define HAVE_GRP_H 1
  2864. | #define HAVE_SYS_UIO_H 1
  2865. | #define HAVE_LINUX_SOCKIOS_H 1
  2866. | #define HAVE_LINUX_TYPES_H 1
  2867. | #define HAVE_SYS_POLL_H 1
  2868. | #define HAVE_SYS_EPOLL_H 1
  2869. | #define HAVE_ERR_H 1
  2870. | #define HAVE_NET_IF_H 1
  2871. | #define HAVE_NETINET_IP_H 1
  2872. | #define HAVE_NETINET_IF_ETHER_H 1
  2873. | #define HAVE_RESOLV_H 1
  2874. | #define HAVE_SYS_UN_H 1
  2875. | /* end confdefs.h. */
  2876. |
  2877. | #ifdef HAVE_STDLIB_H
  2878. | #include <stdlib.h>
  2879. | #endif
  2880. | #ifdef HAVE_SYS_TYPES_H
  2881. | #include <sys/types.h>
  2882. | #endif
  2883. | #ifdef HAVE_SYS_SOCKET_H
  2884. | #include <sys/socket.h>
  2885. | #endif
  2886. | #ifdef HAVE_NETINET_IN_H
  2887. | #include <netinet/in.h>
  2888. | #endif
  2889. | #ifdef HAVE_WINDOWS_H
  2890. | #include <windows.h>
  2891. | #endif
  2892. | #ifdef HAVE_WINSOCK2_H
  2893. | #include <winsock2.h>
  2894. | #endif
  2895. | #ifdef HAVE_WS2TCPIP_H
  2896. | #include <ws2tcpip.h>
  2897. | #endif
  2898. | #ifdef HAVE_NETINET_IN_SYSTM_H
  2899. | #include <netinet/in_systm.h>
  2900. | #endif
  2901. | #ifdef HAVE_NETINET_IP_H
  2902. | #include <netinet/ip.h>
  2903. | #endif
  2904. |
  2905. |
  2906. |
  2907. | #include <sys/kern_control.h>
  2908. configure:14389: result: no
  2909. configure:14402: checking for in_addr_t
  2910. configure:14402: gcc -c -g -O2 conftest.c >&5
  2911. configure:14402: $? = 0
  2912. configure:14402: gcc -c -g -O2 conftest.c >&5
  2913. conftest.c: In function 'main':
  2914. conftest.c:117:24: error: expected expression before ')' token
  2915. if (sizeof ((in_addr_t)))
  2916. ^
  2917. configure:14402: $? = 1
  2918. configure: failed program was:
  2919. | /* confdefs.h */
  2920. | #define PACKAGE_NAME "OpenVPN"
  2921. | #define PACKAGE_TARNAME "openvpn"
  2922. | #define PACKAGE_VERSION "2.3.4"
  2923. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  2924. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  2925. | #define PACKAGE_URL ""
  2926. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  2927. | #define PACKAGE "openvpn"
  2928. | #define VERSION "2.3.4"
  2929. | #define STDC_HEADERS 1
  2930. | #define HAVE_SYS_TYPES_H 1
  2931. | #define HAVE_SYS_STAT_H 1
  2932. | #define HAVE_STDLIB_H 1
  2933. | #define HAVE_STRING_H 1
  2934. | #define HAVE_MEMORY_H 1
  2935. | #define HAVE_STRINGS_H 1
  2936. | #define HAVE_INTTYPES_H 1
  2937. | #define HAVE_STDINT_H 1
  2938. | #define HAVE_UNISTD_H 1
  2939. | #define __EXTENSIONS__ 1
  2940. | #define _ALL_SOURCE 1
  2941. | #define _GNU_SOURCE 1
  2942. | #define _POSIX_PTHREAD_SEMANTICS 1
  2943. | #define _TANDEM_SOURCE 1
  2944. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  2945. | #define TARGET_LINUX 1
  2946. | #define TARGET_PREFIX "L"
  2947. | #define IFCONFIG_PATH "/sbin/ifconfig"
  2948. | #define IPROUTE_PATH "/sbin/ip"
  2949. | #define ROUTE_PATH "/sbin/route"
  2950. | #define HAVE_DLFCN_H 1
  2951. | #define LT_OBJDIR ".libs/"
  2952. | #define RETSIGTYPE void
  2953. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  2954. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  2955. | #define EMPTY_ARRAY_SIZE 0
  2956. | #define SIZEOF_UNSIGNED_INT 4
  2957. | #define SIZEOF_UNSIGNED_LONG 8
  2958. | #define HAVE_STDIO_H 1
  2959. | #define HAVE_STDARG_H 1
  2960. | #define HAVE_STDBOOL_H 1
  2961. | #define HAVE_LIMITS_H 1
  2962. | #define HAVE_TIME_H 1
  2963. | #define HAVE_ERRNO_H 1
  2964. | #define HAVE_FCNTL_H 1
  2965. | #define HAVE_CTYPE_H 1
  2966. | #define HAVE_SYS_TYPES_H 1
  2967. | #define HAVE_SYS_SOCKET_H 1
  2968. | #define HAVE_SIGNAL_H 1
  2969. | #define HAVE_UNISTD_H 1
  2970. | #define HAVE_DLFCN_H 1
  2971. | #define HAVE_NETINET_IN_H 1
  2972. | #define HAVE_NETINET_IN_SYSTM_H 1
  2973. | #define HAVE_NETINET_TCP_H 1
  2974. | #define HAVE_ARPA_INET_H 1
  2975. | #define HAVE_NETDB_H 1
  2976. | #define HAVE_SYS_TIME_H 1
  2977. | #define HAVE_SYS_IOCTL_H 1
  2978. | #define HAVE_SYS_STAT_H 1
  2979. | #define HAVE_SYS_MMAN_H 1
  2980. | #define HAVE_SYS_FILE_H 1
  2981. | #define HAVE_SYS_WAIT_H 1
  2982. | #define HAVE_UNISTD_H 1
  2983. | #define HAVE_SIGNAL_H 1
  2984. | #define HAVE_LIBGEN_H 1
  2985. | #define HAVE_STROPTS_H 1
  2986. | #define HAVE_SYSLOG_H 1
  2987. | #define HAVE_PWD_H 1
  2988. | #define HAVE_GRP_H 1
  2989. | #define HAVE_SYS_UIO_H 1
  2990. | #define HAVE_LINUX_SOCKIOS_H 1
  2991. | #define HAVE_LINUX_TYPES_H 1
  2992. | #define HAVE_SYS_POLL_H 1
  2993. | #define HAVE_SYS_EPOLL_H 1
  2994. | #define HAVE_ERR_H 1
  2995. | #define HAVE_NET_IF_H 1
  2996. | #define HAVE_NETINET_IP_H 1
  2997. | #define HAVE_NETINET_IF_ETHER_H 1
  2998. | #define HAVE_RESOLV_H 1
  2999. | #define HAVE_SYS_UN_H 1
  3000. | /* end confdefs.h. */
  3001. |
  3002. | #ifdef HAVE_STDLIB_H
  3003. | #include <stdlib.h>
  3004. | #endif
  3005. | #ifdef HAVE_SYS_TYPES_H
  3006. | #include <sys/types.h>
  3007. | #endif
  3008. | #ifdef HAVE_SYS_SOCKET_H
  3009. | #include <sys/socket.h>
  3010. | #endif
  3011. | #ifdef HAVE_NETINET_IN_H
  3012. | #include <netinet/in.h>
  3013. | #endif
  3014. | #ifdef HAVE_WINDOWS_H
  3015. | #include <windows.h>
  3016. | #endif
  3017. | #ifdef HAVE_WINSOCK2_H
  3018. | #include <winsock2.h>
  3019. | #endif
  3020. | #ifdef HAVE_WS2TCPIP_H
  3021. | #include <ws2tcpip.h>
  3022. | #endif
  3023. | #ifdef HAVE_NETINET_IN_SYSTM_H
  3024. | #include <netinet/in_systm.h>
  3025. | #endif
  3026. | #ifdef HAVE_NETINET_IP_H
  3027. | #include <netinet/ip.h>
  3028. | #endif
  3029. |
  3030. |
  3031. |
  3032. | int
  3033. | main ()
  3034. | {
  3035. | if (sizeof ((in_addr_t)))
  3036. | return 0;
  3037. | ;
  3038. | return 0;
  3039. | }
  3040. configure:14402: result: yes
  3041. configure:14418: checking for struct iphdr
  3042. configure:14418: gcc -c -g -O2 conftest.c >&5
  3043. configure:14418: $? = 0
  3044. configure:14418: gcc -c -g -O2 conftest.c >&5
  3045. conftest.c: In function 'main':
  3046. conftest.c:118:27: error: expected expression before ')' token
  3047. if (sizeof ((struct iphdr)))
  3048. ^
  3049. configure:14418: $? = 1
  3050. configure: failed program was:
  3051. | /* confdefs.h */
  3052. | #define PACKAGE_NAME "OpenVPN"
  3053. | #define PACKAGE_TARNAME "openvpn"
  3054. | #define PACKAGE_VERSION "2.3.4"
  3055. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  3056. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  3057. | #define PACKAGE_URL ""
  3058. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  3059. | #define PACKAGE "openvpn"
  3060. | #define VERSION "2.3.4"
  3061. | #define STDC_HEADERS 1
  3062. | #define HAVE_SYS_TYPES_H 1
  3063. | #define HAVE_SYS_STAT_H 1
  3064. | #define HAVE_STDLIB_H 1
  3065. | #define HAVE_STRING_H 1
  3066. | #define HAVE_MEMORY_H 1
  3067. | #define HAVE_STRINGS_H 1
  3068. | #define HAVE_INTTYPES_H 1
  3069. | #define HAVE_STDINT_H 1
  3070. | #define HAVE_UNISTD_H 1
  3071. | #define __EXTENSIONS__ 1
  3072. | #define _ALL_SOURCE 1
  3073. | #define _GNU_SOURCE 1
  3074. | #define _POSIX_PTHREAD_SEMANTICS 1
  3075. | #define _TANDEM_SOURCE 1
  3076. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  3077. | #define TARGET_LINUX 1
  3078. | #define TARGET_PREFIX "L"
  3079. | #define IFCONFIG_PATH "/sbin/ifconfig"
  3080. | #define IPROUTE_PATH "/sbin/ip"
  3081. | #define ROUTE_PATH "/sbin/route"
  3082. | #define HAVE_DLFCN_H 1
  3083. | #define LT_OBJDIR ".libs/"
  3084. | #define RETSIGTYPE void
  3085. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  3086. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  3087. | #define EMPTY_ARRAY_SIZE 0
  3088. | #define SIZEOF_UNSIGNED_INT 4
  3089. | #define SIZEOF_UNSIGNED_LONG 8
  3090. | #define HAVE_STDIO_H 1
  3091. | #define HAVE_STDARG_H 1
  3092. | #define HAVE_STDBOOL_H 1
  3093. | #define HAVE_LIMITS_H 1
  3094. | #define HAVE_TIME_H 1
  3095. | #define HAVE_ERRNO_H 1
  3096. | #define HAVE_FCNTL_H 1
  3097. | #define HAVE_CTYPE_H 1
  3098. | #define HAVE_SYS_TYPES_H 1
  3099. | #define HAVE_SYS_SOCKET_H 1
  3100. | #define HAVE_SIGNAL_H 1
  3101. | #define HAVE_UNISTD_H 1
  3102. | #define HAVE_DLFCN_H 1
  3103. | #define HAVE_NETINET_IN_H 1
  3104. | #define HAVE_NETINET_IN_SYSTM_H 1
  3105. | #define HAVE_NETINET_TCP_H 1
  3106. | #define HAVE_ARPA_INET_H 1
  3107. | #define HAVE_NETDB_H 1
  3108. | #define HAVE_SYS_TIME_H 1
  3109. | #define HAVE_SYS_IOCTL_H 1
  3110. | #define HAVE_SYS_STAT_H 1
  3111. | #define HAVE_SYS_MMAN_H 1
  3112. | #define HAVE_SYS_FILE_H 1
  3113. | #define HAVE_SYS_WAIT_H 1
  3114. | #define HAVE_UNISTD_H 1
  3115. | #define HAVE_SIGNAL_H 1
  3116. | #define HAVE_LIBGEN_H 1
  3117. | #define HAVE_STROPTS_H 1
  3118. | #define HAVE_SYSLOG_H 1
  3119. | #define HAVE_PWD_H 1
  3120. | #define HAVE_GRP_H 1
  3121. | #define HAVE_SYS_UIO_H 1
  3122. | #define HAVE_LINUX_SOCKIOS_H 1
  3123. | #define HAVE_LINUX_TYPES_H 1
  3124. | #define HAVE_SYS_POLL_H 1
  3125. | #define HAVE_SYS_EPOLL_H 1
  3126. | #define HAVE_ERR_H 1
  3127. | #define HAVE_NET_IF_H 1
  3128. | #define HAVE_NETINET_IP_H 1
  3129. | #define HAVE_NETINET_IF_ETHER_H 1
  3130. | #define HAVE_RESOLV_H 1
  3131. | #define HAVE_SYS_UN_H 1
  3132. | #define HAVE_IN_ADDR_T 1
  3133. | /* end confdefs.h. */
  3134. |
  3135. | #ifdef HAVE_STDLIB_H
  3136. | #include <stdlib.h>
  3137. | #endif
  3138. | #ifdef HAVE_SYS_TYPES_H
  3139. | #include <sys/types.h>
  3140. | #endif
  3141. | #ifdef HAVE_SYS_SOCKET_H
  3142. | #include <sys/socket.h>
  3143. | #endif
  3144. | #ifdef HAVE_NETINET_IN_H
  3145. | #include <netinet/in.h>
  3146. | #endif
  3147. | #ifdef HAVE_WINDOWS_H
  3148. | #include <windows.h>
  3149. | #endif
  3150. | #ifdef HAVE_WINSOCK2_H
  3151. | #include <winsock2.h>
  3152. | #endif
  3153. | #ifdef HAVE_WS2TCPIP_H
  3154. | #include <ws2tcpip.h>
  3155. | #endif
  3156. | #ifdef HAVE_NETINET_IN_SYSTM_H
  3157. | #include <netinet/in_systm.h>
  3158. | #endif
  3159. | #ifdef HAVE_NETINET_IP_H
  3160. | #include <netinet/ip.h>
  3161. | #endif
  3162. |
  3163. |
  3164. |
  3165. | int
  3166. | main ()
  3167. | {
  3168. | if (sizeof ((struct iphdr)))
  3169. | return 0;
  3170. | ;
  3171. | return 0;
  3172. | }
  3173. configure:14418: result: yes
  3174. configure:14427: checking for struct sock_extended_err
  3175. configure:14427: gcc -c -g -O2 conftest.c >&5
  3176. conftest.c: In function 'main':
  3177. conftest.c:119:13: error: invalid application of 'sizeof' to incomplete type 'struct sock_extended_err'
  3178. if (sizeof (struct sock_extended_err))
  3179. ^
  3180. configure:14427: $? = 1
  3181. configure: failed program was:
  3182. | /* confdefs.h */
  3183. | #define PACKAGE_NAME "OpenVPN"
  3184. | #define PACKAGE_TARNAME "openvpn"
  3185. | #define PACKAGE_VERSION "2.3.4"
  3186. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  3187. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  3188. | #define PACKAGE_URL ""
  3189. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  3190. | #define PACKAGE "openvpn"
  3191. | #define VERSION "2.3.4"
  3192. | #define STDC_HEADERS 1
  3193. | #define HAVE_SYS_TYPES_H 1
  3194. | #define HAVE_SYS_STAT_H 1
  3195. | #define HAVE_STDLIB_H 1
  3196. | #define HAVE_STRING_H 1
  3197. | #define HAVE_MEMORY_H 1
  3198. | #define HAVE_STRINGS_H 1
  3199. | #define HAVE_INTTYPES_H 1
  3200. | #define HAVE_STDINT_H 1
  3201. | #define HAVE_UNISTD_H 1
  3202. | #define __EXTENSIONS__ 1
  3203. | #define _ALL_SOURCE 1
  3204. | #define _GNU_SOURCE 1
  3205. | #define _POSIX_PTHREAD_SEMANTICS 1
  3206. | #define _TANDEM_SOURCE 1
  3207. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  3208. | #define TARGET_LINUX 1
  3209. | #define TARGET_PREFIX "L"
  3210. | #define IFCONFIG_PATH "/sbin/ifconfig"
  3211. | #define IPROUTE_PATH "/sbin/ip"
  3212. | #define ROUTE_PATH "/sbin/route"
  3213. | #define HAVE_DLFCN_H 1
  3214. | #define LT_OBJDIR ".libs/"
  3215. | #define RETSIGTYPE void
  3216. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  3217. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  3218. | #define EMPTY_ARRAY_SIZE 0
  3219. | #define SIZEOF_UNSIGNED_INT 4
  3220. | #define SIZEOF_UNSIGNED_LONG 8
  3221. | #define HAVE_STDIO_H 1
  3222. | #define HAVE_STDARG_H 1
  3223. | #define HAVE_STDBOOL_H 1
  3224. | #define HAVE_LIMITS_H 1
  3225. | #define HAVE_TIME_H 1
  3226. | #define HAVE_ERRNO_H 1
  3227. | #define HAVE_FCNTL_H 1
  3228. | #define HAVE_CTYPE_H 1
  3229. | #define HAVE_SYS_TYPES_H 1
  3230. | #define HAVE_SYS_SOCKET_H 1
  3231. | #define HAVE_SIGNAL_H 1
  3232. | #define HAVE_UNISTD_H 1
  3233. | #define HAVE_DLFCN_H 1
  3234. | #define HAVE_NETINET_IN_H 1
  3235. | #define HAVE_NETINET_IN_SYSTM_H 1
  3236. | #define HAVE_NETINET_TCP_H 1
  3237. | #define HAVE_ARPA_INET_H 1
  3238. | #define HAVE_NETDB_H 1
  3239. | #define HAVE_SYS_TIME_H 1
  3240. | #define HAVE_SYS_IOCTL_H 1
  3241. | #define HAVE_SYS_STAT_H 1
  3242. | #define HAVE_SYS_MMAN_H 1
  3243. | #define HAVE_SYS_FILE_H 1
  3244. | #define HAVE_SYS_WAIT_H 1
  3245. | #define HAVE_UNISTD_H 1
  3246. | #define HAVE_SIGNAL_H 1
  3247. | #define HAVE_LIBGEN_H 1
  3248. | #define HAVE_STROPTS_H 1
  3249. | #define HAVE_SYSLOG_H 1
  3250. | #define HAVE_PWD_H 1
  3251. | #define HAVE_GRP_H 1
  3252. | #define HAVE_SYS_UIO_H 1
  3253. | #define HAVE_LINUX_SOCKIOS_H 1
  3254. | #define HAVE_LINUX_TYPES_H 1
  3255. | #define HAVE_SYS_POLL_H 1
  3256. | #define HAVE_SYS_EPOLL_H 1
  3257. | #define HAVE_ERR_H 1
  3258. | #define HAVE_NET_IF_H 1
  3259. | #define HAVE_NETINET_IP_H 1
  3260. | #define HAVE_NETINET_IF_ETHER_H 1
  3261. | #define HAVE_RESOLV_H 1
  3262. | #define HAVE_SYS_UN_H 1
  3263. | #define HAVE_IN_ADDR_T 1
  3264. | #define HAVE_IPHDR 1
  3265. | /* end confdefs.h. */
  3266. |
  3267. | #ifdef HAVE_STDLIB_H
  3268. | #include <stdlib.h>
  3269. | #endif
  3270. | #ifdef HAVE_SYS_TYPES_H
  3271. | #include <sys/types.h>
  3272. | #endif
  3273. | #ifdef HAVE_SYS_SOCKET_H
  3274. | #include <sys/socket.h>
  3275. | #endif
  3276. | #ifdef HAVE_NETINET_IN_H
  3277. | #include <netinet/in.h>
  3278. | #endif
  3279. | #ifdef HAVE_WINDOWS_H
  3280. | #include <windows.h>
  3281. | #endif
  3282. | #ifdef HAVE_WINSOCK2_H
  3283. | #include <winsock2.h>
  3284. | #endif
  3285. | #ifdef HAVE_WS2TCPIP_H
  3286. | #include <ws2tcpip.h>
  3287. | #endif
  3288. | #ifdef HAVE_NETINET_IN_SYSTM_H
  3289. | #include <netinet/in_systm.h>
  3290. | #endif
  3291. | #ifdef HAVE_NETINET_IP_H
  3292. | #include <netinet/ip.h>
  3293. | #endif
  3294. |
  3295. |
  3296. |
  3297. | int
  3298. | main ()
  3299. | {
  3300. | if (sizeof (struct sock_extended_err))
  3301. | return 0;
  3302. | ;
  3303. | return 0;
  3304. | }
  3305. configure:14427: result: no
  3306. configure:14436: checking for struct msghdr
  3307. configure:14436: gcc -c -g -O2 conftest.c >&5
  3308. configure:14436: $? = 0
  3309. configure:14436: gcc -c -g -O2 conftest.c >&5
  3310. conftest.c: In function 'main':
  3311. conftest.c:119:28: error: expected expression before ')' token
  3312. if (sizeof ((struct msghdr)))
  3313. ^
  3314. configure:14436: $? = 1
  3315. configure: failed program was:
  3316. | /* confdefs.h */
  3317. | #define PACKAGE_NAME "OpenVPN"
  3318. | #define PACKAGE_TARNAME "openvpn"
  3319. | #define PACKAGE_VERSION "2.3.4"
  3320. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  3321. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  3322. | #define PACKAGE_URL ""
  3323. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  3324. | #define PACKAGE "openvpn"
  3325. | #define VERSION "2.3.4"
  3326. | #define STDC_HEADERS 1
  3327. | #define HAVE_SYS_TYPES_H 1
  3328. | #define HAVE_SYS_STAT_H 1
  3329. | #define HAVE_STDLIB_H 1
  3330. | #define HAVE_STRING_H 1
  3331. | #define HAVE_MEMORY_H 1
  3332. | #define HAVE_STRINGS_H 1
  3333. | #define HAVE_INTTYPES_H 1
  3334. | #define HAVE_STDINT_H 1
  3335. | #define HAVE_UNISTD_H 1
  3336. | #define __EXTENSIONS__ 1
  3337. | #define _ALL_SOURCE 1
  3338. | #define _GNU_SOURCE 1
  3339. | #define _POSIX_PTHREAD_SEMANTICS 1
  3340. | #define _TANDEM_SOURCE 1
  3341. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  3342. | #define TARGET_LINUX 1
  3343. | #define TARGET_PREFIX "L"
  3344. | #define IFCONFIG_PATH "/sbin/ifconfig"
  3345. | #define IPROUTE_PATH "/sbin/ip"
  3346. | #define ROUTE_PATH "/sbin/route"
  3347. | #define HAVE_DLFCN_H 1
  3348. | #define LT_OBJDIR ".libs/"
  3349. | #define RETSIGTYPE void
  3350. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  3351. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  3352. | #define EMPTY_ARRAY_SIZE 0
  3353. | #define SIZEOF_UNSIGNED_INT 4
  3354. | #define SIZEOF_UNSIGNED_LONG 8
  3355. | #define HAVE_STDIO_H 1
  3356. | #define HAVE_STDARG_H 1
  3357. | #define HAVE_STDBOOL_H 1
  3358. | #define HAVE_LIMITS_H 1
  3359. | #define HAVE_TIME_H 1
  3360. | #define HAVE_ERRNO_H 1
  3361. | #define HAVE_FCNTL_H 1
  3362. | #define HAVE_CTYPE_H 1
  3363. | #define HAVE_SYS_TYPES_H 1
  3364. | #define HAVE_SYS_SOCKET_H 1
  3365. | #define HAVE_SIGNAL_H 1
  3366. | #define HAVE_UNISTD_H 1
  3367. | #define HAVE_DLFCN_H 1
  3368. | #define HAVE_NETINET_IN_H 1
  3369. | #define HAVE_NETINET_IN_SYSTM_H 1
  3370. | #define HAVE_NETINET_TCP_H 1
  3371. | #define HAVE_ARPA_INET_H 1
  3372. | #define HAVE_NETDB_H 1
  3373. | #define HAVE_SYS_TIME_H 1
  3374. | #define HAVE_SYS_IOCTL_H 1
  3375. | #define HAVE_SYS_STAT_H 1
  3376. | #define HAVE_SYS_MMAN_H 1
  3377. | #define HAVE_SYS_FILE_H 1
  3378. | #define HAVE_SYS_WAIT_H 1
  3379. | #define HAVE_UNISTD_H 1
  3380. | #define HAVE_SIGNAL_H 1
  3381. | #define HAVE_LIBGEN_H 1
  3382. | #define HAVE_STROPTS_H 1
  3383. | #define HAVE_SYSLOG_H 1
  3384. | #define HAVE_PWD_H 1
  3385. | #define HAVE_GRP_H 1
  3386. | #define HAVE_SYS_UIO_H 1
  3387. | #define HAVE_LINUX_SOCKIOS_H 1
  3388. | #define HAVE_LINUX_TYPES_H 1
  3389. | #define HAVE_SYS_POLL_H 1
  3390. | #define HAVE_SYS_EPOLL_H 1
  3391. | #define HAVE_ERR_H 1
  3392. | #define HAVE_NET_IF_H 1
  3393. | #define HAVE_NETINET_IP_H 1
  3394. | #define HAVE_NETINET_IF_ETHER_H 1
  3395. | #define HAVE_RESOLV_H 1
  3396. | #define HAVE_SYS_UN_H 1
  3397. | #define HAVE_IN_ADDR_T 1
  3398. | #define HAVE_IPHDR 1
  3399. | /* end confdefs.h. */
  3400. |
  3401. | #ifdef HAVE_STDLIB_H
  3402. | #include <stdlib.h>
  3403. | #endif
  3404. | #ifdef HAVE_SYS_TYPES_H
  3405. | #include <sys/types.h>
  3406. | #endif
  3407. | #ifdef HAVE_SYS_SOCKET_H
  3408. | #include <sys/socket.h>
  3409. | #endif
  3410. | #ifdef HAVE_NETINET_IN_H
  3411. | #include <netinet/in.h>
  3412. | #endif
  3413. | #ifdef HAVE_WINDOWS_H
  3414. | #include <windows.h>
  3415. | #endif
  3416. | #ifdef HAVE_WINSOCK2_H
  3417. | #include <winsock2.h>
  3418. | #endif
  3419. | #ifdef HAVE_WS2TCPIP_H
  3420. | #include <ws2tcpip.h>
  3421. | #endif
  3422. | #ifdef HAVE_NETINET_IN_SYSTM_H
  3423. | #include <netinet/in_systm.h>
  3424. | #endif
  3425. | #ifdef HAVE_NETINET_IP_H
  3426. | #include <netinet/ip.h>
  3427. | #endif
  3428. |
  3429. |
  3430. |
  3431. | int
  3432. | main ()
  3433. | {
  3434. | if (sizeof ((struct msghdr)))
  3435. | return 0;
  3436. | ;
  3437. | return 0;
  3438. | }
  3439. configure:14436: result: yes
  3440. configure:14445: checking for struct cmsghdr
  3441. configure:14445: gcc -c -g -O2 conftest.c >&5
  3442. configure:14445: $? = 0
  3443. configure:14445: gcc -c -g -O2 conftest.c >&5
  3444. conftest.c: In function 'main':
  3445. conftest.c:120:29: error: expected expression before ')' token
  3446. if (sizeof ((struct cmsghdr)))
  3447. ^
  3448. configure:14445: $? = 1
  3449. configure: failed program was:
  3450. | /* confdefs.h */
  3451. | #define PACKAGE_NAME "OpenVPN"
  3452. | #define PACKAGE_TARNAME "openvpn"
  3453. | #define PACKAGE_VERSION "2.3.4"
  3454. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  3455. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  3456. | #define PACKAGE_URL ""
  3457. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  3458. | #define PACKAGE "openvpn"
  3459. | #define VERSION "2.3.4"
  3460. | #define STDC_HEADERS 1
  3461. | #define HAVE_SYS_TYPES_H 1
  3462. | #define HAVE_SYS_STAT_H 1
  3463. | #define HAVE_STDLIB_H 1
  3464. | #define HAVE_STRING_H 1
  3465. | #define HAVE_MEMORY_H 1
  3466. | #define HAVE_STRINGS_H 1
  3467. | #define HAVE_INTTYPES_H 1
  3468. | #define HAVE_STDINT_H 1
  3469. | #define HAVE_UNISTD_H 1
  3470. | #define __EXTENSIONS__ 1
  3471. | #define _ALL_SOURCE 1
  3472. | #define _GNU_SOURCE 1
  3473. | #define _POSIX_PTHREAD_SEMANTICS 1
  3474. | #define _TANDEM_SOURCE 1
  3475. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  3476. | #define TARGET_LINUX 1
  3477. | #define TARGET_PREFIX "L"
  3478. | #define IFCONFIG_PATH "/sbin/ifconfig"
  3479. | #define IPROUTE_PATH "/sbin/ip"
  3480. | #define ROUTE_PATH "/sbin/route"
  3481. | #define HAVE_DLFCN_H 1
  3482. | #define LT_OBJDIR ".libs/"
  3483. | #define RETSIGTYPE void
  3484. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  3485. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  3486. | #define EMPTY_ARRAY_SIZE 0
  3487. | #define SIZEOF_UNSIGNED_INT 4
  3488. | #define SIZEOF_UNSIGNED_LONG 8
  3489. | #define HAVE_STDIO_H 1
  3490. | #define HAVE_STDARG_H 1
  3491. | #define HAVE_STDBOOL_H 1
  3492. | #define HAVE_LIMITS_H 1
  3493. | #define HAVE_TIME_H 1
  3494. | #define HAVE_ERRNO_H 1
  3495. | #define HAVE_FCNTL_H 1
  3496. | #define HAVE_CTYPE_H 1
  3497. | #define HAVE_SYS_TYPES_H 1
  3498. | #define HAVE_SYS_SOCKET_H 1
  3499. | #define HAVE_SIGNAL_H 1
  3500. | #define HAVE_UNISTD_H 1
  3501. | #define HAVE_DLFCN_H 1
  3502. | #define HAVE_NETINET_IN_H 1
  3503. | #define HAVE_NETINET_IN_SYSTM_H 1
  3504. | #define HAVE_NETINET_TCP_H 1
  3505. | #define HAVE_ARPA_INET_H 1
  3506. | #define HAVE_NETDB_H 1
  3507. | #define HAVE_SYS_TIME_H 1
  3508. | #define HAVE_SYS_IOCTL_H 1
  3509. | #define HAVE_SYS_STAT_H 1
  3510. | #define HAVE_SYS_MMAN_H 1
  3511. | #define HAVE_SYS_FILE_H 1
  3512. | #define HAVE_SYS_WAIT_H 1
  3513. | #define HAVE_UNISTD_H 1
  3514. | #define HAVE_SIGNAL_H 1
  3515. | #define HAVE_LIBGEN_H 1
  3516. | #define HAVE_STROPTS_H 1
  3517. | #define HAVE_SYSLOG_H 1
  3518. | #define HAVE_PWD_H 1
  3519. | #define HAVE_GRP_H 1
  3520. | #define HAVE_SYS_UIO_H 1
  3521. | #define HAVE_LINUX_SOCKIOS_H 1
  3522. | #define HAVE_LINUX_TYPES_H 1
  3523. | #define HAVE_SYS_POLL_H 1
  3524. | #define HAVE_SYS_EPOLL_H 1
  3525. | #define HAVE_ERR_H 1
  3526. | #define HAVE_NET_IF_H 1
  3527. | #define HAVE_NETINET_IP_H 1
  3528. | #define HAVE_NETINET_IF_ETHER_H 1
  3529. | #define HAVE_RESOLV_H 1
  3530. | #define HAVE_SYS_UN_H 1
  3531. | #define HAVE_IN_ADDR_T 1
  3532. | #define HAVE_IPHDR 1
  3533. | #define HAVE_MSGHDR 1
  3534. | /* end confdefs.h. */
  3535. |
  3536. | #ifdef HAVE_STDLIB_H
  3537. | #include <stdlib.h>
  3538. | #endif
  3539. | #ifdef HAVE_SYS_TYPES_H
  3540. | #include <sys/types.h>
  3541. | #endif
  3542. | #ifdef HAVE_SYS_SOCKET_H
  3543. | #include <sys/socket.h>
  3544. | #endif
  3545. | #ifdef HAVE_NETINET_IN_H
  3546. | #include <netinet/in.h>
  3547. | #endif
  3548. | #ifdef HAVE_WINDOWS_H
  3549. | #include <windows.h>
  3550. | #endif
  3551. | #ifdef HAVE_WINSOCK2_H
  3552. | #include <winsock2.h>
  3553. | #endif
  3554. | #ifdef HAVE_WS2TCPIP_H
  3555. | #include <ws2tcpip.h>
  3556. | #endif
  3557. | #ifdef HAVE_NETINET_IN_SYSTM_H
  3558. | #include <netinet/in_systm.h>
  3559. | #endif
  3560. | #ifdef HAVE_NETINET_IP_H
  3561. | #include <netinet/ip.h>
  3562. | #endif
  3563. |
  3564. |
  3565. |
  3566. | int
  3567. | main ()
  3568. | {
  3569. | if (sizeof ((struct cmsghdr)))
  3570. | return 0;
  3571. | ;
  3572. | return 0;
  3573. | }
  3574. configure:14445: result: yes
  3575. configure:14454: checking for struct in_pktinfo
  3576. configure:14454: gcc -c -g -O2 conftest.c >&5
  3577. configure:14454: $? = 0
  3578. configure:14454: gcc -c -g -O2 conftest.c >&5
  3579. conftest.c: In function 'main':
  3580. conftest.c:121:32: error: expected expression before ')' token
  3581. if (sizeof ((struct in_pktinfo)))
  3582. ^
  3583. configure:14454: $? = 1
  3584. configure: failed program was:
  3585. | /* confdefs.h */
  3586. | #define PACKAGE_NAME "OpenVPN"
  3587. | #define PACKAGE_TARNAME "openvpn"
  3588. | #define PACKAGE_VERSION "2.3.4"
  3589. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  3590. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  3591. | #define PACKAGE_URL ""
  3592. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  3593. | #define PACKAGE "openvpn"
  3594. | #define VERSION "2.3.4"
  3595. | #define STDC_HEADERS 1
  3596. | #define HAVE_SYS_TYPES_H 1
  3597. | #define HAVE_SYS_STAT_H 1
  3598. | #define HAVE_STDLIB_H 1
  3599. | #define HAVE_STRING_H 1
  3600. | #define HAVE_MEMORY_H 1
  3601. | #define HAVE_STRINGS_H 1
  3602. | #define HAVE_INTTYPES_H 1
  3603. | #define HAVE_STDINT_H 1
  3604. | #define HAVE_UNISTD_H 1
  3605. | #define __EXTENSIONS__ 1
  3606. | #define _ALL_SOURCE 1
  3607. | #define _GNU_SOURCE 1
  3608. | #define _POSIX_PTHREAD_SEMANTICS 1
  3609. | #define _TANDEM_SOURCE 1
  3610. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  3611. | #define TARGET_LINUX 1
  3612. | #define TARGET_PREFIX "L"
  3613. | #define IFCONFIG_PATH "/sbin/ifconfig"
  3614. | #define IPROUTE_PATH "/sbin/ip"
  3615. | #define ROUTE_PATH "/sbin/route"
  3616. | #define HAVE_DLFCN_H 1
  3617. | #define LT_OBJDIR ".libs/"
  3618. | #define RETSIGTYPE void
  3619. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  3620. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  3621. | #define EMPTY_ARRAY_SIZE 0
  3622. | #define SIZEOF_UNSIGNED_INT 4
  3623. | #define SIZEOF_UNSIGNED_LONG 8
  3624. | #define HAVE_STDIO_H 1
  3625. | #define HAVE_STDARG_H 1
  3626. | #define HAVE_STDBOOL_H 1
  3627. | #define HAVE_LIMITS_H 1
  3628. | #define HAVE_TIME_H 1
  3629. | #define HAVE_ERRNO_H 1
  3630. | #define HAVE_FCNTL_H 1
  3631. | #define HAVE_CTYPE_H 1
  3632. | #define HAVE_SYS_TYPES_H 1
  3633. | #define HAVE_SYS_SOCKET_H 1
  3634. | #define HAVE_SIGNAL_H 1
  3635. | #define HAVE_UNISTD_H 1
  3636. | #define HAVE_DLFCN_H 1
  3637. | #define HAVE_NETINET_IN_H 1
  3638. | #define HAVE_NETINET_IN_SYSTM_H 1
  3639. | #define HAVE_NETINET_TCP_H 1
  3640. | #define HAVE_ARPA_INET_H 1
  3641. | #define HAVE_NETDB_H 1
  3642. | #define HAVE_SYS_TIME_H 1
  3643. | #define HAVE_SYS_IOCTL_H 1
  3644. | #define HAVE_SYS_STAT_H 1
  3645. | #define HAVE_SYS_MMAN_H 1
  3646. | #define HAVE_SYS_FILE_H 1
  3647. | #define HAVE_SYS_WAIT_H 1
  3648. | #define HAVE_UNISTD_H 1
  3649. | #define HAVE_SIGNAL_H 1
  3650. | #define HAVE_LIBGEN_H 1
  3651. | #define HAVE_STROPTS_H 1
  3652. | #define HAVE_SYSLOG_H 1
  3653. | #define HAVE_PWD_H 1
  3654. | #define HAVE_GRP_H 1
  3655. | #define HAVE_SYS_UIO_H 1
  3656. | #define HAVE_LINUX_SOCKIOS_H 1
  3657. | #define HAVE_LINUX_TYPES_H 1
  3658. | #define HAVE_SYS_POLL_H 1
  3659. | #define HAVE_SYS_EPOLL_H 1
  3660. | #define HAVE_ERR_H 1
  3661. | #define HAVE_NET_IF_H 1
  3662. | #define HAVE_NETINET_IP_H 1
  3663. | #define HAVE_NETINET_IF_ETHER_H 1
  3664. | #define HAVE_RESOLV_H 1
  3665. | #define HAVE_SYS_UN_H 1
  3666. | #define HAVE_IN_ADDR_T 1
  3667. | #define HAVE_IPHDR 1
  3668. | #define HAVE_MSGHDR 1
  3669. | #define HAVE_CMSGHDR 1
  3670. | /* end confdefs.h. */
  3671. |
  3672. | #ifdef HAVE_STDLIB_H
  3673. | #include <stdlib.h>
  3674. | #endif
  3675. | #ifdef HAVE_SYS_TYPES_H
  3676. | #include <sys/types.h>
  3677. | #endif
  3678. | #ifdef HAVE_SYS_SOCKET_H
  3679. | #include <sys/socket.h>
  3680. | #endif
  3681. | #ifdef HAVE_NETINET_IN_H
  3682. | #include <netinet/in.h>
  3683. | #endif
  3684. | #ifdef HAVE_WINDOWS_H
  3685. | #include <windows.h>
  3686. | #endif
  3687. | #ifdef HAVE_WINSOCK2_H
  3688. | #include <winsock2.h>
  3689. | #endif
  3690. | #ifdef HAVE_WS2TCPIP_H
  3691. | #include <ws2tcpip.h>
  3692. | #endif
  3693. | #ifdef HAVE_NETINET_IN_SYSTM_H
  3694. | #include <netinet/in_systm.h>
  3695. | #endif
  3696. | #ifdef HAVE_NETINET_IP_H
  3697. | #include <netinet/ip.h>
  3698. | #endif
  3699. |
  3700. |
  3701. |
  3702. | int
  3703. | main ()
  3704. | {
  3705. | if (sizeof ((struct in_pktinfo)))
  3706. | return 0;
  3707. | ;
  3708. | return 0;
  3709. | }
  3710. configure:14454: result: yes
  3711. configure:14463: checking for struct sockaddr_in6
  3712. configure:14463: gcc -c -g -O2 conftest.c >&5
  3713. configure:14463: $? = 0
  3714. configure:14463: gcc -c -g -O2 conftest.c >&5
  3715. conftest.c: In function 'main':
  3716. conftest.c:122:34: error: expected expression before ')' token
  3717. if (sizeof ((struct sockaddr_in6)))
  3718. ^
  3719. configure:14463: $? = 1
  3720. configure: failed program was:
  3721. | /* confdefs.h */
  3722. | #define PACKAGE_NAME "OpenVPN"
  3723. | #define PACKAGE_TARNAME "openvpn"
  3724. | #define PACKAGE_VERSION "2.3.4"
  3725. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  3726. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  3727. | #define PACKAGE_URL ""
  3728. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  3729. | #define PACKAGE "openvpn"
  3730. | #define VERSION "2.3.4"
  3731. | #define STDC_HEADERS 1
  3732. | #define HAVE_SYS_TYPES_H 1
  3733. | #define HAVE_SYS_STAT_H 1
  3734. | #define HAVE_STDLIB_H 1
  3735. | #define HAVE_STRING_H 1
  3736. | #define HAVE_MEMORY_H 1
  3737. | #define HAVE_STRINGS_H 1
  3738. | #define HAVE_INTTYPES_H 1
  3739. | #define HAVE_STDINT_H 1
  3740. | #define HAVE_UNISTD_H 1
  3741. | #define __EXTENSIONS__ 1
  3742. | #define _ALL_SOURCE 1
  3743. | #define _GNU_SOURCE 1
  3744. | #define _POSIX_PTHREAD_SEMANTICS 1
  3745. | #define _TANDEM_SOURCE 1
  3746. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  3747. | #define TARGET_LINUX 1
  3748. | #define TARGET_PREFIX "L"
  3749. | #define IFCONFIG_PATH "/sbin/ifconfig"
  3750. | #define IPROUTE_PATH "/sbin/ip"
  3751. | #define ROUTE_PATH "/sbin/route"
  3752. | #define HAVE_DLFCN_H 1
  3753. | #define LT_OBJDIR ".libs/"
  3754. | #define RETSIGTYPE void
  3755. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  3756. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  3757. | #define EMPTY_ARRAY_SIZE 0
  3758. | #define SIZEOF_UNSIGNED_INT 4
  3759. | #define SIZEOF_UNSIGNED_LONG 8
  3760. | #define HAVE_STDIO_H 1
  3761. | #define HAVE_STDARG_H 1
  3762. | #define HAVE_STDBOOL_H 1
  3763. | #define HAVE_LIMITS_H 1
  3764. | #define HAVE_TIME_H 1
  3765. | #define HAVE_ERRNO_H 1
  3766. | #define HAVE_FCNTL_H 1
  3767. | #define HAVE_CTYPE_H 1
  3768. | #define HAVE_SYS_TYPES_H 1
  3769. | #define HAVE_SYS_SOCKET_H 1
  3770. | #define HAVE_SIGNAL_H 1
  3771. | #define HAVE_UNISTD_H 1
  3772. | #define HAVE_DLFCN_H 1
  3773. | #define HAVE_NETINET_IN_H 1
  3774. | #define HAVE_NETINET_IN_SYSTM_H 1
  3775. | #define HAVE_NETINET_TCP_H 1
  3776. | #define HAVE_ARPA_INET_H 1
  3777. | #define HAVE_NETDB_H 1
  3778. | #define HAVE_SYS_TIME_H 1
  3779. | #define HAVE_SYS_IOCTL_H 1
  3780. | #define HAVE_SYS_STAT_H 1
  3781. | #define HAVE_SYS_MMAN_H 1
  3782. | #define HAVE_SYS_FILE_H 1
  3783. | #define HAVE_SYS_WAIT_H 1
  3784. | #define HAVE_UNISTD_H 1
  3785. | #define HAVE_SIGNAL_H 1
  3786. | #define HAVE_LIBGEN_H 1
  3787. | #define HAVE_STROPTS_H 1
  3788. | #define HAVE_SYSLOG_H 1
  3789. | #define HAVE_PWD_H 1
  3790. | #define HAVE_GRP_H 1
  3791. | #define HAVE_SYS_UIO_H 1
  3792. | #define HAVE_LINUX_SOCKIOS_H 1
  3793. | #define HAVE_LINUX_TYPES_H 1
  3794. | #define HAVE_SYS_POLL_H 1
  3795. | #define HAVE_SYS_EPOLL_H 1
  3796. | #define HAVE_ERR_H 1
  3797. | #define HAVE_NET_IF_H 1
  3798. | #define HAVE_NETINET_IP_H 1
  3799. | #define HAVE_NETINET_IF_ETHER_H 1
  3800. | #define HAVE_RESOLV_H 1
  3801. | #define HAVE_SYS_UN_H 1
  3802. | #define HAVE_IN_ADDR_T 1
  3803. | #define HAVE_IPHDR 1
  3804. | #define HAVE_MSGHDR 1
  3805. | #define HAVE_CMSGHDR 1
  3806. | #define HAVE_IN_PKTINFO 1
  3807. | /* end confdefs.h. */
  3808. |
  3809. | #ifdef HAVE_STDLIB_H
  3810. | #include <stdlib.h>
  3811. | #endif
  3812. | #ifdef HAVE_SYS_TYPES_H
  3813. | #include <sys/types.h>
  3814. | #endif
  3815. | #ifdef HAVE_SYS_SOCKET_H
  3816. | #include <sys/socket.h>
  3817. | #endif
  3818. | #ifdef HAVE_NETINET_IN_H
  3819. | #include <netinet/in.h>
  3820. | #endif
  3821. | #ifdef HAVE_WINDOWS_H
  3822. | #include <windows.h>
  3823. | #endif
  3824. | #ifdef HAVE_WINSOCK2_H
  3825. | #include <winsock2.h>
  3826. | #endif
  3827. | #ifdef HAVE_WS2TCPIP_H
  3828. | #include <ws2tcpip.h>
  3829. | #endif
  3830. | #ifdef HAVE_NETINET_IN_SYSTM_H
  3831. | #include <netinet/in_systm.h>
  3832. | #endif
  3833. | #ifdef HAVE_NETINET_IP_H
  3834. | #include <netinet/ip.h>
  3835. | #endif
  3836. |
  3837. |
  3838. |
  3839. | int
  3840. | main ()
  3841. | {
  3842. | if (sizeof ((struct sockaddr_in6)))
  3843. | return 0;
  3844. | ;
  3845. | return 0;
  3846. | }
  3847. configure:14463: result: yes
  3848. configure:14472: checking whether SO_MARK is declared
  3849. configure:14472: gcc -c -g -O2 conftest.c >&5
  3850. configure:14472: $? = 0
  3851. configure:14472: result: yes
  3852. configure:14486: checking whether SIGHUP is declared
  3853. configure:14486: gcc -c -g -O2 conftest.c >&5
  3854. configure:14486: $? = 0
  3855. configure:14486: result: yes
  3856. configure:14510: checking whether SIGINT is declared
  3857. configure:14510: gcc -c -g -O2 conftest.c >&5
  3858. configure:14510: $? = 0
  3859. configure:14510: result: yes
  3860. configure:14534: checking whether SIGUSR1 is declared
  3861. configure:14534: gcc -c -g -O2 conftest.c >&5
  3862. configure:14534: $? = 0
  3863. configure:14534: result: yes
  3864. configure:14558: checking whether SIGUSR2 is declared
  3865. configure:14558: gcc -c -g -O2 conftest.c >&5
  3866. configure:14558: $? = 0
  3867. configure:14558: result: yes
  3868. configure:14582: checking whether SIGTERM is declared
  3869. configure:14582: gcc -c -g -O2 conftest.c >&5
  3870. configure:14582: $? = 0
  3871. configure:14582: result: yes
  3872. configure:14609: checking vfork.h usability
  3873. configure:14609: gcc -c -g -O2 conftest.c >&5
  3874. conftest.c:127:19: fatal error: vfork.h: No such file or directory
  3875. #include <vfork.h>
  3876. ^
  3877. compilation terminated.
  3878. configure:14609: $? = 1
  3879. configure: failed program was:
  3880. | /* confdefs.h */
  3881. | #define PACKAGE_NAME "OpenVPN"
  3882. | #define PACKAGE_TARNAME "openvpn"
  3883. | #define PACKAGE_VERSION "2.3.4"
  3884. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  3885. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  3886. | #define PACKAGE_URL ""
  3887. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  3888. | #define PACKAGE "openvpn"
  3889. | #define VERSION "2.3.4"
  3890. | #define STDC_HEADERS 1
  3891. | #define HAVE_SYS_TYPES_H 1
  3892. | #define HAVE_SYS_STAT_H 1
  3893. | #define HAVE_STDLIB_H 1
  3894. | #define HAVE_STRING_H 1
  3895. | #define HAVE_MEMORY_H 1
  3896. | #define HAVE_STRINGS_H 1
  3897. | #define HAVE_INTTYPES_H 1
  3898. | #define HAVE_STDINT_H 1
  3899. | #define HAVE_UNISTD_H 1
  3900. | #define __EXTENSIONS__ 1
  3901. | #define _ALL_SOURCE 1
  3902. | #define _GNU_SOURCE 1
  3903. | #define _POSIX_PTHREAD_SEMANTICS 1
  3904. | #define _TANDEM_SOURCE 1
  3905. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  3906. | #define TARGET_LINUX 1
  3907. | #define TARGET_PREFIX "L"
  3908. | #define IFCONFIG_PATH "/sbin/ifconfig"
  3909. | #define IPROUTE_PATH "/sbin/ip"
  3910. | #define ROUTE_PATH "/sbin/route"
  3911. | #define HAVE_DLFCN_H 1
  3912. | #define LT_OBJDIR ".libs/"
  3913. | #define RETSIGTYPE void
  3914. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  3915. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  3916. | #define EMPTY_ARRAY_SIZE 0
  3917. | #define SIZEOF_UNSIGNED_INT 4
  3918. | #define SIZEOF_UNSIGNED_LONG 8
  3919. | #define HAVE_STDIO_H 1
  3920. | #define HAVE_STDARG_H 1
  3921. | #define HAVE_STDBOOL_H 1
  3922. | #define HAVE_LIMITS_H 1
  3923. | #define HAVE_TIME_H 1
  3924. | #define HAVE_ERRNO_H 1
  3925. | #define HAVE_FCNTL_H 1
  3926. | #define HAVE_CTYPE_H 1
  3927. | #define HAVE_SYS_TYPES_H 1
  3928. | #define HAVE_SYS_SOCKET_H 1
  3929. | #define HAVE_SIGNAL_H 1
  3930. | #define HAVE_UNISTD_H 1
  3931. | #define HAVE_DLFCN_H 1
  3932. | #define HAVE_NETINET_IN_H 1
  3933. | #define HAVE_NETINET_IN_SYSTM_H 1
  3934. | #define HAVE_NETINET_TCP_H 1
  3935. | #define HAVE_ARPA_INET_H 1
  3936. | #define HAVE_NETDB_H 1
  3937. | #define HAVE_SYS_TIME_H 1
  3938. | #define HAVE_SYS_IOCTL_H 1
  3939. | #define HAVE_SYS_STAT_H 1
  3940. | #define HAVE_SYS_MMAN_H 1
  3941. | #define HAVE_SYS_FILE_H 1
  3942. | #define HAVE_SYS_WAIT_H 1
  3943. | #define HAVE_UNISTD_H 1
  3944. | #define HAVE_SIGNAL_H 1
  3945. | #define HAVE_LIBGEN_H 1
  3946. | #define HAVE_STROPTS_H 1
  3947. | #define HAVE_SYSLOG_H 1
  3948. | #define HAVE_PWD_H 1
  3949. | #define HAVE_GRP_H 1
  3950. | #define HAVE_SYS_UIO_H 1
  3951. | #define HAVE_LINUX_SOCKIOS_H 1
  3952. | #define HAVE_LINUX_TYPES_H 1
  3953. | #define HAVE_SYS_POLL_H 1
  3954. | #define HAVE_SYS_EPOLL_H 1
  3955. | #define HAVE_ERR_H 1
  3956. | #define HAVE_NET_IF_H 1
  3957. | #define HAVE_NETINET_IP_H 1
  3958. | #define HAVE_NETINET_IF_ETHER_H 1
  3959. | #define HAVE_RESOLV_H 1
  3960. | #define HAVE_SYS_UN_H 1
  3961. | #define HAVE_IN_ADDR_T 1
  3962. | #define HAVE_IPHDR 1
  3963. | #define HAVE_MSGHDR 1
  3964. | #define HAVE_CMSGHDR 1
  3965. | #define HAVE_IN_PKTINFO 1
  3966. | #define HAVE_DECL_SO_MARK 1
  3967. | #define HAVE_DECL_SIGHUP 1
  3968. | #define HAVE_DECL_SIGINT 1
  3969. | #define HAVE_DECL_SIGUSR1 1
  3970. | #define HAVE_DECL_SIGUSR2 1
  3971. | #define HAVE_DECL_SIGTERM 1
  3972. | /* end confdefs.h. */
  3973. | #include <stdio.h>
  3974. | #ifdef HAVE_SYS_TYPES_H
  3975. | # include <sys/types.h>
  3976. | #endif
  3977. | #ifdef HAVE_SYS_STAT_H
  3978. | # include <sys/stat.h>
  3979. | #endif
  3980. | #ifdef STDC_HEADERS
  3981. | # include <stdlib.h>
  3982. | # include <stddef.h>
  3983. | #else
  3984. | # ifdef HAVE_STDLIB_H
  3985. | # include <stdlib.h>
  3986. | # endif
  3987. | #endif
  3988. | #ifdef HAVE_STRING_H
  3989. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3990. | # include <memory.h>
  3991. | # endif
  3992. | # include <string.h>
  3993. | #endif
  3994. | #ifdef HAVE_STRINGS_H
  3995. | # include <strings.h>
  3996. | #endif
  3997. | #ifdef HAVE_INTTYPES_H
  3998. | # include <inttypes.h>
  3999. | #endif
  4000. | #ifdef HAVE_STDINT_H
  4001. | # include <stdint.h>
  4002. | #endif
  4003. | #ifdef HAVE_UNISTD_H
  4004. | # include <unistd.h>
  4005. | #endif
  4006. | #include <vfork.h>
  4007. configure:14609: result: no
  4008. configure:14609: checking vfork.h presence
  4009. configure:14609: gcc -E conftest.c
  4010. conftest.c:94:19: fatal error: vfork.h: No such file or directory
  4011. #include <vfork.h>
  4012. ^
  4013. compilation terminated.
  4014. configure:14609: $? = 1
  4015. configure: failed program was:
  4016. | /* confdefs.h */
  4017. | #define PACKAGE_NAME "OpenVPN"
  4018. | #define PACKAGE_TARNAME "openvpn"
  4019. | #define PACKAGE_VERSION "2.3.4"
  4020. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  4021. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  4022. | #define PACKAGE_URL ""
  4023. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  4024. | #define PACKAGE "openvpn"
  4025. | #define VERSION "2.3.4"
  4026. | #define STDC_HEADERS 1
  4027. | #define HAVE_SYS_TYPES_H 1
  4028. | #define HAVE_SYS_STAT_H 1
  4029. | #define HAVE_STDLIB_H 1
  4030. | #define HAVE_STRING_H 1
  4031. | #define HAVE_MEMORY_H 1
  4032. | #define HAVE_STRINGS_H 1
  4033. | #define HAVE_INTTYPES_H 1
  4034. | #define HAVE_STDINT_H 1
  4035. | #define HAVE_UNISTD_H 1
  4036. | #define __EXTENSIONS__ 1
  4037. | #define _ALL_SOURCE 1
  4038. | #define _GNU_SOURCE 1
  4039. | #define _POSIX_PTHREAD_SEMANTICS 1
  4040. | #define _TANDEM_SOURCE 1
  4041. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  4042. | #define TARGET_LINUX 1
  4043. | #define TARGET_PREFIX "L"
  4044. | #define IFCONFIG_PATH "/sbin/ifconfig"
  4045. | #define IPROUTE_PATH "/sbin/ip"
  4046. | #define ROUTE_PATH "/sbin/route"
  4047. | #define HAVE_DLFCN_H 1
  4048. | #define LT_OBJDIR ".libs/"
  4049. | #define RETSIGTYPE void
  4050. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  4051. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  4052. | #define EMPTY_ARRAY_SIZE 0
  4053. | #define SIZEOF_UNSIGNED_INT 4
  4054. | #define SIZEOF_UNSIGNED_LONG 8
  4055. | #define HAVE_STDIO_H 1
  4056. | #define HAVE_STDARG_H 1
  4057. | #define HAVE_STDBOOL_H 1
  4058. | #define HAVE_LIMITS_H 1
  4059. | #define HAVE_TIME_H 1
  4060. | #define HAVE_ERRNO_H 1
  4061. | #define HAVE_FCNTL_H 1
  4062. | #define HAVE_CTYPE_H 1
  4063. | #define HAVE_SYS_TYPES_H 1
  4064. | #define HAVE_SYS_SOCKET_H 1
  4065. | #define HAVE_SIGNAL_H 1
  4066. | #define HAVE_UNISTD_H 1
  4067. | #define HAVE_DLFCN_H 1
  4068. | #define HAVE_NETINET_IN_H 1
  4069. | #define HAVE_NETINET_IN_SYSTM_H 1
  4070. | #define HAVE_NETINET_TCP_H 1
  4071. | #define HAVE_ARPA_INET_H 1
  4072. | #define HAVE_NETDB_H 1
  4073. | #define HAVE_SYS_TIME_H 1
  4074. | #define HAVE_SYS_IOCTL_H 1
  4075. | #define HAVE_SYS_STAT_H 1
  4076. | #define HAVE_SYS_MMAN_H 1
  4077. | #define HAVE_SYS_FILE_H 1
  4078. | #define HAVE_SYS_WAIT_H 1
  4079. | #define HAVE_UNISTD_H 1
  4080. | #define HAVE_SIGNAL_H 1
  4081. | #define HAVE_LIBGEN_H 1
  4082. | #define HAVE_STROPTS_H 1
  4083. | #define HAVE_SYSLOG_H 1
  4084. | #define HAVE_PWD_H 1
  4085. | #define HAVE_GRP_H 1
  4086. | #define HAVE_SYS_UIO_H 1
  4087. | #define HAVE_LINUX_SOCKIOS_H 1
  4088. | #define HAVE_LINUX_TYPES_H 1
  4089. | #define HAVE_SYS_POLL_H 1
  4090. | #define HAVE_SYS_EPOLL_H 1
  4091. | #define HAVE_ERR_H 1
  4092. | #define HAVE_NET_IF_H 1
  4093. | #define HAVE_NETINET_IP_H 1
  4094. | #define HAVE_NETINET_IF_ETHER_H 1
  4095. | #define HAVE_RESOLV_H 1
  4096. | #define HAVE_SYS_UN_H 1
  4097. | #define HAVE_IN_ADDR_T 1
  4098. | #define HAVE_IPHDR 1
  4099. | #define HAVE_MSGHDR 1
  4100. | #define HAVE_CMSGHDR 1
  4101. | #define HAVE_IN_PKTINFO 1
  4102. | #define HAVE_DECL_SO_MARK 1
  4103. | #define HAVE_DECL_SIGHUP 1
  4104. | #define HAVE_DECL_SIGINT 1
  4105. | #define HAVE_DECL_SIGUSR1 1
  4106. | #define HAVE_DECL_SIGUSR2 1
  4107. | #define HAVE_DECL_SIGTERM 1
  4108. | /* end confdefs.h. */
  4109. | #include <vfork.h>
  4110. configure:14609: result: no
  4111. configure:14609: checking for vfork.h
  4112. configure:14609: result: no
  4113. configure:14622: checking for fork
  4114. configure:14622: gcc -o conftest -g -O2 conftest.c >&5
  4115. conftest.c:117:6: warning: conflicting types for built-in function 'fork' [enabled by default]
  4116. char fork ();
  4117. ^
  4118. configure:14622: $? = 0
  4119. configure:14622: result: yes
  4120. configure:14622: checking for vfork
  4121. configure:14622: gcc -o conftest -g -O2 conftest.c >&5
  4122. configure:14622: $? = 0
  4123. configure:14622: result: yes
  4124. configure:14632: checking for working fork
  4125. configure:14654: gcc -o conftest -g -O2 conftest.c >&5
  4126. configure:14654: $? = 0
  4127. configure:14654: ./conftest
  4128. configure:14654: $? = 0
  4129. configure:14664: result: yes
  4130. configure:14685: checking for working vfork
  4131. configure:14795: result: yes
  4132. configure:14832: checking for daemon
  4133. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4134. configure:14832: $? = 0
  4135. configure:14832: result: yes
  4136. configure:14832: checking for chroot
  4137. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4138. configure:14832: $? = 0
  4139. configure:14832: result: yes
  4140. configure:14832: checking for getpwnam
  4141. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4142. configure:14832: $? = 0
  4143. configure:14832: result: yes
  4144. configure:14832: checking for setuid
  4145. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4146. configure:14832: $? = 0
  4147. configure:14832: result: yes
  4148. configure:14832: checking for nice
  4149. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4150. configure:14832: $? = 0
  4151. configure:14832: result: yes
  4152. configure:14832: checking for system
  4153. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4154. configure:14832: $? = 0
  4155. configure:14832: result: yes
  4156. configure:14832: checking for getpid
  4157. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4158. configure:14832: $? = 0
  4159. configure:14832: result: yes
  4160. configure:14832: checking for dup
  4161. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4162. configure:14832: $? = 0
  4163. configure:14832: result: yes
  4164. configure:14832: checking for dup2
  4165. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4166. configure:14832: $? = 0
  4167. configure:14832: result: yes
  4168. configure:14832: checking for getpass
  4169. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4170. configure:14832: $? = 0
  4171. configure:14832: result: yes
  4172. configure:14832: checking for strerror
  4173. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4174. configure:14832: $? = 0
  4175. configure:14832: result: yes
  4176. configure:14832: checking for syslog
  4177. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4178. configure:14832: $? = 0
  4179. configure:14832: result: yes
  4180. configure:14832: checking for openlog
  4181. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4182. configure:14832: $? = 0
  4183. configure:14832: result: yes
  4184. configure:14832: checking for mlockall
  4185. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4186. configure:14832: $? = 0
  4187. configure:14832: result: yes
  4188. configure:14832: checking for getgrnam
  4189. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4190. configure:14832: $? = 0
  4191. configure:14832: result: yes
  4192. configure:14832: checking for setgid
  4193. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4194. configure:14832: $? = 0
  4195. configure:14832: result: yes
  4196. configure:14832: checking for setgroups
  4197. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4198. configure:14832: $? = 0
  4199. configure:14832: result: yes
  4200. configure:14832: checking for stat
  4201. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4202. configure:14832: $? = 0
  4203. configure:14832: result: yes
  4204. configure:14832: checking for flock
  4205. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4206. configure:14832: $? = 0
  4207. configure:14832: result: yes
  4208. configure:14832: checking for readv
  4209. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4210. configure:14832: $? = 0
  4211. configure:14832: result: yes
  4212. configure:14832: checking for writev
  4213. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4214. configure:14832: $? = 0
  4215. configure:14832: result: yes
  4216. configure:14832: checking for time
  4217. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4218. configure:14832: $? = 0
  4219. configure:14832: result: yes
  4220. configure:14832: checking for gettimeofday
  4221. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4222. configure:14832: $? = 0
  4223. configure:14832: result: yes
  4224. configure:14832: checking for ctime
  4225. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4226. configure:14832: $? = 0
  4227. configure:14832: result: yes
  4228. configure:14832: checking for memset
  4229. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4230. conftest.c:145:6: warning: conflicting types for built-in function 'memset' [enabled by default]
  4231. char memset ();
  4232. ^
  4233. configure:14832: $? = 0
  4234. configure:14832: result: yes
  4235. configure:14832: checking for vsnprintf
  4236. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4237. conftest.c:146:6: warning: conflicting types for built-in function 'vsnprintf' [enabled by default]
  4238. char vsnprintf ();
  4239. ^
  4240. configure:14832: $? = 0
  4241. configure:14832: result: yes
  4242. configure:14832: checking for strdup
  4243. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4244. conftest.c:147:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
  4245. char strdup ();
  4246. ^
  4247. configure:14832: $? = 0
  4248. configure:14832: result: yes
  4249. configure:14832: checking for setsid
  4250. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4251. configure:14832: $? = 0
  4252. configure:14832: result: yes
  4253. configure:14832: checking for chdir
  4254. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4255. configure:14832: $? = 0
  4256. configure:14832: result: yes
  4257. configure:14832: checking for putenv
  4258. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4259. configure:14832: $? = 0
  4260. configure:14832: result: yes
  4261. configure:14832: checking for getpeername
  4262. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4263. configure:14832: $? = 0
  4264. configure:14832: result: yes
  4265. configure:14832: checking for unlink
  4266. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4267. configure:14832: $? = 0
  4268. configure:14832: result: yes
  4269. configure:14832: checking for chsize
  4270. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4271. /tmp/cc6xSft2.o: In function `main':
  4272. /home/ms2300/Desktop/openvpn-2.3.4/conftest.c:164: undefined reference to `chsize'
  4273. collect2: error: ld returned 1 exit status
  4274. configure:14832: $? = 1
  4275. configure: failed program was:
  4276. | /* confdefs.h */
  4277. | #define PACKAGE_NAME "OpenVPN"
  4278. | #define PACKAGE_TARNAME "openvpn"
  4279. | #define PACKAGE_VERSION "2.3.4"
  4280. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  4281. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  4282. | #define PACKAGE_URL ""
  4283. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  4284. | #define PACKAGE "openvpn"
  4285. | #define VERSION "2.3.4"
  4286. | #define STDC_HEADERS 1
  4287. | #define HAVE_SYS_TYPES_H 1
  4288. | #define HAVE_SYS_STAT_H 1
  4289. | #define HAVE_STDLIB_H 1
  4290. | #define HAVE_STRING_H 1
  4291. | #define HAVE_MEMORY_H 1
  4292. | #define HAVE_STRINGS_H 1
  4293. | #define HAVE_INTTYPES_H 1
  4294. | #define HAVE_STDINT_H 1
  4295. | #define HAVE_UNISTD_H 1
  4296. | #define __EXTENSIONS__ 1
  4297. | #define _ALL_SOURCE 1
  4298. | #define _GNU_SOURCE 1
  4299. | #define _POSIX_PTHREAD_SEMANTICS 1
  4300. | #define _TANDEM_SOURCE 1
  4301. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  4302. | #define TARGET_LINUX 1
  4303. | #define TARGET_PREFIX "L"
  4304. | #define IFCONFIG_PATH "/sbin/ifconfig"
  4305. | #define IPROUTE_PATH "/sbin/ip"
  4306. | #define ROUTE_PATH "/sbin/route"
  4307. | #define HAVE_DLFCN_H 1
  4308. | #define LT_OBJDIR ".libs/"
  4309. | #define RETSIGTYPE void
  4310. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  4311. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  4312. | #define EMPTY_ARRAY_SIZE 0
  4313. | #define SIZEOF_UNSIGNED_INT 4
  4314. | #define SIZEOF_UNSIGNED_LONG 8
  4315. | #define HAVE_STDIO_H 1
  4316. | #define HAVE_STDARG_H 1
  4317. | #define HAVE_STDBOOL_H 1
  4318. | #define HAVE_LIMITS_H 1
  4319. | #define HAVE_TIME_H 1
  4320. | #define HAVE_ERRNO_H 1
  4321. | #define HAVE_FCNTL_H 1
  4322. | #define HAVE_CTYPE_H 1
  4323. | #define HAVE_SYS_TYPES_H 1
  4324. | #define HAVE_SYS_SOCKET_H 1
  4325. | #define HAVE_SIGNAL_H 1
  4326. | #define HAVE_UNISTD_H 1
  4327. | #define HAVE_DLFCN_H 1
  4328. | #define HAVE_NETINET_IN_H 1
  4329. | #define HAVE_NETINET_IN_SYSTM_H 1
  4330. | #define HAVE_NETINET_TCP_H 1
  4331. | #define HAVE_ARPA_INET_H 1
  4332. | #define HAVE_NETDB_H 1
  4333. | #define HAVE_SYS_TIME_H 1
  4334. | #define HAVE_SYS_IOCTL_H 1
  4335. | #define HAVE_SYS_STAT_H 1
  4336. | #define HAVE_SYS_MMAN_H 1
  4337. | #define HAVE_SYS_FILE_H 1
  4338. | #define HAVE_SYS_WAIT_H 1
  4339. | #define HAVE_UNISTD_H 1
  4340. | #define HAVE_SIGNAL_H 1
  4341. | #define HAVE_LIBGEN_H 1
  4342. | #define HAVE_STROPTS_H 1
  4343. | #define HAVE_SYSLOG_H 1
  4344. | #define HAVE_PWD_H 1
  4345. | #define HAVE_GRP_H 1
  4346. | #define HAVE_SYS_UIO_H 1
  4347. | #define HAVE_LINUX_SOCKIOS_H 1
  4348. | #define HAVE_LINUX_TYPES_H 1
  4349. | #define HAVE_SYS_POLL_H 1
  4350. | #define HAVE_SYS_EPOLL_H 1
  4351. | #define HAVE_ERR_H 1
  4352. | #define HAVE_NET_IF_H 1
  4353. | #define HAVE_NETINET_IP_H 1
  4354. | #define HAVE_NETINET_IF_ETHER_H 1
  4355. | #define HAVE_RESOLV_H 1
  4356. | #define HAVE_SYS_UN_H 1
  4357. | #define HAVE_IN_ADDR_T 1
  4358. | #define HAVE_IPHDR 1
  4359. | #define HAVE_MSGHDR 1
  4360. | #define HAVE_CMSGHDR 1
  4361. | #define HAVE_IN_PKTINFO 1
  4362. | #define HAVE_DECL_SO_MARK 1
  4363. | #define HAVE_DECL_SIGHUP 1
  4364. | #define HAVE_DECL_SIGINT 1
  4365. | #define HAVE_DECL_SIGUSR1 1
  4366. | #define HAVE_DECL_SIGUSR2 1
  4367. | #define HAVE_DECL_SIGTERM 1
  4368. | #define HAVE_FORK 1
  4369. | #define HAVE_VFORK 1
  4370. | #define HAVE_WORKING_VFORK 1
  4371. | #define HAVE_WORKING_FORK 1
  4372. | #define HAVE_DAEMON 1
  4373. | #define HAVE_CHROOT 1
  4374. | #define HAVE_GETPWNAM 1
  4375. | #define HAVE_SETUID 1
  4376. | #define HAVE_NICE 1
  4377. | #define HAVE_SYSTEM 1
  4378. | #define HAVE_GETPID 1
  4379. | #define HAVE_DUP 1
  4380. | #define HAVE_DUP2 1
  4381. | #define HAVE_GETPASS 1
  4382. | #define HAVE_STRERROR 1
  4383. | #define HAVE_SYSLOG 1
  4384. | #define HAVE_OPENLOG 1
  4385. | #define HAVE_MLOCKALL 1
  4386. | #define HAVE_GETGRNAM 1
  4387. | #define HAVE_SETGID 1
  4388. | #define HAVE_SETGROUPS 1
  4389. | #define HAVE_STAT 1
  4390. | #define HAVE_FLOCK 1
  4391. | #define HAVE_READV 1
  4392. | #define HAVE_WRITEV 1
  4393. | #define HAVE_TIME 1
  4394. | #define HAVE_GETTIMEOFDAY 1
  4395. | #define HAVE_CTIME 1
  4396. | #define HAVE_MEMSET 1
  4397. | #define HAVE_VSNPRINTF 1
  4398. | #define HAVE_STRDUP 1
  4399. | #define HAVE_SETSID 1
  4400. | #define HAVE_CHDIR 1
  4401. | #define HAVE_PUTENV 1
  4402. | #define HAVE_GETPEERNAME 1
  4403. | #define HAVE_UNLINK 1
  4404. | /* end confdefs.h. */
  4405. | /* Define chsize to an innocuous variant, in case <limits.h> declares chsize.
  4406. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4407. | #define chsize innocuous_chsize
  4408. |
  4409. | /* System header to define __stub macros and hopefully few prototypes,
  4410. | which can conflict with char chsize (); below.
  4411. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4412. | <limits.h> exists even on freestanding compilers. */
  4413. |
  4414. | #ifdef __STDC__
  4415. | # include <limits.h>
  4416. | #else
  4417. | # include <assert.h>
  4418. | #endif
  4419. |
  4420. | #undef chsize
  4421. |
  4422. | /* Override any GCC internal prototype to avoid an error.
  4423. | Use char because int might match the return type of a GCC
  4424. | builtin and then its argument prototype would still apply. */
  4425. | #ifdef __cplusplus
  4426. | extern "C"
  4427. | #endif
  4428. | char chsize ();
  4429. | /* The GNU C library defines this for functions which it implements
  4430. | to always fail with ENOSYS. Some functions are actually named
  4431. | something starting with __ and the normal name is an alias. */
  4432. | #if defined __stub_chsize || defined __stub___chsize
  4433. | choke me
  4434. | #endif
  4435. |
  4436. | int
  4437. | main ()
  4438. | {
  4439. | return chsize ();
  4440. | ;
  4441. | return 0;
  4442. | }
  4443. configure:14832: result: no
  4444. configure:14832: checking for ftruncate
  4445. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4446. configure:14832: $? = 0
  4447. configure:14832: result: yes
  4448. configure:14832: checking for execve
  4449. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4450. conftest.c:154:6: warning: conflicting types for built-in function 'execve' [enabled by default]
  4451. char execve ();
  4452. ^
  4453. configure:14832: $? = 0
  4454. configure:14832: result: yes
  4455. configure:14832: checking for getpeereid
  4456. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4457. /tmp/ccFQOj17.o: In function `main':
  4458. /home/ms2300/Desktop/openvpn-2.3.4/conftest.c:166: undefined reference to `getpeereid'
  4459. collect2: error: ld returned 1 exit status
  4460. configure:14832: $? = 1
  4461. configure: failed program was:
  4462. | /* confdefs.h */
  4463. | #define PACKAGE_NAME "OpenVPN"
  4464. | #define PACKAGE_TARNAME "openvpn"
  4465. | #define PACKAGE_VERSION "2.3.4"
  4466. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  4467. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  4468. | #define PACKAGE_URL ""
  4469. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  4470. | #define PACKAGE "openvpn"
  4471. | #define VERSION "2.3.4"
  4472. | #define STDC_HEADERS 1
  4473. | #define HAVE_SYS_TYPES_H 1
  4474. | #define HAVE_SYS_STAT_H 1
  4475. | #define HAVE_STDLIB_H 1
  4476. | #define HAVE_STRING_H 1
  4477. | #define HAVE_MEMORY_H 1
  4478. | #define HAVE_STRINGS_H 1
  4479. | #define HAVE_INTTYPES_H 1
  4480. | #define HAVE_STDINT_H 1
  4481. | #define HAVE_UNISTD_H 1
  4482. | #define __EXTENSIONS__ 1
  4483. | #define _ALL_SOURCE 1
  4484. | #define _GNU_SOURCE 1
  4485. | #define _POSIX_PTHREAD_SEMANTICS 1
  4486. | #define _TANDEM_SOURCE 1
  4487. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  4488. | #define TARGET_LINUX 1
  4489. | #define TARGET_PREFIX "L"
  4490. | #define IFCONFIG_PATH "/sbin/ifconfig"
  4491. | #define IPROUTE_PATH "/sbin/ip"
  4492. | #define ROUTE_PATH "/sbin/route"
  4493. | #define HAVE_DLFCN_H 1
  4494. | #define LT_OBJDIR ".libs/"
  4495. | #define RETSIGTYPE void
  4496. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  4497. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  4498. | #define EMPTY_ARRAY_SIZE 0
  4499. | #define SIZEOF_UNSIGNED_INT 4
  4500. | #define SIZEOF_UNSIGNED_LONG 8
  4501. | #define HAVE_STDIO_H 1
  4502. | #define HAVE_STDARG_H 1
  4503. | #define HAVE_STDBOOL_H 1
  4504. | #define HAVE_LIMITS_H 1
  4505. | #define HAVE_TIME_H 1
  4506. | #define HAVE_ERRNO_H 1
  4507. | #define HAVE_FCNTL_H 1
  4508. | #define HAVE_CTYPE_H 1
  4509. | #define HAVE_SYS_TYPES_H 1
  4510. | #define HAVE_SYS_SOCKET_H 1
  4511. | #define HAVE_SIGNAL_H 1
  4512. | #define HAVE_UNISTD_H 1
  4513. | #define HAVE_DLFCN_H 1
  4514. | #define HAVE_NETINET_IN_H 1
  4515. | #define HAVE_NETINET_IN_SYSTM_H 1
  4516. | #define HAVE_NETINET_TCP_H 1
  4517. | #define HAVE_ARPA_INET_H 1
  4518. | #define HAVE_NETDB_H 1
  4519. | #define HAVE_SYS_TIME_H 1
  4520. | #define HAVE_SYS_IOCTL_H 1
  4521. | #define HAVE_SYS_STAT_H 1
  4522. | #define HAVE_SYS_MMAN_H 1
  4523. | #define HAVE_SYS_FILE_H 1
  4524. | #define HAVE_SYS_WAIT_H 1
  4525. | #define HAVE_UNISTD_H 1
  4526. | #define HAVE_SIGNAL_H 1
  4527. | #define HAVE_LIBGEN_H 1
  4528. | #define HAVE_STROPTS_H 1
  4529. | #define HAVE_SYSLOG_H 1
  4530. | #define HAVE_PWD_H 1
  4531. | #define HAVE_GRP_H 1
  4532. | #define HAVE_SYS_UIO_H 1
  4533. | #define HAVE_LINUX_SOCKIOS_H 1
  4534. | #define HAVE_LINUX_TYPES_H 1
  4535. | #define HAVE_SYS_POLL_H 1
  4536. | #define HAVE_SYS_EPOLL_H 1
  4537. | #define HAVE_ERR_H 1
  4538. | #define HAVE_NET_IF_H 1
  4539. | #define HAVE_NETINET_IP_H 1
  4540. | #define HAVE_NETINET_IF_ETHER_H 1
  4541. | #define HAVE_RESOLV_H 1
  4542. | #define HAVE_SYS_UN_H 1
  4543. | #define HAVE_IN_ADDR_T 1
  4544. | #define HAVE_IPHDR 1
  4545. | #define HAVE_MSGHDR 1
  4546. | #define HAVE_CMSGHDR 1
  4547. | #define HAVE_IN_PKTINFO 1
  4548. | #define HAVE_DECL_SO_MARK 1
  4549. | #define HAVE_DECL_SIGHUP 1
  4550. | #define HAVE_DECL_SIGINT 1
  4551. | #define HAVE_DECL_SIGUSR1 1
  4552. | #define HAVE_DECL_SIGUSR2 1
  4553. | #define HAVE_DECL_SIGTERM 1
  4554. | #define HAVE_FORK 1
  4555. | #define HAVE_VFORK 1
  4556. | #define HAVE_WORKING_VFORK 1
  4557. | #define HAVE_WORKING_FORK 1
  4558. | #define HAVE_DAEMON 1
  4559. | #define HAVE_CHROOT 1
  4560. | #define HAVE_GETPWNAM 1
  4561. | #define HAVE_SETUID 1
  4562. | #define HAVE_NICE 1
  4563. | #define HAVE_SYSTEM 1
  4564. | #define HAVE_GETPID 1
  4565. | #define HAVE_DUP 1
  4566. | #define HAVE_DUP2 1
  4567. | #define HAVE_GETPASS 1
  4568. | #define HAVE_STRERROR 1
  4569. | #define HAVE_SYSLOG 1
  4570. | #define HAVE_OPENLOG 1
  4571. | #define HAVE_MLOCKALL 1
  4572. | #define HAVE_GETGRNAM 1
  4573. | #define HAVE_SETGID 1
  4574. | #define HAVE_SETGROUPS 1
  4575. | #define HAVE_STAT 1
  4576. | #define HAVE_FLOCK 1
  4577. | #define HAVE_READV 1
  4578. | #define HAVE_WRITEV 1
  4579. | #define HAVE_TIME 1
  4580. | #define HAVE_GETTIMEOFDAY 1
  4581. | #define HAVE_CTIME 1
  4582. | #define HAVE_MEMSET 1
  4583. | #define HAVE_VSNPRINTF 1
  4584. | #define HAVE_STRDUP 1
  4585. | #define HAVE_SETSID 1
  4586. | #define HAVE_CHDIR 1
  4587. | #define HAVE_PUTENV 1
  4588. | #define HAVE_GETPEERNAME 1
  4589. | #define HAVE_UNLINK 1
  4590. | #define HAVE_FTRUNCATE 1
  4591. | #define HAVE_EXECVE 1
  4592. | /* end confdefs.h. */
  4593. | /* Define getpeereid to an innocuous variant, in case <limits.h> declares getpeereid.
  4594. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4595. | #define getpeereid innocuous_getpeereid
  4596. |
  4597. | /* System header to define __stub macros and hopefully few prototypes,
  4598. | which can conflict with char getpeereid (); below.
  4599. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4600. | <limits.h> exists even on freestanding compilers. */
  4601. |
  4602. | #ifdef __STDC__
  4603. | # include <limits.h>
  4604. | #else
  4605. | # include <assert.h>
  4606. | #endif
  4607. |
  4608. | #undef getpeereid
  4609. |
  4610. | /* Override any GCC internal prototype to avoid an error.
  4611. | Use char because int might match the return type of a GCC
  4612. | builtin and then its argument prototype would still apply. */
  4613. | #ifdef __cplusplus
  4614. | extern "C"
  4615. | #endif
  4616. | char getpeereid ();
  4617. | /* The GNU C library defines this for functions which it implements
  4618. | to always fail with ENOSYS. Some functions are actually named
  4619. | something starting with __ and the normal name is an alias. */
  4620. | #if defined __stub_getpeereid || defined __stub___getpeereid
  4621. | choke me
  4622. | #endif
  4623. |
  4624. | int
  4625. | main ()
  4626. | {
  4627. | return getpeereid ();
  4628. | ;
  4629. | return 0;
  4630. | }
  4631. configure:14832: result: no
  4632. configure:14832: checking for umask
  4633. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4634. configure:14832: $? = 0
  4635. configure:14832: result: yes
  4636. configure:14832: checking for basename
  4637. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4638. configure:14832: $? = 0
  4639. configure:14832: result: yes
  4640. configure:14832: checking for dirname
  4641. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4642. configure:14832: $? = 0
  4643. configure:14832: result: yes
  4644. configure:14832: checking for access
  4645. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4646. configure:14832: $? = 0
  4647. configure:14832: result: yes
  4648. configure:14832: checking for epoll_create
  4649. configure:14832: gcc -o conftest -g -O2 conftest.c >&5
  4650. configure:14832: $? = 0
  4651. configure:14832: result: yes
  4652. configure:14842: checking for dlopen in -ldl
  4653. configure:14867: gcc -o conftest -g -O2 conftest.c -ldl >&5
  4654. configure:14867: $? = 0
  4655. configure:14876: result: yes
  4656. configure:14885: checking for inet_ntoa in -lnsl
  4657. configure:14910: gcc -o conftest -g -O2 conftest.c -lnsl >&5
  4658. configure:14910: $? = 0
  4659. configure:14919: result: yes
  4660. configure:14926: checking for socket in -lsocket
  4661. configure:14951: gcc -o conftest -g -O2 conftest.c -lsocket >&5
  4662. /usr/bin/ld: cannot find -lsocket
  4663. collect2: error: ld returned 1 exit status
  4664. configure:14951: $? = 1
  4665. configure: failed program was:
  4666. | /* confdefs.h */
  4667. | #define PACKAGE_NAME "OpenVPN"
  4668. | #define PACKAGE_TARNAME "openvpn"
  4669. | #define PACKAGE_VERSION "2.3.4"
  4670. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  4671. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  4672. | #define PACKAGE_URL ""
  4673. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  4674. | #define PACKAGE "openvpn"
  4675. | #define VERSION "2.3.4"
  4676. | #define STDC_HEADERS 1
  4677. | #define HAVE_SYS_TYPES_H 1
  4678. | #define HAVE_SYS_STAT_H 1
  4679. | #define HAVE_STDLIB_H 1
  4680. | #define HAVE_STRING_H 1
  4681. | #define HAVE_MEMORY_H 1
  4682. | #define HAVE_STRINGS_H 1
  4683. | #define HAVE_INTTYPES_H 1
  4684. | #define HAVE_STDINT_H 1
  4685. | #define HAVE_UNISTD_H 1
  4686. | #define __EXTENSIONS__ 1
  4687. | #define _ALL_SOURCE 1
  4688. | #define _GNU_SOURCE 1
  4689. | #define _POSIX_PTHREAD_SEMANTICS 1
  4690. | #define _TANDEM_SOURCE 1
  4691. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  4692. | #define TARGET_LINUX 1
  4693. | #define TARGET_PREFIX "L"
  4694. | #define IFCONFIG_PATH "/sbin/ifconfig"
  4695. | #define IPROUTE_PATH "/sbin/ip"
  4696. | #define ROUTE_PATH "/sbin/route"
  4697. | #define HAVE_DLFCN_H 1
  4698. | #define LT_OBJDIR ".libs/"
  4699. | #define RETSIGTYPE void
  4700. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  4701. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  4702. | #define EMPTY_ARRAY_SIZE 0
  4703. | #define SIZEOF_UNSIGNED_INT 4
  4704. | #define SIZEOF_UNSIGNED_LONG 8
  4705. | #define HAVE_STDIO_H 1
  4706. | #define HAVE_STDARG_H 1
  4707. | #define HAVE_STDBOOL_H 1
  4708. | #define HAVE_LIMITS_H 1
  4709. | #define HAVE_TIME_H 1
  4710. | #define HAVE_ERRNO_H 1
  4711. | #define HAVE_FCNTL_H 1
  4712. | #define HAVE_CTYPE_H 1
  4713. | #define HAVE_SYS_TYPES_H 1
  4714. | #define HAVE_SYS_SOCKET_H 1
  4715. | #define HAVE_SIGNAL_H 1
  4716. | #define HAVE_UNISTD_H 1
  4717. | #define HAVE_DLFCN_H 1
  4718. | #define HAVE_NETINET_IN_H 1
  4719. | #define HAVE_NETINET_IN_SYSTM_H 1
  4720. | #define HAVE_NETINET_TCP_H 1
  4721. | #define HAVE_ARPA_INET_H 1
  4722. | #define HAVE_NETDB_H 1
  4723. | #define HAVE_SYS_TIME_H 1
  4724. | #define HAVE_SYS_IOCTL_H 1
  4725. | #define HAVE_SYS_STAT_H 1
  4726. | #define HAVE_SYS_MMAN_H 1
  4727. | #define HAVE_SYS_FILE_H 1
  4728. | #define HAVE_SYS_WAIT_H 1
  4729. | #define HAVE_UNISTD_H 1
  4730. | #define HAVE_SIGNAL_H 1
  4731. | #define HAVE_LIBGEN_H 1
  4732. | #define HAVE_STROPTS_H 1
  4733. | #define HAVE_SYSLOG_H 1
  4734. | #define HAVE_PWD_H 1
  4735. | #define HAVE_GRP_H 1
  4736. | #define HAVE_SYS_UIO_H 1
  4737. | #define HAVE_LINUX_SOCKIOS_H 1
  4738. | #define HAVE_LINUX_TYPES_H 1
  4739. | #define HAVE_SYS_POLL_H 1
  4740. | #define HAVE_SYS_EPOLL_H 1
  4741. | #define HAVE_ERR_H 1
  4742. | #define HAVE_NET_IF_H 1
  4743. | #define HAVE_NETINET_IP_H 1
  4744. | #define HAVE_NETINET_IF_ETHER_H 1
  4745. | #define HAVE_RESOLV_H 1
  4746. | #define HAVE_SYS_UN_H 1
  4747. | #define HAVE_IN_ADDR_T 1
  4748. | #define HAVE_IPHDR 1
  4749. | #define HAVE_MSGHDR 1
  4750. | #define HAVE_CMSGHDR 1
  4751. | #define HAVE_IN_PKTINFO 1
  4752. | #define HAVE_DECL_SO_MARK 1
  4753. | #define HAVE_DECL_SIGHUP 1
  4754. | #define HAVE_DECL_SIGINT 1
  4755. | #define HAVE_DECL_SIGUSR1 1
  4756. | #define HAVE_DECL_SIGUSR2 1
  4757. | #define HAVE_DECL_SIGTERM 1
  4758. | #define HAVE_FORK 1
  4759. | #define HAVE_VFORK 1
  4760. | #define HAVE_WORKING_VFORK 1
  4761. | #define HAVE_WORKING_FORK 1
  4762. | #define HAVE_DAEMON 1
  4763. | #define HAVE_CHROOT 1
  4764. | #define HAVE_GETPWNAM 1
  4765. | #define HAVE_SETUID 1
  4766. | #define HAVE_NICE 1
  4767. | #define HAVE_SYSTEM 1
  4768. | #define HAVE_GETPID 1
  4769. | #define HAVE_DUP 1
  4770. | #define HAVE_DUP2 1
  4771. | #define HAVE_GETPASS 1
  4772. | #define HAVE_STRERROR 1
  4773. | #define HAVE_SYSLOG 1
  4774. | #define HAVE_OPENLOG 1
  4775. | #define HAVE_MLOCKALL 1
  4776. | #define HAVE_GETGRNAM 1
  4777. | #define HAVE_SETGID 1
  4778. | #define HAVE_SETGROUPS 1
  4779. | #define HAVE_STAT 1
  4780. | #define HAVE_FLOCK 1
  4781. | #define HAVE_READV 1
  4782. | #define HAVE_WRITEV 1
  4783. | #define HAVE_TIME 1
  4784. | #define HAVE_GETTIMEOFDAY 1
  4785. | #define HAVE_CTIME 1
  4786. | #define HAVE_MEMSET 1
  4787. | #define HAVE_VSNPRINTF 1
  4788. | #define HAVE_STRDUP 1
  4789. | #define HAVE_SETSID 1
  4790. | #define HAVE_CHDIR 1
  4791. | #define HAVE_PUTENV 1
  4792. | #define HAVE_GETPEERNAME 1
  4793. | #define HAVE_UNLINK 1
  4794. | #define HAVE_FTRUNCATE 1
  4795. | #define HAVE_EXECVE 1
  4796. | #define HAVE_UMASK 1
  4797. | #define HAVE_BASENAME 1
  4798. | #define HAVE_DIRNAME 1
  4799. | #define HAVE_ACCESS 1
  4800. | #define HAVE_EPOLL_CREATE 1
  4801. | /* end confdefs.h. */
  4802. |
  4803. | /* Override any GCC internal prototype to avoid an error.
  4804. | Use char because int might match the return type of a GCC
  4805. | builtin and then its argument prototype would still apply. */
  4806. | #ifdef __cplusplus
  4807. | extern "C"
  4808. | #endif
  4809. | char socket ();
  4810. | int
  4811. | main ()
  4812. | {
  4813. | return socket ();
  4814. | ;
  4815. | return 0;
  4816. | }
  4817. configure:14960: result: no
  4818. configure:14967: checking for gethostbyname in -lresolv
  4819. configure:14992: gcc -o conftest -g -O2 conftest.c -lresolv >&5
  4820. configure:14992: $? = 0
  4821. configure:15001: result: yes
  4822. configure:15015: checking for sendmsg
  4823. configure:15015: gcc -o conftest -g -O2 conftest.c -lnsl -lresolv >&5
  4824. configure:15015: $? = 0
  4825. configure:15015: result: yes
  4826. configure:15015: checking for recvmsg
  4827. configure:15015: gcc -o conftest -g -O2 conftest.c -lnsl -lresolv >&5
  4828. configure:15015: $? = 0
  4829. configure:15015: result: yes
  4830. configure:15015: checking for inet_ntop
  4831. configure:15015: gcc -o conftest -g -O2 conftest.c -lnsl -lresolv >&5
  4832. configure:15015: $? = 0
  4833. configure:15015: result: yes
  4834. configure:15015: checking for inet_pton
  4835. configure:15015: gcc -o conftest -g -O2 conftest.c -lnsl -lresolv >&5
  4836. configure:15015: $? = 0
  4837. configure:15015: result: yes
  4838. configure:15026: checking for res_init
  4839. configure:15026: gcc -o conftest -g -O2 conftest.c -lnsl -lresolv >&5
  4840. /tmp/ccQkYAb9.o: In function `main':
  4841. /home/ms2300/Desktop/openvpn-2.3.4/conftest.c:175: undefined reference to `res_init'
  4842. collect2: error: ld returned 1 exit status
  4843. configure:15026: $? = 1
  4844. configure: failed program was:
  4845. | /* confdefs.h */
  4846. | #define PACKAGE_NAME "OpenVPN"
  4847. | #define PACKAGE_TARNAME "openvpn"
  4848. | #define PACKAGE_VERSION "2.3.4"
  4849. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  4850. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  4851. | #define PACKAGE_URL ""
  4852. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  4853. | #define PACKAGE "openvpn"
  4854. | #define VERSION "2.3.4"
  4855. | #define STDC_HEADERS 1
  4856. | #define HAVE_SYS_TYPES_H 1
  4857. | #define HAVE_SYS_STAT_H 1
  4858. | #define HAVE_STDLIB_H 1
  4859. | #define HAVE_STRING_H 1
  4860. | #define HAVE_MEMORY_H 1
  4861. | #define HAVE_STRINGS_H 1
  4862. | #define HAVE_INTTYPES_H 1
  4863. | #define HAVE_STDINT_H 1
  4864. | #define HAVE_UNISTD_H 1
  4865. | #define __EXTENSIONS__ 1
  4866. | #define _ALL_SOURCE 1
  4867. | #define _GNU_SOURCE 1
  4868. | #define _POSIX_PTHREAD_SEMANTICS 1
  4869. | #define _TANDEM_SOURCE 1
  4870. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  4871. | #define TARGET_LINUX 1
  4872. | #define TARGET_PREFIX "L"
  4873. | #define IFCONFIG_PATH "/sbin/ifconfig"
  4874. | #define IPROUTE_PATH "/sbin/ip"
  4875. | #define ROUTE_PATH "/sbin/route"
  4876. | #define HAVE_DLFCN_H 1
  4877. | #define LT_OBJDIR ".libs/"
  4878. | #define RETSIGTYPE void
  4879. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  4880. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  4881. | #define EMPTY_ARRAY_SIZE 0
  4882. | #define SIZEOF_UNSIGNED_INT 4
  4883. | #define SIZEOF_UNSIGNED_LONG 8
  4884. | #define HAVE_STDIO_H 1
  4885. | #define HAVE_STDARG_H 1
  4886. | #define HAVE_STDBOOL_H 1
  4887. | #define HAVE_LIMITS_H 1
  4888. | #define HAVE_TIME_H 1
  4889. | #define HAVE_ERRNO_H 1
  4890. | #define HAVE_FCNTL_H 1
  4891. | #define HAVE_CTYPE_H 1
  4892. | #define HAVE_SYS_TYPES_H 1
  4893. | #define HAVE_SYS_SOCKET_H 1
  4894. | #define HAVE_SIGNAL_H 1
  4895. | #define HAVE_UNISTD_H 1
  4896. | #define HAVE_DLFCN_H 1
  4897. | #define HAVE_NETINET_IN_H 1
  4898. | #define HAVE_NETINET_IN_SYSTM_H 1
  4899. | #define HAVE_NETINET_TCP_H 1
  4900. | #define HAVE_ARPA_INET_H 1
  4901. | #define HAVE_NETDB_H 1
  4902. | #define HAVE_SYS_TIME_H 1
  4903. | #define HAVE_SYS_IOCTL_H 1
  4904. | #define HAVE_SYS_STAT_H 1
  4905. | #define HAVE_SYS_MMAN_H 1
  4906. | #define HAVE_SYS_FILE_H 1
  4907. | #define HAVE_SYS_WAIT_H 1
  4908. | #define HAVE_UNISTD_H 1
  4909. | #define HAVE_SIGNAL_H 1
  4910. | #define HAVE_LIBGEN_H 1
  4911. | #define HAVE_STROPTS_H 1
  4912. | #define HAVE_SYSLOG_H 1
  4913. | #define HAVE_PWD_H 1
  4914. | #define HAVE_GRP_H 1
  4915. | #define HAVE_SYS_UIO_H 1
  4916. | #define HAVE_LINUX_SOCKIOS_H 1
  4917. | #define HAVE_LINUX_TYPES_H 1
  4918. | #define HAVE_SYS_POLL_H 1
  4919. | #define HAVE_SYS_EPOLL_H 1
  4920. | #define HAVE_ERR_H 1
  4921. | #define HAVE_NET_IF_H 1
  4922. | #define HAVE_NETINET_IP_H 1
  4923. | #define HAVE_NETINET_IF_ETHER_H 1
  4924. | #define HAVE_RESOLV_H 1
  4925. | #define HAVE_SYS_UN_H 1
  4926. | #define HAVE_IN_ADDR_T 1
  4927. | #define HAVE_IPHDR 1
  4928. | #define HAVE_MSGHDR 1
  4929. | #define HAVE_CMSGHDR 1
  4930. | #define HAVE_IN_PKTINFO 1
  4931. | #define HAVE_DECL_SO_MARK 1
  4932. | #define HAVE_DECL_SIGHUP 1
  4933. | #define HAVE_DECL_SIGINT 1
  4934. | #define HAVE_DECL_SIGUSR1 1
  4935. | #define HAVE_DECL_SIGUSR2 1
  4936. | #define HAVE_DECL_SIGTERM 1
  4937. | #define HAVE_FORK 1
  4938. | #define HAVE_VFORK 1
  4939. | #define HAVE_WORKING_VFORK 1
  4940. | #define HAVE_WORKING_FORK 1
  4941. | #define HAVE_DAEMON 1
  4942. | #define HAVE_CHROOT 1
  4943. | #define HAVE_GETPWNAM 1
  4944. | #define HAVE_SETUID 1
  4945. | #define HAVE_NICE 1
  4946. | #define HAVE_SYSTEM 1
  4947. | #define HAVE_GETPID 1
  4948. | #define HAVE_DUP 1
  4949. | #define HAVE_DUP2 1
  4950. | #define HAVE_GETPASS 1
  4951. | #define HAVE_STRERROR 1
  4952. | #define HAVE_SYSLOG 1
  4953. | #define HAVE_OPENLOG 1
  4954. | #define HAVE_MLOCKALL 1
  4955. | #define HAVE_GETGRNAM 1
  4956. | #define HAVE_SETGID 1
  4957. | #define HAVE_SETGROUPS 1
  4958. | #define HAVE_STAT 1
  4959. | #define HAVE_FLOCK 1
  4960. | #define HAVE_READV 1
  4961. | #define HAVE_WRITEV 1
  4962. | #define HAVE_TIME 1
  4963. | #define HAVE_GETTIMEOFDAY 1
  4964. | #define HAVE_CTIME 1
  4965. | #define HAVE_MEMSET 1
  4966. | #define HAVE_VSNPRINTF 1
  4967. | #define HAVE_STRDUP 1
  4968. | #define HAVE_SETSID 1
  4969. | #define HAVE_CHDIR 1
  4970. | #define HAVE_PUTENV 1
  4971. | #define HAVE_GETPEERNAME 1
  4972. | #define HAVE_UNLINK 1
  4973. | #define HAVE_FTRUNCATE 1
  4974. | #define HAVE_EXECVE 1
  4975. | #define HAVE_UMASK 1
  4976. | #define HAVE_BASENAME 1
  4977. | #define HAVE_DIRNAME 1
  4978. | #define HAVE_ACCESS 1
  4979. | #define HAVE_EPOLL_CREATE 1
  4980. | #define HAVE_SENDMSG 1
  4981. | #define HAVE_RECVMSG 1
  4982. | #define HAVE_INET_NTOP 1
  4983. | #define HAVE_INET_PTON 1
  4984. | /* end confdefs.h. */
  4985. | /* Define res_init to an innocuous variant, in case <limits.h> declares res_init.
  4986. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4987. | #define res_init innocuous_res_init
  4988. |
  4989. | /* System header to define __stub macros and hopefully few prototypes,
  4990. | which can conflict with char res_init (); below.
  4991. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4992. | <limits.h> exists even on freestanding compilers. */
  4993. |
  4994. | #ifdef __STDC__
  4995. | # include <limits.h>
  4996. | #else
  4997. | # include <assert.h>
  4998. | #endif
  4999. |
  5000. | #undef res_init
  5001. |
  5002. | /* Override any GCC internal prototype to avoid an error.
  5003. | Use char because int might match the return type of a GCC
  5004. | builtin and then its argument prototype would still apply. */
  5005. | #ifdef __cplusplus
  5006. | extern "C"
  5007. | #endif
  5008. | char res_init ();
  5009. | /* The GNU C library defines this for functions which it implements
  5010. | to always fail with ENOSYS. Some functions are actually named
  5011. | something starting with __ and the normal name is an alias. */
  5012. | #if defined __stub_res_init || defined __stub___res_init
  5013. | choke me
  5014. | #endif
  5015. |
  5016. | int
  5017. | main ()
  5018. | {
  5019. | return res_init ();
  5020. | ;
  5021. | return 0;
  5022. | }
  5023. configure:15026: result: no
  5024. configure:15108: checking for socket
  5025. configure:15108: gcc -o conftest -g -O2 conftest.c -lnsl -lresolv >&5
  5026. configure:15108: $? = 0
  5027. configure:15108: result: yes
  5028. configure:15108: checking for recv
  5029. configure:15108: gcc -o conftest -g -O2 conftest.c -lnsl -lresolv >&5
  5030. configure:15108: $? = 0
  5031. configure:15108: result: yes
  5032. configure:15108: checking for recvfrom
  5033. configure:15108: gcc -o conftest -g -O2 conftest.c -lnsl -lresolv >&5
  5034. configure:15108: $? = 0
  5035. configure:15108: result: yes
  5036. configure:15108: checking for send
  5037. configure:15108: gcc -o conftest -g -O2 conftest.c -lnsl -lresolv >&5
  5038. configure:15108: $? = 0
  5039. configure:15108: result: yes
  5040. configure:15108: checking for sendto
  5041. configure:15108: gcc -o conftest -g -O2 conftest.c -lnsl -lresolv >&5
  5042. configure:15108: $? = 0
  5043. configure:15108: result: yes
  5044. configure:15108: checking for listen
  5045. configure:15108: gcc -o conftest -g -O2 conftest.c -lnsl -lresolv >&5
  5046. configure:15108: $? = 0
  5047. configure:15108: result: yes
  5048. configure:15108: checking for accept
  5049. configure:15108: gcc -o conftest -g -O2 conftest.c -lnsl -lresolv >&5
  5050. configure:15108: $? = 0
  5051. configure:15108: result: yes
  5052. configure:15108: checking for connect
  5053. configure:15108: gcc -o conftest -g -O2 conftest.c -lnsl -lresolv >&5
  5054. configure:15108: $? = 0
  5055. configure:15108: result: yes
  5056. configure:15108: checking for bind
  5057. configure:15108: gcc -o conftest -g -O2 conftest.c -lnsl -lresolv >&5
  5058. configure:15108: $? = 0
  5059. configure:15108: result: yes
  5060. configure:15108: checking for select
  5061. configure:15108: gcc -o conftest -g -O2 conftest.c -lnsl -lresolv >&5
  5062. configure:15108: $? = 0
  5063. configure:15108: result: yes
  5064. configure:15108: checking for gethostbyname
  5065. configure:15108: gcc -o conftest -g -O2 conftest.c -lnsl -lresolv >&5
  5066. configure:15108: $? = 0
  5067. configure:15108: result: yes
  5068. configure:15108: checking for inet_ntoa
  5069. configure:15108: gcc -o conftest -g -O2 conftest.c -lnsl -lresolv >&5
  5070. configure:15108: $? = 0
  5071. configure:15108: result: yes
  5072. configure:15123: checking for setsockopt
  5073. configure:15123: gcc -o conftest -g -O2 conftest.c -lnsl -lresolv >&5
  5074. configure:15123: $? = 0
  5075. configure:15123: result: yes
  5076. configure:15123: checking for getsockopt
  5077. configure:15123: gcc -o conftest -g -O2 conftest.c -lnsl -lresolv >&5
  5078. configure:15123: $? = 0
  5079. configure:15123: result: yes
  5080. configure:15123: checking for getsockname
  5081. configure:15123: gcc -o conftest -g -O2 conftest.c -lnsl -lresolv >&5
  5082. configure:15123: $? = 0
  5083. configure:15123: result: yes
  5084. configure:15123: checking for poll
  5085. configure:15123: gcc -o conftest -g -O2 conftest.c -lnsl -lresolv >&5
  5086. configure:15123: $? = 0
  5087. configure:15123: result: yes
  5088. configure:15145: checking net/if_tun.h usability
  5089. configure:15145: gcc -c -g -O2 conftest.c >&5
  5090. conftest.c:190:24: fatal error: net/if_tun.h: No such file or directory
  5091. #include <net/if_tun.h>
  5092. ^
  5093. compilation terminated.
  5094. configure:15145: $? = 1
  5095. configure: failed program was:
  5096. | /* confdefs.h */
  5097. | #define PACKAGE_NAME "OpenVPN"
  5098. | #define PACKAGE_TARNAME "openvpn"
  5099. | #define PACKAGE_VERSION "2.3.4"
  5100. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  5101. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  5102. | #define PACKAGE_URL ""
  5103. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  5104. | #define PACKAGE "openvpn"
  5105. | #define VERSION "2.3.4"
  5106. | #define STDC_HEADERS 1
  5107. | #define HAVE_SYS_TYPES_H 1
  5108. | #define HAVE_SYS_STAT_H 1
  5109. | #define HAVE_STDLIB_H 1
  5110. | #define HAVE_STRING_H 1
  5111. | #define HAVE_MEMORY_H 1
  5112. | #define HAVE_STRINGS_H 1
  5113. | #define HAVE_INTTYPES_H 1
  5114. | #define HAVE_STDINT_H 1
  5115. | #define HAVE_UNISTD_H 1
  5116. | #define __EXTENSIONS__ 1
  5117. | #define _ALL_SOURCE 1
  5118. | #define _GNU_SOURCE 1
  5119. | #define _POSIX_PTHREAD_SEMANTICS 1
  5120. | #define _TANDEM_SOURCE 1
  5121. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  5122. | #define TARGET_LINUX 1
  5123. | #define TARGET_PREFIX "L"
  5124. | #define IFCONFIG_PATH "/sbin/ifconfig"
  5125. | #define IPROUTE_PATH "/sbin/ip"
  5126. | #define ROUTE_PATH "/sbin/route"
  5127. | #define HAVE_DLFCN_H 1
  5128. | #define LT_OBJDIR ".libs/"
  5129. | #define RETSIGTYPE void
  5130. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  5131. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  5132. | #define EMPTY_ARRAY_SIZE 0
  5133. | #define SIZEOF_UNSIGNED_INT 4
  5134. | #define SIZEOF_UNSIGNED_LONG 8
  5135. | #define HAVE_STDIO_H 1
  5136. | #define HAVE_STDARG_H 1
  5137. | #define HAVE_STDBOOL_H 1
  5138. | #define HAVE_LIMITS_H 1
  5139. | #define HAVE_TIME_H 1
  5140. | #define HAVE_ERRNO_H 1
  5141. | #define HAVE_FCNTL_H 1
  5142. | #define HAVE_CTYPE_H 1
  5143. | #define HAVE_SYS_TYPES_H 1
  5144. | #define HAVE_SYS_SOCKET_H 1
  5145. | #define HAVE_SIGNAL_H 1
  5146. | #define HAVE_UNISTD_H 1
  5147. | #define HAVE_DLFCN_H 1
  5148. | #define HAVE_NETINET_IN_H 1
  5149. | #define HAVE_NETINET_IN_SYSTM_H 1
  5150. | #define HAVE_NETINET_TCP_H 1
  5151. | #define HAVE_ARPA_INET_H 1
  5152. | #define HAVE_NETDB_H 1
  5153. | #define HAVE_SYS_TIME_H 1
  5154. | #define HAVE_SYS_IOCTL_H 1
  5155. | #define HAVE_SYS_STAT_H 1
  5156. | #define HAVE_SYS_MMAN_H 1
  5157. | #define HAVE_SYS_FILE_H 1
  5158. | #define HAVE_SYS_WAIT_H 1
  5159. | #define HAVE_UNISTD_H 1
  5160. | #define HAVE_SIGNAL_H 1
  5161. | #define HAVE_LIBGEN_H 1
  5162. | #define HAVE_STROPTS_H 1
  5163. | #define HAVE_SYSLOG_H 1
  5164. | #define HAVE_PWD_H 1
  5165. | #define HAVE_GRP_H 1
  5166. | #define HAVE_SYS_UIO_H 1
  5167. | #define HAVE_LINUX_SOCKIOS_H 1
  5168. | #define HAVE_LINUX_TYPES_H 1
  5169. | #define HAVE_SYS_POLL_H 1
  5170. | #define HAVE_SYS_EPOLL_H 1
  5171. | #define HAVE_ERR_H 1
  5172. | #define HAVE_NET_IF_H 1
  5173. | #define HAVE_NETINET_IP_H 1
  5174. | #define HAVE_NETINET_IF_ETHER_H 1
  5175. | #define HAVE_RESOLV_H 1
  5176. | #define HAVE_SYS_UN_H 1
  5177. | #define HAVE_IN_ADDR_T 1
  5178. | #define HAVE_IPHDR 1
  5179. | #define HAVE_MSGHDR 1
  5180. | #define HAVE_CMSGHDR 1
  5181. | #define HAVE_IN_PKTINFO 1
  5182. | #define HAVE_DECL_SO_MARK 1
  5183. | #define HAVE_DECL_SIGHUP 1
  5184. | #define HAVE_DECL_SIGINT 1
  5185. | #define HAVE_DECL_SIGUSR1 1
  5186. | #define HAVE_DECL_SIGUSR2 1
  5187. | #define HAVE_DECL_SIGTERM 1
  5188. | #define HAVE_FORK 1
  5189. | #define HAVE_VFORK 1
  5190. | #define HAVE_WORKING_VFORK 1
  5191. | #define HAVE_WORKING_FORK 1
  5192. | #define HAVE_DAEMON 1
  5193. | #define HAVE_CHROOT 1
  5194. | #define HAVE_GETPWNAM 1
  5195. | #define HAVE_SETUID 1
  5196. | #define HAVE_NICE 1
  5197. | #define HAVE_SYSTEM 1
  5198. | #define HAVE_GETPID 1
  5199. | #define HAVE_DUP 1
  5200. | #define HAVE_DUP2 1
  5201. | #define HAVE_GETPASS 1
  5202. | #define HAVE_STRERROR 1
  5203. | #define HAVE_SYSLOG 1
  5204. | #define HAVE_OPENLOG 1
  5205. | #define HAVE_MLOCKALL 1
  5206. | #define HAVE_GETGRNAM 1
  5207. | #define HAVE_SETGID 1
  5208. | #define HAVE_SETGROUPS 1
  5209. | #define HAVE_STAT 1
  5210. | #define HAVE_FLOCK 1
  5211. | #define HAVE_READV 1
  5212. | #define HAVE_WRITEV 1
  5213. | #define HAVE_TIME 1
  5214. | #define HAVE_GETTIMEOFDAY 1
  5215. | #define HAVE_CTIME 1
  5216. | #define HAVE_MEMSET 1
  5217. | #define HAVE_VSNPRINTF 1
  5218. | #define HAVE_STRDUP 1
  5219. | #define HAVE_SETSID 1
  5220. | #define HAVE_CHDIR 1
  5221. | #define HAVE_PUTENV 1
  5222. | #define HAVE_GETPEERNAME 1
  5223. | #define HAVE_UNLINK 1
  5224. | #define HAVE_FTRUNCATE 1
  5225. | #define HAVE_EXECVE 1
  5226. | #define HAVE_UMASK 1
  5227. | #define HAVE_BASENAME 1
  5228. | #define HAVE_DIRNAME 1
  5229. | #define HAVE_ACCESS 1
  5230. | #define HAVE_EPOLL_CREATE 1
  5231. | #define HAVE_SENDMSG 1
  5232. | #define HAVE_RECVMSG 1
  5233. | #define HAVE_INET_NTOP 1
  5234. | #define HAVE_INET_PTON 1
  5235. | #define HAVE_SOCKET 1
  5236. | #define HAVE_RECV 1
  5237. | #define HAVE_RECVFROM 1
  5238. | #define HAVE_SEND 1
  5239. | #define HAVE_SENDTO 1
  5240. | #define HAVE_LISTEN 1
  5241. | #define HAVE_ACCEPT 1
  5242. | #define HAVE_CONNECT 1
  5243. | #define HAVE_BIND 1
  5244. | #define HAVE_SELECT 1
  5245. | #define HAVE_GETHOSTBYNAME 1
  5246. | #define HAVE_INET_NTOA 1
  5247. | #define HAVE_SETSOCKOPT 1
  5248. | #define HAVE_GETSOCKOPT 1
  5249. | #define HAVE_GETSOCKNAME 1
  5250. | #define HAVE_POLL 1
  5251. | /* end confdefs.h. */
  5252. | #include <stdio.h>
  5253. | #ifdef HAVE_SYS_TYPES_H
  5254. | # include <sys/types.h>
  5255. | #endif
  5256. | #ifdef HAVE_SYS_STAT_H
  5257. | # include <sys/stat.h>
  5258. | #endif
  5259. | #ifdef STDC_HEADERS
  5260. | # include <stdlib.h>
  5261. | # include <stddef.h>
  5262. | #else
  5263. | # ifdef HAVE_STDLIB_H
  5264. | # include <stdlib.h>
  5265. | # endif
  5266. | #endif
  5267. | #ifdef HAVE_STRING_H
  5268. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5269. | # include <memory.h>
  5270. | # endif
  5271. | # include <string.h>
  5272. | #endif
  5273. | #ifdef HAVE_STRINGS_H
  5274. | # include <strings.h>
  5275. | #endif
  5276. | #ifdef HAVE_INTTYPES_H
  5277. | # include <inttypes.h>
  5278. | #endif
  5279. | #ifdef HAVE_STDINT_H
  5280. | # include <stdint.h>
  5281. | #endif
  5282. | #ifdef HAVE_UNISTD_H
  5283. | # include <unistd.h>
  5284. | #endif
  5285. | #include <net/if_tun.h>
  5286. configure:15145: result: no
  5287. configure:15145: checking net/if_tun.h presence
  5288. configure:15145: gcc -E conftest.c
  5289. conftest.c:157:24: fatal error: net/if_tun.h: No such file or directory
  5290. #include <net/if_tun.h>
  5291. ^
  5292. compilation terminated.
  5293. configure:15145: $? = 1
  5294. configure: failed program was:
  5295. | /* confdefs.h */
  5296. | #define PACKAGE_NAME "OpenVPN"
  5297. | #define PACKAGE_TARNAME "openvpn"
  5298. | #define PACKAGE_VERSION "2.3.4"
  5299. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  5300. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  5301. | #define PACKAGE_URL ""
  5302. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  5303. | #define PACKAGE "openvpn"
  5304. | #define VERSION "2.3.4"
  5305. | #define STDC_HEADERS 1
  5306. | #define HAVE_SYS_TYPES_H 1
  5307. | #define HAVE_SYS_STAT_H 1
  5308. | #define HAVE_STDLIB_H 1
  5309. | #define HAVE_STRING_H 1
  5310. | #define HAVE_MEMORY_H 1
  5311. | #define HAVE_STRINGS_H 1
  5312. | #define HAVE_INTTYPES_H 1
  5313. | #define HAVE_STDINT_H 1
  5314. | #define HAVE_UNISTD_H 1
  5315. | #define __EXTENSIONS__ 1
  5316. | #define _ALL_SOURCE 1
  5317. | #define _GNU_SOURCE 1
  5318. | #define _POSIX_PTHREAD_SEMANTICS 1
  5319. | #define _TANDEM_SOURCE 1
  5320. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  5321. | #define TARGET_LINUX 1
  5322. | #define TARGET_PREFIX "L"
  5323. | #define IFCONFIG_PATH "/sbin/ifconfig"
  5324. | #define IPROUTE_PATH "/sbin/ip"
  5325. | #define ROUTE_PATH "/sbin/route"
  5326. | #define HAVE_DLFCN_H 1
  5327. | #define LT_OBJDIR ".libs/"
  5328. | #define RETSIGTYPE void
  5329. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  5330. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  5331. | #define EMPTY_ARRAY_SIZE 0
  5332. | #define SIZEOF_UNSIGNED_INT 4
  5333. | #define SIZEOF_UNSIGNED_LONG 8
  5334. | #define HAVE_STDIO_H 1
  5335. | #define HAVE_STDARG_H 1
  5336. | #define HAVE_STDBOOL_H 1
  5337. | #define HAVE_LIMITS_H 1
  5338. | #define HAVE_TIME_H 1
  5339. | #define HAVE_ERRNO_H 1
  5340. | #define HAVE_FCNTL_H 1
  5341. | #define HAVE_CTYPE_H 1
  5342. | #define HAVE_SYS_TYPES_H 1
  5343. | #define HAVE_SYS_SOCKET_H 1
  5344. | #define HAVE_SIGNAL_H 1
  5345. | #define HAVE_UNISTD_H 1
  5346. | #define HAVE_DLFCN_H 1
  5347. | #define HAVE_NETINET_IN_H 1
  5348. | #define HAVE_NETINET_IN_SYSTM_H 1
  5349. | #define HAVE_NETINET_TCP_H 1
  5350. | #define HAVE_ARPA_INET_H 1
  5351. | #define HAVE_NETDB_H 1
  5352. | #define HAVE_SYS_TIME_H 1
  5353. | #define HAVE_SYS_IOCTL_H 1
  5354. | #define HAVE_SYS_STAT_H 1
  5355. | #define HAVE_SYS_MMAN_H 1
  5356. | #define HAVE_SYS_FILE_H 1
  5357. | #define HAVE_SYS_WAIT_H 1
  5358. | #define HAVE_UNISTD_H 1
  5359. | #define HAVE_SIGNAL_H 1
  5360. | #define HAVE_LIBGEN_H 1
  5361. | #define HAVE_STROPTS_H 1
  5362. | #define HAVE_SYSLOG_H 1
  5363. | #define HAVE_PWD_H 1
  5364. | #define HAVE_GRP_H 1
  5365. | #define HAVE_SYS_UIO_H 1
  5366. | #define HAVE_LINUX_SOCKIOS_H 1
  5367. | #define HAVE_LINUX_TYPES_H 1
  5368. | #define HAVE_SYS_POLL_H 1
  5369. | #define HAVE_SYS_EPOLL_H 1
  5370. | #define HAVE_ERR_H 1
  5371. | #define HAVE_NET_IF_H 1
  5372. | #define HAVE_NETINET_IP_H 1
  5373. | #define HAVE_NETINET_IF_ETHER_H 1
  5374. | #define HAVE_RESOLV_H 1
  5375. | #define HAVE_SYS_UN_H 1
  5376. | #define HAVE_IN_ADDR_T 1
  5377. | #define HAVE_IPHDR 1
  5378. | #define HAVE_MSGHDR 1
  5379. | #define HAVE_CMSGHDR 1
  5380. | #define HAVE_IN_PKTINFO 1
  5381. | #define HAVE_DECL_SO_MARK 1
  5382. | #define HAVE_DECL_SIGHUP 1
  5383. | #define HAVE_DECL_SIGINT 1
  5384. | #define HAVE_DECL_SIGUSR1 1
  5385. | #define HAVE_DECL_SIGUSR2 1
  5386. | #define HAVE_DECL_SIGTERM 1
  5387. | #define HAVE_FORK 1
  5388. | #define HAVE_VFORK 1
  5389. | #define HAVE_WORKING_VFORK 1
  5390. | #define HAVE_WORKING_FORK 1
  5391. | #define HAVE_DAEMON 1
  5392. | #define HAVE_CHROOT 1
  5393. | #define HAVE_GETPWNAM 1
  5394. | #define HAVE_SETUID 1
  5395. | #define HAVE_NICE 1
  5396. | #define HAVE_SYSTEM 1
  5397. | #define HAVE_GETPID 1
  5398. | #define HAVE_DUP 1
  5399. | #define HAVE_DUP2 1
  5400. | #define HAVE_GETPASS 1
  5401. | #define HAVE_STRERROR 1
  5402. | #define HAVE_SYSLOG 1
  5403. | #define HAVE_OPENLOG 1
  5404. | #define HAVE_MLOCKALL 1
  5405. | #define HAVE_GETGRNAM 1
  5406. | #define HAVE_SETGID 1
  5407. | #define HAVE_SETGROUPS 1
  5408. | #define HAVE_STAT 1
  5409. | #define HAVE_FLOCK 1
  5410. | #define HAVE_READV 1
  5411. | #define HAVE_WRITEV 1
  5412. | #define HAVE_TIME 1
  5413. | #define HAVE_GETTIMEOFDAY 1
  5414. | #define HAVE_CTIME 1
  5415. | #define HAVE_MEMSET 1
  5416. | #define HAVE_VSNPRINTF 1
  5417. | #define HAVE_STRDUP 1
  5418. | #define HAVE_SETSID 1
  5419. | #define HAVE_CHDIR 1
  5420. | #define HAVE_PUTENV 1
  5421. | #define HAVE_GETPEERNAME 1
  5422. | #define HAVE_UNLINK 1
  5423. | #define HAVE_FTRUNCATE 1
  5424. | #define HAVE_EXECVE 1
  5425. | #define HAVE_UMASK 1
  5426. | #define HAVE_BASENAME 1
  5427. | #define HAVE_DIRNAME 1
  5428. | #define HAVE_ACCESS 1
  5429. | #define HAVE_EPOLL_CREATE 1
  5430. | #define HAVE_SENDMSG 1
  5431. | #define HAVE_RECVMSG 1
  5432. | #define HAVE_INET_NTOP 1
  5433. | #define HAVE_INET_PTON 1
  5434. | #define HAVE_SOCKET 1
  5435. | #define HAVE_RECV 1
  5436. | #define HAVE_RECVFROM 1
  5437. | #define HAVE_SEND 1
  5438. | #define HAVE_SENDTO 1
  5439. | #define HAVE_LISTEN 1
  5440. | #define HAVE_ACCEPT 1
  5441. | #define HAVE_CONNECT 1
  5442. | #define HAVE_BIND 1
  5443. | #define HAVE_SELECT 1
  5444. | #define HAVE_GETHOSTBYNAME 1
  5445. | #define HAVE_INET_NTOA 1
  5446. | #define HAVE_SETSOCKOPT 1
  5447. | #define HAVE_GETSOCKOPT 1
  5448. | #define HAVE_GETSOCKNAME 1
  5449. | #define HAVE_POLL 1
  5450. | /* end confdefs.h. */
  5451. | #include <net/if_tun.h>
  5452. configure:15145: result: no
  5453. configure:15145: checking for net/if_tun.h
  5454. configure:15145: result: no
  5455. configure:15145: checking net/tun/if_tun.h usability
  5456. configure:15145: gcc -c -g -O2 conftest.c >&5
  5457. conftest.c:190:28: fatal error: net/tun/if_tun.h: No such file or directory
  5458. #include <net/tun/if_tun.h>
  5459. ^
  5460. compilation terminated.
  5461. configure:15145: $? = 1
  5462. configure: failed program was:
  5463. | /* confdefs.h */
  5464. | #define PACKAGE_NAME "OpenVPN"
  5465. | #define PACKAGE_TARNAME "openvpn"
  5466. | #define PACKAGE_VERSION "2.3.4"
  5467. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  5468. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  5469. | #define PACKAGE_URL ""
  5470. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  5471. | #define PACKAGE "openvpn"
  5472. | #define VERSION "2.3.4"
  5473. | #define STDC_HEADERS 1
  5474. | #define HAVE_SYS_TYPES_H 1
  5475. | #define HAVE_SYS_STAT_H 1
  5476. | #define HAVE_STDLIB_H 1
  5477. | #define HAVE_STRING_H 1
  5478. | #define HAVE_MEMORY_H 1
  5479. | #define HAVE_STRINGS_H 1
  5480. | #define HAVE_INTTYPES_H 1
  5481. | #define HAVE_STDINT_H 1
  5482. | #define HAVE_UNISTD_H 1
  5483. | #define __EXTENSIONS__ 1
  5484. | #define _ALL_SOURCE 1
  5485. | #define _GNU_SOURCE 1
  5486. | #define _POSIX_PTHREAD_SEMANTICS 1
  5487. | #define _TANDEM_SOURCE 1
  5488. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  5489. | #define TARGET_LINUX 1
  5490. | #define TARGET_PREFIX "L"
  5491. | #define IFCONFIG_PATH "/sbin/ifconfig"
  5492. | #define IPROUTE_PATH "/sbin/ip"
  5493. | #define ROUTE_PATH "/sbin/route"
  5494. | #define HAVE_DLFCN_H 1
  5495. | #define LT_OBJDIR ".libs/"
  5496. | #define RETSIGTYPE void
  5497. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  5498. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  5499. | #define EMPTY_ARRAY_SIZE 0
  5500. | #define SIZEOF_UNSIGNED_INT 4
  5501. | #define SIZEOF_UNSIGNED_LONG 8
  5502. | #define HAVE_STDIO_H 1
  5503. | #define HAVE_STDARG_H 1
  5504. | #define HAVE_STDBOOL_H 1
  5505. | #define HAVE_LIMITS_H 1
  5506. | #define HAVE_TIME_H 1
  5507. | #define HAVE_ERRNO_H 1
  5508. | #define HAVE_FCNTL_H 1
  5509. | #define HAVE_CTYPE_H 1
  5510. | #define HAVE_SYS_TYPES_H 1
  5511. | #define HAVE_SYS_SOCKET_H 1
  5512. | #define HAVE_SIGNAL_H 1
  5513. | #define HAVE_UNISTD_H 1
  5514. | #define HAVE_DLFCN_H 1
  5515. | #define HAVE_NETINET_IN_H 1
  5516. | #define HAVE_NETINET_IN_SYSTM_H 1
  5517. | #define HAVE_NETINET_TCP_H 1
  5518. | #define HAVE_ARPA_INET_H 1
  5519. | #define HAVE_NETDB_H 1
  5520. | #define HAVE_SYS_TIME_H 1
  5521. | #define HAVE_SYS_IOCTL_H 1
  5522. | #define HAVE_SYS_STAT_H 1
  5523. | #define HAVE_SYS_MMAN_H 1
  5524. | #define HAVE_SYS_FILE_H 1
  5525. | #define HAVE_SYS_WAIT_H 1
  5526. | #define HAVE_UNISTD_H 1
  5527. | #define HAVE_SIGNAL_H 1
  5528. | #define HAVE_LIBGEN_H 1
  5529. | #define HAVE_STROPTS_H 1
  5530. | #define HAVE_SYSLOG_H 1
  5531. | #define HAVE_PWD_H 1
  5532. | #define HAVE_GRP_H 1
  5533. | #define HAVE_SYS_UIO_H 1
  5534. | #define HAVE_LINUX_SOCKIOS_H 1
  5535. | #define HAVE_LINUX_TYPES_H 1
  5536. | #define HAVE_SYS_POLL_H 1
  5537. | #define HAVE_SYS_EPOLL_H 1
  5538. | #define HAVE_ERR_H 1
  5539. | #define HAVE_NET_IF_H 1
  5540. | #define HAVE_NETINET_IP_H 1
  5541. | #define HAVE_NETINET_IF_ETHER_H 1
  5542. | #define HAVE_RESOLV_H 1
  5543. | #define HAVE_SYS_UN_H 1
  5544. | #define HAVE_IN_ADDR_T 1
  5545. | #define HAVE_IPHDR 1
  5546. | #define HAVE_MSGHDR 1
  5547. | #define HAVE_CMSGHDR 1
  5548. | #define HAVE_IN_PKTINFO 1
  5549. | #define HAVE_DECL_SO_MARK 1
  5550. | #define HAVE_DECL_SIGHUP 1
  5551. | #define HAVE_DECL_SIGINT 1
  5552. | #define HAVE_DECL_SIGUSR1 1
  5553. | #define HAVE_DECL_SIGUSR2 1
  5554. | #define HAVE_DECL_SIGTERM 1
  5555. | #define HAVE_FORK 1
  5556. | #define HAVE_VFORK 1
  5557. | #define HAVE_WORKING_VFORK 1
  5558. | #define HAVE_WORKING_FORK 1
  5559. | #define HAVE_DAEMON 1
  5560. | #define HAVE_CHROOT 1
  5561. | #define HAVE_GETPWNAM 1
  5562. | #define HAVE_SETUID 1
  5563. | #define HAVE_NICE 1
  5564. | #define HAVE_SYSTEM 1
  5565. | #define HAVE_GETPID 1
  5566. | #define HAVE_DUP 1
  5567. | #define HAVE_DUP2 1
  5568. | #define HAVE_GETPASS 1
  5569. | #define HAVE_STRERROR 1
  5570. | #define HAVE_SYSLOG 1
  5571. | #define HAVE_OPENLOG 1
  5572. | #define HAVE_MLOCKALL 1
  5573. | #define HAVE_GETGRNAM 1
  5574. | #define HAVE_SETGID 1
  5575. | #define HAVE_SETGROUPS 1
  5576. | #define HAVE_STAT 1
  5577. | #define HAVE_FLOCK 1
  5578. | #define HAVE_READV 1
  5579. | #define HAVE_WRITEV 1
  5580. | #define HAVE_TIME 1
  5581. | #define HAVE_GETTIMEOFDAY 1
  5582. | #define HAVE_CTIME 1
  5583. | #define HAVE_MEMSET 1
  5584. | #define HAVE_VSNPRINTF 1
  5585. | #define HAVE_STRDUP 1
  5586. | #define HAVE_SETSID 1
  5587. | #define HAVE_CHDIR 1
  5588. | #define HAVE_PUTENV 1
  5589. | #define HAVE_GETPEERNAME 1
  5590. | #define HAVE_UNLINK 1
  5591. | #define HAVE_FTRUNCATE 1
  5592. | #define HAVE_EXECVE 1
  5593. | #define HAVE_UMASK 1
  5594. | #define HAVE_BASENAME 1
  5595. | #define HAVE_DIRNAME 1
  5596. | #define HAVE_ACCESS 1
  5597. | #define HAVE_EPOLL_CREATE 1
  5598. | #define HAVE_SENDMSG 1
  5599. | #define HAVE_RECVMSG 1
  5600. | #define HAVE_INET_NTOP 1
  5601. | #define HAVE_INET_PTON 1
  5602. | #define HAVE_SOCKET 1
  5603. | #define HAVE_RECV 1
  5604. | #define HAVE_RECVFROM 1
  5605. | #define HAVE_SEND 1
  5606. | #define HAVE_SENDTO 1
  5607. | #define HAVE_LISTEN 1
  5608. | #define HAVE_ACCEPT 1
  5609. | #define HAVE_CONNECT 1
  5610. | #define HAVE_BIND 1
  5611. | #define HAVE_SELECT 1
  5612. | #define HAVE_GETHOSTBYNAME 1
  5613. | #define HAVE_INET_NTOA 1
  5614. | #define HAVE_SETSOCKOPT 1
  5615. | #define HAVE_GETSOCKOPT 1
  5616. | #define HAVE_GETSOCKNAME 1
  5617. | #define HAVE_POLL 1
  5618. | /* end confdefs.h. */
  5619. | #include <stdio.h>
  5620. | #ifdef HAVE_SYS_TYPES_H
  5621. | # include <sys/types.h>
  5622. | #endif
  5623. | #ifdef HAVE_SYS_STAT_H
  5624. | # include <sys/stat.h>
  5625. | #endif
  5626. | #ifdef STDC_HEADERS
  5627. | # include <stdlib.h>
  5628. | # include <stddef.h>
  5629. | #else
  5630. | # ifdef HAVE_STDLIB_H
  5631. | # include <stdlib.h>
  5632. | # endif
  5633. | #endif
  5634. | #ifdef HAVE_STRING_H
  5635. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5636. | # include <memory.h>
  5637. | # endif
  5638. | # include <string.h>
  5639. | #endif
  5640. | #ifdef HAVE_STRINGS_H
  5641. | # include <strings.h>
  5642. | #endif
  5643. | #ifdef HAVE_INTTYPES_H
  5644. | # include <inttypes.h>
  5645. | #endif
  5646. | #ifdef HAVE_STDINT_H
  5647. | # include <stdint.h>
  5648. | #endif
  5649. | #ifdef HAVE_UNISTD_H
  5650. | # include <unistd.h>
  5651. | #endif
  5652. | #include <net/tun/if_tun.h>
  5653. configure:15145: result: no
  5654. configure:15145: checking net/tun/if_tun.h presence
  5655. configure:15145: gcc -E conftest.c
  5656. conftest.c:157:28: fatal error: net/tun/if_tun.h: No such file or directory
  5657. #include <net/tun/if_tun.h>
  5658. ^
  5659. compilation terminated.
  5660. configure:15145: $? = 1
  5661. configure: failed program was:
  5662. | /* confdefs.h */
  5663. | #define PACKAGE_NAME "OpenVPN"
  5664. | #define PACKAGE_TARNAME "openvpn"
  5665. | #define PACKAGE_VERSION "2.3.4"
  5666. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  5667. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  5668. | #define PACKAGE_URL ""
  5669. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  5670. | #define PACKAGE "openvpn"
  5671. | #define VERSION "2.3.4"
  5672. | #define STDC_HEADERS 1
  5673. | #define HAVE_SYS_TYPES_H 1
  5674. | #define HAVE_SYS_STAT_H 1
  5675. | #define HAVE_STDLIB_H 1
  5676. | #define HAVE_STRING_H 1
  5677. | #define HAVE_MEMORY_H 1
  5678. | #define HAVE_STRINGS_H 1
  5679. | #define HAVE_INTTYPES_H 1
  5680. | #define HAVE_STDINT_H 1
  5681. | #define HAVE_UNISTD_H 1
  5682. | #define __EXTENSIONS__ 1
  5683. | #define _ALL_SOURCE 1
  5684. | #define _GNU_SOURCE 1
  5685. | #define _POSIX_PTHREAD_SEMANTICS 1
  5686. | #define _TANDEM_SOURCE 1
  5687. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  5688. | #define TARGET_LINUX 1
  5689. | #define TARGET_PREFIX "L"
  5690. | #define IFCONFIG_PATH "/sbin/ifconfig"
  5691. | #define IPROUTE_PATH "/sbin/ip"
  5692. | #define ROUTE_PATH "/sbin/route"
  5693. | #define HAVE_DLFCN_H 1
  5694. | #define LT_OBJDIR ".libs/"
  5695. | #define RETSIGTYPE void
  5696. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  5697. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  5698. | #define EMPTY_ARRAY_SIZE 0
  5699. | #define SIZEOF_UNSIGNED_INT 4
  5700. | #define SIZEOF_UNSIGNED_LONG 8
  5701. | #define HAVE_STDIO_H 1
  5702. | #define HAVE_STDARG_H 1
  5703. | #define HAVE_STDBOOL_H 1
  5704. | #define HAVE_LIMITS_H 1
  5705. | #define HAVE_TIME_H 1
  5706. | #define HAVE_ERRNO_H 1
  5707. | #define HAVE_FCNTL_H 1
  5708. | #define HAVE_CTYPE_H 1
  5709. | #define HAVE_SYS_TYPES_H 1
  5710. | #define HAVE_SYS_SOCKET_H 1
  5711. | #define HAVE_SIGNAL_H 1
  5712. | #define HAVE_UNISTD_H 1
  5713. | #define HAVE_DLFCN_H 1
  5714. | #define HAVE_NETINET_IN_H 1
  5715. | #define HAVE_NETINET_IN_SYSTM_H 1
  5716. | #define HAVE_NETINET_TCP_H 1
  5717. | #define HAVE_ARPA_INET_H 1
  5718. | #define HAVE_NETDB_H 1
  5719. | #define HAVE_SYS_TIME_H 1
  5720. | #define HAVE_SYS_IOCTL_H 1
  5721. | #define HAVE_SYS_STAT_H 1
  5722. | #define HAVE_SYS_MMAN_H 1
  5723. | #define HAVE_SYS_FILE_H 1
  5724. | #define HAVE_SYS_WAIT_H 1
  5725. | #define HAVE_UNISTD_H 1
  5726. | #define HAVE_SIGNAL_H 1
  5727. | #define HAVE_LIBGEN_H 1
  5728. | #define HAVE_STROPTS_H 1
  5729. | #define HAVE_SYSLOG_H 1
  5730. | #define HAVE_PWD_H 1
  5731. | #define HAVE_GRP_H 1
  5732. | #define HAVE_SYS_UIO_H 1
  5733. | #define HAVE_LINUX_SOCKIOS_H 1
  5734. | #define HAVE_LINUX_TYPES_H 1
  5735. | #define HAVE_SYS_POLL_H 1
  5736. | #define HAVE_SYS_EPOLL_H 1
  5737. | #define HAVE_ERR_H 1
  5738. | #define HAVE_NET_IF_H 1
  5739. | #define HAVE_NETINET_IP_H 1
  5740. | #define HAVE_NETINET_IF_ETHER_H 1
  5741. | #define HAVE_RESOLV_H 1
  5742. | #define HAVE_SYS_UN_H 1
  5743. | #define HAVE_IN_ADDR_T 1
  5744. | #define HAVE_IPHDR 1
  5745. | #define HAVE_MSGHDR 1
  5746. | #define HAVE_CMSGHDR 1
  5747. | #define HAVE_IN_PKTINFO 1
  5748. | #define HAVE_DECL_SO_MARK 1
  5749. | #define HAVE_DECL_SIGHUP 1
  5750. | #define HAVE_DECL_SIGINT 1
  5751. | #define HAVE_DECL_SIGUSR1 1
  5752. | #define HAVE_DECL_SIGUSR2 1
  5753. | #define HAVE_DECL_SIGTERM 1
  5754. | #define HAVE_FORK 1
  5755. | #define HAVE_VFORK 1
  5756. | #define HAVE_WORKING_VFORK 1
  5757. | #define HAVE_WORKING_FORK 1
  5758. | #define HAVE_DAEMON 1
  5759. | #define HAVE_CHROOT 1
  5760. | #define HAVE_GETPWNAM 1
  5761. | #define HAVE_SETUID 1
  5762. | #define HAVE_NICE 1
  5763. | #define HAVE_SYSTEM 1
  5764. | #define HAVE_GETPID 1
  5765. | #define HAVE_DUP 1
  5766. | #define HAVE_DUP2 1
  5767. | #define HAVE_GETPASS 1
  5768. | #define HAVE_STRERROR 1
  5769. | #define HAVE_SYSLOG 1
  5770. | #define HAVE_OPENLOG 1
  5771. | #define HAVE_MLOCKALL 1
  5772. | #define HAVE_GETGRNAM 1
  5773. | #define HAVE_SETGID 1
  5774. | #define HAVE_SETGROUPS 1
  5775. | #define HAVE_STAT 1
  5776. | #define HAVE_FLOCK 1
  5777. | #define HAVE_READV 1
  5778. | #define HAVE_WRITEV 1
  5779. | #define HAVE_TIME 1
  5780. | #define HAVE_GETTIMEOFDAY 1
  5781. | #define HAVE_CTIME 1
  5782. | #define HAVE_MEMSET 1
  5783. | #define HAVE_VSNPRINTF 1
  5784. | #define HAVE_STRDUP 1
  5785. | #define HAVE_SETSID 1
  5786. | #define HAVE_CHDIR 1
  5787. | #define HAVE_PUTENV 1
  5788. | #define HAVE_GETPEERNAME 1
  5789. | #define HAVE_UNLINK 1
  5790. | #define HAVE_FTRUNCATE 1
  5791. | #define HAVE_EXECVE 1
  5792. | #define HAVE_UMASK 1
  5793. | #define HAVE_BASENAME 1
  5794. | #define HAVE_DIRNAME 1
  5795. | #define HAVE_ACCESS 1
  5796. | #define HAVE_EPOLL_CREATE 1
  5797. | #define HAVE_SENDMSG 1
  5798. | #define HAVE_RECVMSG 1
  5799. | #define HAVE_INET_NTOP 1
  5800. | #define HAVE_INET_PTON 1
  5801. | #define HAVE_SOCKET 1
  5802. | #define HAVE_RECV 1
  5803. | #define HAVE_RECVFROM 1
  5804. | #define HAVE_SEND 1
  5805. | #define HAVE_SENDTO 1
  5806. | #define HAVE_LISTEN 1
  5807. | #define HAVE_ACCEPT 1
  5808. | #define HAVE_CONNECT 1
  5809. | #define HAVE_BIND 1
  5810. | #define HAVE_SELECT 1
  5811. | #define HAVE_GETHOSTBYNAME 1
  5812. | #define HAVE_INET_NTOA 1
  5813. | #define HAVE_SETSOCKOPT 1
  5814. | #define HAVE_GETSOCKOPT 1
  5815. | #define HAVE_GETSOCKNAME 1
  5816. | #define HAVE_POLL 1
  5817. | /* end confdefs.h. */
  5818. | #include <net/tun/if_tun.h>
  5819. configure:15145: result: no
  5820. configure:15145: checking for net/tun/if_tun.h
  5821. configure:15145: result: no
  5822. configure:15145: checking linux/if_tun.h usability
  5823. configure:15145: gcc -c -g -O2 conftest.c >&5
  5824. configure:15145: $? = 0
  5825. configure:15145: result: yes
  5826. configure:15145: checking linux/if_tun.h presence
  5827. configure:15145: gcc -E conftest.c
  5828. configure:15145: $? = 0
  5829. configure:15145: result: yes
  5830. configure:15145: checking for linux/if_tun.h
  5831. configure:15145: result: yes
  5832. configure:15145: checking tap-windows.h usability
  5833. configure:15145: gcc -c -g -O2 conftest.c >&5
  5834. conftest.c:191:25: fatal error: tap-windows.h: No such file or directory
  5835. #include <tap-windows.h>
  5836. ^
  5837. compilation terminated.
  5838. configure:15145: $? = 1
  5839. configure: failed program was:
  5840. | /* confdefs.h */
  5841. | #define PACKAGE_NAME "OpenVPN"
  5842. | #define PACKAGE_TARNAME "openvpn"
  5843. | #define PACKAGE_VERSION "2.3.4"
  5844. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  5845. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  5846. | #define PACKAGE_URL ""
  5847. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  5848. | #define PACKAGE "openvpn"
  5849. | #define VERSION "2.3.4"
  5850. | #define STDC_HEADERS 1
  5851. | #define HAVE_SYS_TYPES_H 1
  5852. | #define HAVE_SYS_STAT_H 1
  5853. | #define HAVE_STDLIB_H 1
  5854. | #define HAVE_STRING_H 1
  5855. | #define HAVE_MEMORY_H 1
  5856. | #define HAVE_STRINGS_H 1
  5857. | #define HAVE_INTTYPES_H 1
  5858. | #define HAVE_STDINT_H 1
  5859. | #define HAVE_UNISTD_H 1
  5860. | #define __EXTENSIONS__ 1
  5861. | #define _ALL_SOURCE 1
  5862. | #define _GNU_SOURCE 1
  5863. | #define _POSIX_PTHREAD_SEMANTICS 1
  5864. | #define _TANDEM_SOURCE 1
  5865. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  5866. | #define TARGET_LINUX 1
  5867. | #define TARGET_PREFIX "L"
  5868. | #define IFCONFIG_PATH "/sbin/ifconfig"
  5869. | #define IPROUTE_PATH "/sbin/ip"
  5870. | #define ROUTE_PATH "/sbin/route"
  5871. | #define HAVE_DLFCN_H 1
  5872. | #define LT_OBJDIR ".libs/"
  5873. | #define RETSIGTYPE void
  5874. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  5875. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  5876. | #define EMPTY_ARRAY_SIZE 0
  5877. | #define SIZEOF_UNSIGNED_INT 4
  5878. | #define SIZEOF_UNSIGNED_LONG 8
  5879. | #define HAVE_STDIO_H 1
  5880. | #define HAVE_STDARG_H 1
  5881. | #define HAVE_STDBOOL_H 1
  5882. | #define HAVE_LIMITS_H 1
  5883. | #define HAVE_TIME_H 1
  5884. | #define HAVE_ERRNO_H 1
  5885. | #define HAVE_FCNTL_H 1
  5886. | #define HAVE_CTYPE_H 1
  5887. | #define HAVE_SYS_TYPES_H 1
  5888. | #define HAVE_SYS_SOCKET_H 1
  5889. | #define HAVE_SIGNAL_H 1
  5890. | #define HAVE_UNISTD_H 1
  5891. | #define HAVE_DLFCN_H 1
  5892. | #define HAVE_NETINET_IN_H 1
  5893. | #define HAVE_NETINET_IN_SYSTM_H 1
  5894. | #define HAVE_NETINET_TCP_H 1
  5895. | #define HAVE_ARPA_INET_H 1
  5896. | #define HAVE_NETDB_H 1
  5897. | #define HAVE_SYS_TIME_H 1
  5898. | #define HAVE_SYS_IOCTL_H 1
  5899. | #define HAVE_SYS_STAT_H 1
  5900. | #define HAVE_SYS_MMAN_H 1
  5901. | #define HAVE_SYS_FILE_H 1
  5902. | #define HAVE_SYS_WAIT_H 1
  5903. | #define HAVE_UNISTD_H 1
  5904. | #define HAVE_SIGNAL_H 1
  5905. | #define HAVE_LIBGEN_H 1
  5906. | #define HAVE_STROPTS_H 1
  5907. | #define HAVE_SYSLOG_H 1
  5908. | #define HAVE_PWD_H 1
  5909. | #define HAVE_GRP_H 1
  5910. | #define HAVE_SYS_UIO_H 1
  5911. | #define HAVE_LINUX_SOCKIOS_H 1
  5912. | #define HAVE_LINUX_TYPES_H 1
  5913. | #define HAVE_SYS_POLL_H 1
  5914. | #define HAVE_SYS_EPOLL_H 1
  5915. | #define HAVE_ERR_H 1
  5916. | #define HAVE_NET_IF_H 1
  5917. | #define HAVE_NETINET_IP_H 1
  5918. | #define HAVE_NETINET_IF_ETHER_H 1
  5919. | #define HAVE_RESOLV_H 1
  5920. | #define HAVE_SYS_UN_H 1
  5921. | #define HAVE_IN_ADDR_T 1
  5922. | #define HAVE_IPHDR 1
  5923. | #define HAVE_MSGHDR 1
  5924. | #define HAVE_CMSGHDR 1
  5925. | #define HAVE_IN_PKTINFO 1
  5926. | #define HAVE_DECL_SO_MARK 1
  5927. | #define HAVE_DECL_SIGHUP 1
  5928. | #define HAVE_DECL_SIGINT 1
  5929. | #define HAVE_DECL_SIGUSR1 1
  5930. | #define HAVE_DECL_SIGUSR2 1
  5931. | #define HAVE_DECL_SIGTERM 1
  5932. | #define HAVE_FORK 1
  5933. | #define HAVE_VFORK 1
  5934. | #define HAVE_WORKING_VFORK 1
  5935. | #define HAVE_WORKING_FORK 1
  5936. | #define HAVE_DAEMON 1
  5937. | #define HAVE_CHROOT 1
  5938. | #define HAVE_GETPWNAM 1
  5939. | #define HAVE_SETUID 1
  5940. | #define HAVE_NICE 1
  5941. | #define HAVE_SYSTEM 1
  5942. | #define HAVE_GETPID 1
  5943. | #define HAVE_DUP 1
  5944. | #define HAVE_DUP2 1
  5945. | #define HAVE_GETPASS 1
  5946. | #define HAVE_STRERROR 1
  5947. | #define HAVE_SYSLOG 1
  5948. | #define HAVE_OPENLOG 1
  5949. | #define HAVE_MLOCKALL 1
  5950. | #define HAVE_GETGRNAM 1
  5951. | #define HAVE_SETGID 1
  5952. | #define HAVE_SETGROUPS 1
  5953. | #define HAVE_STAT 1
  5954. | #define HAVE_FLOCK 1
  5955. | #define HAVE_READV 1
  5956. | #define HAVE_WRITEV 1
  5957. | #define HAVE_TIME 1
  5958. | #define HAVE_GETTIMEOFDAY 1
  5959. | #define HAVE_CTIME 1
  5960. | #define HAVE_MEMSET 1
  5961. | #define HAVE_VSNPRINTF 1
  5962. | #define HAVE_STRDUP 1
  5963. | #define HAVE_SETSID 1
  5964. | #define HAVE_CHDIR 1
  5965. | #define HAVE_PUTENV 1
  5966. | #define HAVE_GETPEERNAME 1
  5967. | #define HAVE_UNLINK 1
  5968. | #define HAVE_FTRUNCATE 1
  5969. | #define HAVE_EXECVE 1
  5970. | #define HAVE_UMASK 1
  5971. | #define HAVE_BASENAME 1
  5972. | #define HAVE_DIRNAME 1
  5973. | #define HAVE_ACCESS 1
  5974. | #define HAVE_EPOLL_CREATE 1
  5975. | #define HAVE_SENDMSG 1
  5976. | #define HAVE_RECVMSG 1
  5977. | #define HAVE_INET_NTOP 1
  5978. | #define HAVE_INET_PTON 1
  5979. | #define HAVE_SOCKET 1
  5980. | #define HAVE_RECV 1
  5981. | #define HAVE_RECVFROM 1
  5982. | #define HAVE_SEND 1
  5983. | #define HAVE_SENDTO 1
  5984. | #define HAVE_LISTEN 1
  5985. | #define HAVE_ACCEPT 1
  5986. | #define HAVE_CONNECT 1
  5987. | #define HAVE_BIND 1
  5988. | #define HAVE_SELECT 1
  5989. | #define HAVE_GETHOSTBYNAME 1
  5990. | #define HAVE_INET_NTOA 1
  5991. | #define HAVE_SETSOCKOPT 1
  5992. | #define HAVE_GETSOCKOPT 1
  5993. | #define HAVE_GETSOCKNAME 1
  5994. | #define HAVE_POLL 1
  5995. | #define HAVE_LINUX_IF_TUN_H 1
  5996. | /* end confdefs.h. */
  5997. | #include <stdio.h>
  5998. | #ifdef HAVE_SYS_TYPES_H
  5999. | # include <sys/types.h>
  6000. | #endif
  6001. | #ifdef HAVE_SYS_STAT_H
  6002. | # include <sys/stat.h>
  6003. | #endif
  6004. | #ifdef STDC_HEADERS
  6005. | # include <stdlib.h>
  6006. | # include <stddef.h>
  6007. | #else
  6008. | # ifdef HAVE_STDLIB_H
  6009. | # include <stdlib.h>
  6010. | # endif
  6011. | #endif
  6012. | #ifdef HAVE_STRING_H
  6013. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6014. | # include <memory.h>
  6015. | # endif
  6016. | # include <string.h>
  6017. | #endif
  6018. | #ifdef HAVE_STRINGS_H
  6019. | # include <strings.h>
  6020. | #endif
  6021. | #ifdef HAVE_INTTYPES_H
  6022. | # include <inttypes.h>
  6023. | #endif
  6024. | #ifdef HAVE_STDINT_H
  6025. | # include <stdint.h>
  6026. | #endif
  6027. | #ifdef HAVE_UNISTD_H
  6028. | # include <unistd.h>
  6029. | #endif
  6030. | #include <tap-windows.h>
  6031. configure:15145: result: no
  6032. configure:15145: checking tap-windows.h presence
  6033. configure:15145: gcc -E conftest.c
  6034. conftest.c:158:25: fatal error: tap-windows.h: No such file or directory
  6035. #include <tap-windows.h>
  6036. ^
  6037. compilation terminated.
  6038. configure:15145: $? = 1
  6039. configure: failed program was:
  6040. | /* confdefs.h */
  6041. | #define PACKAGE_NAME "OpenVPN"
  6042. | #define PACKAGE_TARNAME "openvpn"
  6043. | #define PACKAGE_VERSION "2.3.4"
  6044. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  6045. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  6046. | #define PACKAGE_URL ""
  6047. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  6048. | #define PACKAGE "openvpn"
  6049. | #define VERSION "2.3.4"
  6050. | #define STDC_HEADERS 1
  6051. | #define HAVE_SYS_TYPES_H 1
  6052. | #define HAVE_SYS_STAT_H 1
  6053. | #define HAVE_STDLIB_H 1
  6054. | #define HAVE_STRING_H 1
  6055. | #define HAVE_MEMORY_H 1
  6056. | #define HAVE_STRINGS_H 1
  6057. | #define HAVE_INTTYPES_H 1
  6058. | #define HAVE_STDINT_H 1
  6059. | #define HAVE_UNISTD_H 1
  6060. | #define __EXTENSIONS__ 1
  6061. | #define _ALL_SOURCE 1
  6062. | #define _GNU_SOURCE 1
  6063. | #define _POSIX_PTHREAD_SEMANTICS 1
  6064. | #define _TANDEM_SOURCE 1
  6065. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  6066. | #define TARGET_LINUX 1
  6067. | #define TARGET_PREFIX "L"
  6068. | #define IFCONFIG_PATH "/sbin/ifconfig"
  6069. | #define IPROUTE_PATH "/sbin/ip"
  6070. | #define ROUTE_PATH "/sbin/route"
  6071. | #define HAVE_DLFCN_H 1
  6072. | #define LT_OBJDIR ".libs/"
  6073. | #define RETSIGTYPE void
  6074. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  6075. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  6076. | #define EMPTY_ARRAY_SIZE 0
  6077. | #define SIZEOF_UNSIGNED_INT 4
  6078. | #define SIZEOF_UNSIGNED_LONG 8
  6079. | #define HAVE_STDIO_H 1
  6080. | #define HAVE_STDARG_H 1
  6081. | #define HAVE_STDBOOL_H 1
  6082. | #define HAVE_LIMITS_H 1
  6083. | #define HAVE_TIME_H 1
  6084. | #define HAVE_ERRNO_H 1
  6085. | #define HAVE_FCNTL_H 1
  6086. | #define HAVE_CTYPE_H 1
  6087. | #define HAVE_SYS_TYPES_H 1
  6088. | #define HAVE_SYS_SOCKET_H 1
  6089. | #define HAVE_SIGNAL_H 1
  6090. | #define HAVE_UNISTD_H 1
  6091. | #define HAVE_DLFCN_H 1
  6092. | #define HAVE_NETINET_IN_H 1
  6093. | #define HAVE_NETINET_IN_SYSTM_H 1
  6094. | #define HAVE_NETINET_TCP_H 1
  6095. | #define HAVE_ARPA_INET_H 1
  6096. | #define HAVE_NETDB_H 1
  6097. | #define HAVE_SYS_TIME_H 1
  6098. | #define HAVE_SYS_IOCTL_H 1
  6099. | #define HAVE_SYS_STAT_H 1
  6100. | #define HAVE_SYS_MMAN_H 1
  6101. | #define HAVE_SYS_FILE_H 1
  6102. | #define HAVE_SYS_WAIT_H 1
  6103. | #define HAVE_UNISTD_H 1
  6104. | #define HAVE_SIGNAL_H 1
  6105. | #define HAVE_LIBGEN_H 1
  6106. | #define HAVE_STROPTS_H 1
  6107. | #define HAVE_SYSLOG_H 1
  6108. | #define HAVE_PWD_H 1
  6109. | #define HAVE_GRP_H 1
  6110. | #define HAVE_SYS_UIO_H 1
  6111. | #define HAVE_LINUX_SOCKIOS_H 1
  6112. | #define HAVE_LINUX_TYPES_H 1
  6113. | #define HAVE_SYS_POLL_H 1
  6114. | #define HAVE_SYS_EPOLL_H 1
  6115. | #define HAVE_ERR_H 1
  6116. | #define HAVE_NET_IF_H 1
  6117. | #define HAVE_NETINET_IP_H 1
  6118. | #define HAVE_NETINET_IF_ETHER_H 1
  6119. | #define HAVE_RESOLV_H 1
  6120. | #define HAVE_SYS_UN_H 1
  6121. | #define HAVE_IN_ADDR_T 1
  6122. | #define HAVE_IPHDR 1
  6123. | #define HAVE_MSGHDR 1
  6124. | #define HAVE_CMSGHDR 1
  6125. | #define HAVE_IN_PKTINFO 1
  6126. | #define HAVE_DECL_SO_MARK 1
  6127. | #define HAVE_DECL_SIGHUP 1
  6128. | #define HAVE_DECL_SIGINT 1
  6129. | #define HAVE_DECL_SIGUSR1 1
  6130. | #define HAVE_DECL_SIGUSR2 1
  6131. | #define HAVE_DECL_SIGTERM 1
  6132. | #define HAVE_FORK 1
  6133. | #define HAVE_VFORK 1
  6134. | #define HAVE_WORKING_VFORK 1
  6135. | #define HAVE_WORKING_FORK 1
  6136. | #define HAVE_DAEMON 1
  6137. | #define HAVE_CHROOT 1
  6138. | #define HAVE_GETPWNAM 1
  6139. | #define HAVE_SETUID 1
  6140. | #define HAVE_NICE 1
  6141. | #define HAVE_SYSTEM 1
  6142. | #define HAVE_GETPID 1
  6143. | #define HAVE_DUP 1
  6144. | #define HAVE_DUP2 1
  6145. | #define HAVE_GETPASS 1
  6146. | #define HAVE_STRERROR 1
  6147. | #define HAVE_SYSLOG 1
  6148. | #define HAVE_OPENLOG 1
  6149. | #define HAVE_MLOCKALL 1
  6150. | #define HAVE_GETGRNAM 1
  6151. | #define HAVE_SETGID 1
  6152. | #define HAVE_SETGROUPS 1
  6153. | #define HAVE_STAT 1
  6154. | #define HAVE_FLOCK 1
  6155. | #define HAVE_READV 1
  6156. | #define HAVE_WRITEV 1
  6157. | #define HAVE_TIME 1
  6158. | #define HAVE_GETTIMEOFDAY 1
  6159. | #define HAVE_CTIME 1
  6160. | #define HAVE_MEMSET 1
  6161. | #define HAVE_VSNPRINTF 1
  6162. | #define HAVE_STRDUP 1
  6163. | #define HAVE_SETSID 1
  6164. | #define HAVE_CHDIR 1
  6165. | #define HAVE_PUTENV 1
  6166. | #define HAVE_GETPEERNAME 1
  6167. | #define HAVE_UNLINK 1
  6168. | #define HAVE_FTRUNCATE 1
  6169. | #define HAVE_EXECVE 1
  6170. | #define HAVE_UMASK 1
  6171. | #define HAVE_BASENAME 1
  6172. | #define HAVE_DIRNAME 1
  6173. | #define HAVE_ACCESS 1
  6174. | #define HAVE_EPOLL_CREATE 1
  6175. | #define HAVE_SENDMSG 1
  6176. | #define HAVE_RECVMSG 1
  6177. | #define HAVE_INET_NTOP 1
  6178. | #define HAVE_INET_PTON 1
  6179. | #define HAVE_SOCKET 1
  6180. | #define HAVE_RECV 1
  6181. | #define HAVE_RECVFROM 1
  6182. | #define HAVE_SEND 1
  6183. | #define HAVE_SENDTO 1
  6184. | #define HAVE_LISTEN 1
  6185. | #define HAVE_ACCEPT 1
  6186. | #define HAVE_CONNECT 1
  6187. | #define HAVE_BIND 1
  6188. | #define HAVE_SELECT 1
  6189. | #define HAVE_GETHOSTBYNAME 1
  6190. | #define HAVE_INET_NTOA 1
  6191. | #define HAVE_SETSOCKOPT 1
  6192. | #define HAVE_GETSOCKOPT 1
  6193. | #define HAVE_GETSOCKNAME 1
  6194. | #define HAVE_POLL 1
  6195. | #define HAVE_LINUX_IF_TUN_H 1
  6196. | /* end confdefs.h. */
  6197. | #include <tap-windows.h>
  6198. configure:15145: result: no
  6199. configure:15145: checking for tap-windows.h
  6200. configure:15145: result: no
  6201. configure:15156: checking whether TUNSETPERSIST is declared
  6202. configure:15156: gcc -c -g -O2 conftest.c >&5
  6203. configure:15156: $? = 0
  6204. configure:15156: result: yes
  6205. configure:15181: checking for setcon in -lselinux
  6206. configure:15206: gcc -o conftest -g -O2 conftest.c -lselinux >&5
  6207. /usr/bin/ld: cannot find -lselinux
  6208. collect2: error: ld returned 1 exit status
  6209. configure:15206: $? = 1
  6210. configure: failed program was:
  6211. | /* confdefs.h */
  6212. | #define PACKAGE_NAME "OpenVPN"
  6213. | #define PACKAGE_TARNAME "openvpn"
  6214. | #define PACKAGE_VERSION "2.3.4"
  6215. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  6216. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  6217. | #define PACKAGE_URL ""
  6218. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  6219. | #define PACKAGE "openvpn"
  6220. | #define VERSION "2.3.4"
  6221. | #define STDC_HEADERS 1
  6222. | #define HAVE_SYS_TYPES_H 1
  6223. | #define HAVE_SYS_STAT_H 1
  6224. | #define HAVE_STDLIB_H 1
  6225. | #define HAVE_STRING_H 1
  6226. | #define HAVE_MEMORY_H 1
  6227. | #define HAVE_STRINGS_H 1
  6228. | #define HAVE_INTTYPES_H 1
  6229. | #define HAVE_STDINT_H 1
  6230. | #define HAVE_UNISTD_H 1
  6231. | #define __EXTENSIONS__ 1
  6232. | #define _ALL_SOURCE 1
  6233. | #define _GNU_SOURCE 1
  6234. | #define _POSIX_PTHREAD_SEMANTICS 1
  6235. | #define _TANDEM_SOURCE 1
  6236. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  6237. | #define TARGET_LINUX 1
  6238. | #define TARGET_PREFIX "L"
  6239. | #define IFCONFIG_PATH "/sbin/ifconfig"
  6240. | #define IPROUTE_PATH "/sbin/ip"
  6241. | #define ROUTE_PATH "/sbin/route"
  6242. | #define HAVE_DLFCN_H 1
  6243. | #define LT_OBJDIR ".libs/"
  6244. | #define RETSIGTYPE void
  6245. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  6246. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  6247. | #define EMPTY_ARRAY_SIZE 0
  6248. | #define SIZEOF_UNSIGNED_INT 4
  6249. | #define SIZEOF_UNSIGNED_LONG 8
  6250. | #define HAVE_STDIO_H 1
  6251. | #define HAVE_STDARG_H 1
  6252. | #define HAVE_STDBOOL_H 1
  6253. | #define HAVE_LIMITS_H 1
  6254. | #define HAVE_TIME_H 1
  6255. | #define HAVE_ERRNO_H 1
  6256. | #define HAVE_FCNTL_H 1
  6257. | #define HAVE_CTYPE_H 1
  6258. | #define HAVE_SYS_TYPES_H 1
  6259. | #define HAVE_SYS_SOCKET_H 1
  6260. | #define HAVE_SIGNAL_H 1
  6261. | #define HAVE_UNISTD_H 1
  6262. | #define HAVE_DLFCN_H 1
  6263. | #define HAVE_NETINET_IN_H 1
  6264. | #define HAVE_NETINET_IN_SYSTM_H 1
  6265. | #define HAVE_NETINET_TCP_H 1
  6266. | #define HAVE_ARPA_INET_H 1
  6267. | #define HAVE_NETDB_H 1
  6268. | #define HAVE_SYS_TIME_H 1
  6269. | #define HAVE_SYS_IOCTL_H 1
  6270. | #define HAVE_SYS_STAT_H 1
  6271. | #define HAVE_SYS_MMAN_H 1
  6272. | #define HAVE_SYS_FILE_H 1
  6273. | #define HAVE_SYS_WAIT_H 1
  6274. | #define HAVE_UNISTD_H 1
  6275. | #define HAVE_SIGNAL_H 1
  6276. | #define HAVE_LIBGEN_H 1
  6277. | #define HAVE_STROPTS_H 1
  6278. | #define HAVE_SYSLOG_H 1
  6279. | #define HAVE_PWD_H 1
  6280. | #define HAVE_GRP_H 1
  6281. | #define HAVE_SYS_UIO_H 1
  6282. | #define HAVE_LINUX_SOCKIOS_H 1
  6283. | #define HAVE_LINUX_TYPES_H 1
  6284. | #define HAVE_SYS_POLL_H 1
  6285. | #define HAVE_SYS_EPOLL_H 1
  6286. | #define HAVE_ERR_H 1
  6287. | #define HAVE_NET_IF_H 1
  6288. | #define HAVE_NETINET_IP_H 1
  6289. | #define HAVE_NETINET_IF_ETHER_H 1
  6290. | #define HAVE_RESOLV_H 1
  6291. | #define HAVE_SYS_UN_H 1
  6292. | #define HAVE_IN_ADDR_T 1
  6293. | #define HAVE_IPHDR 1
  6294. | #define HAVE_MSGHDR 1
  6295. | #define HAVE_CMSGHDR 1
  6296. | #define HAVE_IN_PKTINFO 1
  6297. | #define HAVE_DECL_SO_MARK 1
  6298. | #define HAVE_DECL_SIGHUP 1
  6299. | #define HAVE_DECL_SIGINT 1
  6300. | #define HAVE_DECL_SIGUSR1 1
  6301. | #define HAVE_DECL_SIGUSR2 1
  6302. | #define HAVE_DECL_SIGTERM 1
  6303. | #define HAVE_FORK 1
  6304. | #define HAVE_VFORK 1
  6305. | #define HAVE_WORKING_VFORK 1
  6306. | #define HAVE_WORKING_FORK 1
  6307. | #define HAVE_DAEMON 1
  6308. | #define HAVE_CHROOT 1
  6309. | #define HAVE_GETPWNAM 1
  6310. | #define HAVE_SETUID 1
  6311. | #define HAVE_NICE 1
  6312. | #define HAVE_SYSTEM 1
  6313. | #define HAVE_GETPID 1
  6314. | #define HAVE_DUP 1
  6315. | #define HAVE_DUP2 1
  6316. | #define HAVE_GETPASS 1
  6317. | #define HAVE_STRERROR 1
  6318. | #define HAVE_SYSLOG 1
  6319. | #define HAVE_OPENLOG 1
  6320. | #define HAVE_MLOCKALL 1
  6321. | #define HAVE_GETGRNAM 1
  6322. | #define HAVE_SETGID 1
  6323. | #define HAVE_SETGROUPS 1
  6324. | #define HAVE_STAT 1
  6325. | #define HAVE_FLOCK 1
  6326. | #define HAVE_READV 1
  6327. | #define HAVE_WRITEV 1
  6328. | #define HAVE_TIME 1
  6329. | #define HAVE_GETTIMEOFDAY 1
  6330. | #define HAVE_CTIME 1
  6331. | #define HAVE_MEMSET 1
  6332. | #define HAVE_VSNPRINTF 1
  6333. | #define HAVE_STRDUP 1
  6334. | #define HAVE_SETSID 1
  6335. | #define HAVE_CHDIR 1
  6336. | #define HAVE_PUTENV 1
  6337. | #define HAVE_GETPEERNAME 1
  6338. | #define HAVE_UNLINK 1
  6339. | #define HAVE_FTRUNCATE 1
  6340. | #define HAVE_EXECVE 1
  6341. | #define HAVE_UMASK 1
  6342. | #define HAVE_BASENAME 1
  6343. | #define HAVE_DIRNAME 1
  6344. | #define HAVE_ACCESS 1
  6345. | #define HAVE_EPOLL_CREATE 1
  6346. | #define HAVE_SENDMSG 1
  6347. | #define HAVE_RECVMSG 1
  6348. | #define HAVE_INET_NTOP 1
  6349. | #define HAVE_INET_PTON 1
  6350. | #define HAVE_SOCKET 1
  6351. | #define HAVE_RECV 1
  6352. | #define HAVE_RECVFROM 1
  6353. | #define HAVE_SEND 1
  6354. | #define HAVE_SENDTO 1
  6355. | #define HAVE_LISTEN 1
  6356. | #define HAVE_ACCEPT 1
  6357. | #define HAVE_CONNECT 1
  6358. | #define HAVE_BIND 1
  6359. | #define HAVE_SELECT 1
  6360. | #define HAVE_GETHOSTBYNAME 1
  6361. | #define HAVE_INET_NTOA 1
  6362. | #define HAVE_SETSOCKOPT 1
  6363. | #define HAVE_GETSOCKOPT 1
  6364. | #define HAVE_GETSOCKNAME 1
  6365. | #define HAVE_POLL 1
  6366. | #define HAVE_LINUX_IF_TUN_H 1
  6367. | #define HAVE_DECL_TUNSETPERSIST 1
  6368. | #define ENABLE_FEATURE_TUN_PERSIST 1
  6369. | /* end confdefs.h. */
  6370. |
  6371. | /* Override any GCC internal prototype to avoid an error.
  6372. | Use char because int might match the return type of a GCC
  6373. | builtin and then its argument prototype would still apply. */
  6374. | #ifdef __cplusplus
  6375. | extern "C"
  6376. | #endif
  6377. | char setcon ();
  6378. | int
  6379. | main ()
  6380. | {
  6381. | return setcon ();
  6382. | ;
  6383. | return 0;
  6384. | }
  6385. configure:15215: result: no
  6386. configure:15227: checking for pam_start in -lpam
  6387. configure:15252: gcc -o conftest -g -O2 conftest.c -lpam >&5
  6388. /usr/bin/ld: cannot find -lpam
  6389. collect2: error: ld returned 1 exit status
  6390. configure:15252: $? = 1
  6391. configure: failed program was:
  6392. | /* confdefs.h */
  6393. | #define PACKAGE_NAME "OpenVPN"
  6394. | #define PACKAGE_TARNAME "openvpn"
  6395. | #define PACKAGE_VERSION "2.3.4"
  6396. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  6397. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  6398. | #define PACKAGE_URL ""
  6399. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  6400. | #define PACKAGE "openvpn"
  6401. | #define VERSION "2.3.4"
  6402. | #define STDC_HEADERS 1
  6403. | #define HAVE_SYS_TYPES_H 1
  6404. | #define HAVE_SYS_STAT_H 1
  6405. | #define HAVE_STDLIB_H 1
  6406. | #define HAVE_STRING_H 1
  6407. | #define HAVE_MEMORY_H 1
  6408. | #define HAVE_STRINGS_H 1
  6409. | #define HAVE_INTTYPES_H 1
  6410. | #define HAVE_STDINT_H 1
  6411. | #define HAVE_UNISTD_H 1
  6412. | #define __EXTENSIONS__ 1
  6413. | #define _ALL_SOURCE 1
  6414. | #define _GNU_SOURCE 1
  6415. | #define _POSIX_PTHREAD_SEMANTICS 1
  6416. | #define _TANDEM_SOURCE 1
  6417. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  6418. | #define TARGET_LINUX 1
  6419. | #define TARGET_PREFIX "L"
  6420. | #define IFCONFIG_PATH "/sbin/ifconfig"
  6421. | #define IPROUTE_PATH "/sbin/ip"
  6422. | #define ROUTE_PATH "/sbin/route"
  6423. | #define HAVE_DLFCN_H 1
  6424. | #define LT_OBJDIR ".libs/"
  6425. | #define RETSIGTYPE void
  6426. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  6427. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  6428. | #define EMPTY_ARRAY_SIZE 0
  6429. | #define SIZEOF_UNSIGNED_INT 4
  6430. | #define SIZEOF_UNSIGNED_LONG 8
  6431. | #define HAVE_STDIO_H 1
  6432. | #define HAVE_STDARG_H 1
  6433. | #define HAVE_STDBOOL_H 1
  6434. | #define HAVE_LIMITS_H 1
  6435. | #define HAVE_TIME_H 1
  6436. | #define HAVE_ERRNO_H 1
  6437. | #define HAVE_FCNTL_H 1
  6438. | #define HAVE_CTYPE_H 1
  6439. | #define HAVE_SYS_TYPES_H 1
  6440. | #define HAVE_SYS_SOCKET_H 1
  6441. | #define HAVE_SIGNAL_H 1
  6442. | #define HAVE_UNISTD_H 1
  6443. | #define HAVE_DLFCN_H 1
  6444. | #define HAVE_NETINET_IN_H 1
  6445. | #define HAVE_NETINET_IN_SYSTM_H 1
  6446. | #define HAVE_NETINET_TCP_H 1
  6447. | #define HAVE_ARPA_INET_H 1
  6448. | #define HAVE_NETDB_H 1
  6449. | #define HAVE_SYS_TIME_H 1
  6450. | #define HAVE_SYS_IOCTL_H 1
  6451. | #define HAVE_SYS_STAT_H 1
  6452. | #define HAVE_SYS_MMAN_H 1
  6453. | #define HAVE_SYS_FILE_H 1
  6454. | #define HAVE_SYS_WAIT_H 1
  6455. | #define HAVE_UNISTD_H 1
  6456. | #define HAVE_SIGNAL_H 1
  6457. | #define HAVE_LIBGEN_H 1
  6458. | #define HAVE_STROPTS_H 1
  6459. | #define HAVE_SYSLOG_H 1
  6460. | #define HAVE_PWD_H 1
  6461. | #define HAVE_GRP_H 1
  6462. | #define HAVE_SYS_UIO_H 1
  6463. | #define HAVE_LINUX_SOCKIOS_H 1
  6464. | #define HAVE_LINUX_TYPES_H 1
  6465. | #define HAVE_SYS_POLL_H 1
  6466. | #define HAVE_SYS_EPOLL_H 1
  6467. | #define HAVE_ERR_H 1
  6468. | #define HAVE_NET_IF_H 1
  6469. | #define HAVE_NETINET_IP_H 1
  6470. | #define HAVE_NETINET_IF_ETHER_H 1
  6471. | #define HAVE_RESOLV_H 1
  6472. | #define HAVE_SYS_UN_H 1
  6473. | #define HAVE_IN_ADDR_T 1
  6474. | #define HAVE_IPHDR 1
  6475. | #define HAVE_MSGHDR 1
  6476. | #define HAVE_CMSGHDR 1
  6477. | #define HAVE_IN_PKTINFO 1
  6478. | #define HAVE_DECL_SO_MARK 1
  6479. | #define HAVE_DECL_SIGHUP 1
  6480. | #define HAVE_DECL_SIGINT 1
  6481. | #define HAVE_DECL_SIGUSR1 1
  6482. | #define HAVE_DECL_SIGUSR2 1
  6483. | #define HAVE_DECL_SIGTERM 1
  6484. | #define HAVE_FORK 1
  6485. | #define HAVE_VFORK 1
  6486. | #define HAVE_WORKING_VFORK 1
  6487. | #define HAVE_WORKING_FORK 1
  6488. | #define HAVE_DAEMON 1
  6489. | #define HAVE_CHROOT 1
  6490. | #define HAVE_GETPWNAM 1
  6491. | #define HAVE_SETUID 1
  6492. | #define HAVE_NICE 1
  6493. | #define HAVE_SYSTEM 1
  6494. | #define HAVE_GETPID 1
  6495. | #define HAVE_DUP 1
  6496. | #define HAVE_DUP2 1
  6497. | #define HAVE_GETPASS 1
  6498. | #define HAVE_STRERROR 1
  6499. | #define HAVE_SYSLOG 1
  6500. | #define HAVE_OPENLOG 1
  6501. | #define HAVE_MLOCKALL 1
  6502. | #define HAVE_GETGRNAM 1
  6503. | #define HAVE_SETGID 1
  6504. | #define HAVE_SETGROUPS 1
  6505. | #define HAVE_STAT 1
  6506. | #define HAVE_FLOCK 1
  6507. | #define HAVE_READV 1
  6508. | #define HAVE_WRITEV 1
  6509. | #define HAVE_TIME 1
  6510. | #define HAVE_GETTIMEOFDAY 1
  6511. | #define HAVE_CTIME 1
  6512. | #define HAVE_MEMSET 1
  6513. | #define HAVE_VSNPRINTF 1
  6514. | #define HAVE_STRDUP 1
  6515. | #define HAVE_SETSID 1
  6516. | #define HAVE_CHDIR 1
  6517. | #define HAVE_PUTENV 1
  6518. | #define HAVE_GETPEERNAME 1
  6519. | #define HAVE_UNLINK 1
  6520. | #define HAVE_FTRUNCATE 1
  6521. | #define HAVE_EXECVE 1
  6522. | #define HAVE_UMASK 1
  6523. | #define HAVE_BASENAME 1
  6524. | #define HAVE_DIRNAME 1
  6525. | #define HAVE_ACCESS 1
  6526. | #define HAVE_EPOLL_CREATE 1
  6527. | #define HAVE_SENDMSG 1
  6528. | #define HAVE_RECVMSG 1
  6529. | #define HAVE_INET_NTOP 1
  6530. | #define HAVE_INET_PTON 1
  6531. | #define HAVE_SOCKET 1
  6532. | #define HAVE_RECV 1
  6533. | #define HAVE_RECVFROM 1
  6534. | #define HAVE_SEND 1
  6535. | #define HAVE_SENDTO 1
  6536. | #define HAVE_LISTEN 1
  6537. | #define HAVE_ACCEPT 1
  6538. | #define HAVE_CONNECT 1
  6539. | #define HAVE_BIND 1
  6540. | #define HAVE_SELECT 1
  6541. | #define HAVE_GETHOSTBYNAME 1
  6542. | #define HAVE_INET_NTOA 1
  6543. | #define HAVE_SETSOCKOPT 1
  6544. | #define HAVE_GETSOCKOPT 1
  6545. | #define HAVE_GETSOCKNAME 1
  6546. | #define HAVE_POLL 1
  6547. | #define HAVE_LINUX_IF_TUN_H 1
  6548. | #define HAVE_DECL_TUNSETPERSIST 1
  6549. | #define ENABLE_FEATURE_TUN_PERSIST 1
  6550. | /* end confdefs.h. */
  6551. |
  6552. | /* Override any GCC internal prototype to avoid an error.
  6553. | Use char because int might match the return type of a GCC
  6554. | builtin and then its argument prototype would still apply. */
  6555. | #ifdef __cplusplus
  6556. | extern "C"
  6557. | #endif
  6558. | char pam_start ();
  6559. | int
  6560. | main ()
  6561. | {
  6562. | return pam_start ();
  6563. | ;
  6564. | return 0;
  6565. | }
  6566. configure:15261: result: no
  6567. configure:15400: checking for PKCS11_HELPER
  6568. configure:15407: $PKG_CONFIG --exists --print-errors "libpkcs11-helper-1 >= 1.11"
  6569. Package libpkcs11-helper-1 was not found in the pkg-config search path.
  6570. Perhaps you should add the directory containing `libpkcs11-helper-1.pc'
  6571. to the PKG_CONFIG_PATH environment variable
  6572. No package 'libpkcs11-helper-1' found
  6573. configure:15410: $? = 1
  6574. configure:15424: $PKG_CONFIG --exists --print-errors "libpkcs11-helper-1 >= 1.11"
  6575. Package libpkcs11-helper-1 was not found in the pkg-config search path.
  6576. Perhaps you should add the directory containing `libpkcs11-helper-1.pc'
  6577. to the PKG_CONFIG_PATH environment variable
  6578. No package 'libpkcs11-helper-1' found
  6579. configure:15427: $? = 1
  6580. configure:15441: result: no
  6581. No package 'libpkcs11-helper-1' found
  6582. configure:15474: checking for OPENSSL_CRYPTO
  6583. configure:15481: $PKG_CONFIG --exists --print-errors "libcrypto >= 0.9.6"
  6584. configure:15484: $? = 0
  6585. configure:15498: $PKG_CONFIG --exists --print-errors "libcrypto >= 0.9.6"
  6586. configure:15501: $? = 0
  6587. configure:15627: result: yes
  6588. configure:15634: checking for OPENSSL_SSL
  6589. configure:15641: $PKG_CONFIG --exists --print-errors "libssl >= 0.9.6"
  6590. configure:15644: $? = 0
  6591. configure:15658: $PKG_CONFIG --exists --print-errors "libssl >= 0.9.6"
  6592. configure:15661: $? = 0
  6593. configure:15787: result: yes
  6594. configure:15799: checking for EVP_CIPHER_CTX_set_key_length
  6595. configure:15799: gcc -o conftest -g -O2 conftest.c -lcrypto >&5
  6596. configure:15799: $? = 0
  6597. configure:15799: result: yes
  6598. configure:15816: checking for ENGINE_load_builtin_engines
  6599. configure:15816: gcc -o conftest -g -O2 conftest.c -lcrypto >&5
  6600. configure:15816: $? = 0
  6601. configure:15816: result: yes
  6602. configure:15816: checking for ENGINE_register_all_complete
  6603. configure:15816: gcc -o conftest -g -O2 conftest.c -lcrypto >&5
  6604. configure:15816: $? = 0
  6605. configure:15816: result: yes
  6606. configure:15816: checking for ENGINE_cleanup
  6607. configure:15816: gcc -o conftest -g -O2 conftest.c -lcrypto >&5
  6608. configure:15816: $? = 0
  6609. configure:15816: result: yes
  6610. configure:15838: checking for ssl_init in -lpolarssl
  6611. configure:15864: gcc -o conftest -g -O2 conftest.c -lpolarssl
  6612. >&5
  6613. /usr/bin/ld: cannot find -lpolarssl
  6614. collect2: error: ld returned 1 exit status
  6615. configure:15864: $? = 1
  6616. configure: failed program was:
  6617. | /* confdefs.h */
  6618. | #define PACKAGE_NAME "OpenVPN"
  6619. | #define PACKAGE_TARNAME "openvpn"
  6620. | #define PACKAGE_VERSION "2.3.4"
  6621. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  6622. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  6623. | #define PACKAGE_URL ""
  6624. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  6625. | #define PACKAGE "openvpn"
  6626. | #define VERSION "2.3.4"
  6627. | #define STDC_HEADERS 1
  6628. | #define HAVE_SYS_TYPES_H 1
  6629. | #define HAVE_SYS_STAT_H 1
  6630. | #define HAVE_STDLIB_H 1
  6631. | #define HAVE_STRING_H 1
  6632. | #define HAVE_MEMORY_H 1
  6633. | #define HAVE_STRINGS_H 1
  6634. | #define HAVE_INTTYPES_H 1
  6635. | #define HAVE_STDINT_H 1
  6636. | #define HAVE_UNISTD_H 1
  6637. | #define __EXTENSIONS__ 1
  6638. | #define _ALL_SOURCE 1
  6639. | #define _GNU_SOURCE 1
  6640. | #define _POSIX_PTHREAD_SEMANTICS 1
  6641. | #define _TANDEM_SOURCE 1
  6642. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  6643. | #define TARGET_LINUX 1
  6644. | #define TARGET_PREFIX "L"
  6645. | #define IFCONFIG_PATH "/sbin/ifconfig"
  6646. | #define IPROUTE_PATH "/sbin/ip"
  6647. | #define ROUTE_PATH "/sbin/route"
  6648. | #define HAVE_DLFCN_H 1
  6649. | #define LT_OBJDIR ".libs/"
  6650. | #define RETSIGTYPE void
  6651. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  6652. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  6653. | #define EMPTY_ARRAY_SIZE 0
  6654. | #define SIZEOF_UNSIGNED_INT 4
  6655. | #define SIZEOF_UNSIGNED_LONG 8
  6656. | #define HAVE_STDIO_H 1
  6657. | #define HAVE_STDARG_H 1
  6658. | #define HAVE_STDBOOL_H 1
  6659. | #define HAVE_LIMITS_H 1
  6660. | #define HAVE_TIME_H 1
  6661. | #define HAVE_ERRNO_H 1
  6662. | #define HAVE_FCNTL_H 1
  6663. | #define HAVE_CTYPE_H 1
  6664. | #define HAVE_SYS_TYPES_H 1
  6665. | #define HAVE_SYS_SOCKET_H 1
  6666. | #define HAVE_SIGNAL_H 1
  6667. | #define HAVE_UNISTD_H 1
  6668. | #define HAVE_DLFCN_H 1
  6669. | #define HAVE_NETINET_IN_H 1
  6670. | #define HAVE_NETINET_IN_SYSTM_H 1
  6671. | #define HAVE_NETINET_TCP_H 1
  6672. | #define HAVE_ARPA_INET_H 1
  6673. | #define HAVE_NETDB_H 1
  6674. | #define HAVE_SYS_TIME_H 1
  6675. | #define HAVE_SYS_IOCTL_H 1
  6676. | #define HAVE_SYS_STAT_H 1
  6677. | #define HAVE_SYS_MMAN_H 1
  6678. | #define HAVE_SYS_FILE_H 1
  6679. | #define HAVE_SYS_WAIT_H 1
  6680. | #define HAVE_UNISTD_H 1
  6681. | #define HAVE_SIGNAL_H 1
  6682. | #define HAVE_LIBGEN_H 1
  6683. | #define HAVE_STROPTS_H 1
  6684. | #define HAVE_SYSLOG_H 1
  6685. | #define HAVE_PWD_H 1
  6686. | #define HAVE_GRP_H 1
  6687. | #define HAVE_SYS_UIO_H 1
  6688. | #define HAVE_LINUX_SOCKIOS_H 1
  6689. | #define HAVE_LINUX_TYPES_H 1
  6690. | #define HAVE_SYS_POLL_H 1
  6691. | #define HAVE_SYS_EPOLL_H 1
  6692. | #define HAVE_ERR_H 1
  6693. | #define HAVE_NET_IF_H 1
  6694. | #define HAVE_NETINET_IP_H 1
  6695. | #define HAVE_NETINET_IF_ETHER_H 1
  6696. | #define HAVE_RESOLV_H 1
  6697. | #define HAVE_SYS_UN_H 1
  6698. | #define HAVE_IN_ADDR_T 1
  6699. | #define HAVE_IPHDR 1
  6700. | #define HAVE_MSGHDR 1
  6701. | #define HAVE_CMSGHDR 1
  6702. | #define HAVE_IN_PKTINFO 1
  6703. | #define HAVE_DECL_SO_MARK 1
  6704. | #define HAVE_DECL_SIGHUP 1
  6705. | #define HAVE_DECL_SIGINT 1
  6706. | #define HAVE_DECL_SIGUSR1 1
  6707. | #define HAVE_DECL_SIGUSR2 1
  6708. | #define HAVE_DECL_SIGTERM 1
  6709. | #define HAVE_FORK 1
  6710. | #define HAVE_VFORK 1
  6711. | #define HAVE_WORKING_VFORK 1
  6712. | #define HAVE_WORKING_FORK 1
  6713. | #define HAVE_DAEMON 1
  6714. | #define HAVE_CHROOT 1
  6715. | #define HAVE_GETPWNAM 1
  6716. | #define HAVE_SETUID 1
  6717. | #define HAVE_NICE 1
  6718. | #define HAVE_SYSTEM 1
  6719. | #define HAVE_GETPID 1
  6720. | #define HAVE_DUP 1
  6721. | #define HAVE_DUP2 1
  6722. | #define HAVE_GETPASS 1
  6723. | #define HAVE_STRERROR 1
  6724. | #define HAVE_SYSLOG 1
  6725. | #define HAVE_OPENLOG 1
  6726. | #define HAVE_MLOCKALL 1
  6727. | #define HAVE_GETGRNAM 1
  6728. | #define HAVE_SETGID 1
  6729. | #define HAVE_SETGROUPS 1
  6730. | #define HAVE_STAT 1
  6731. | #define HAVE_FLOCK 1
  6732. | #define HAVE_READV 1
  6733. | #define HAVE_WRITEV 1
  6734. | #define HAVE_TIME 1
  6735. | #define HAVE_GETTIMEOFDAY 1
  6736. | #define HAVE_CTIME 1
  6737. | #define HAVE_MEMSET 1
  6738. | #define HAVE_VSNPRINTF 1
  6739. | #define HAVE_STRDUP 1
  6740. | #define HAVE_SETSID 1
  6741. | #define HAVE_CHDIR 1
  6742. | #define HAVE_PUTENV 1
  6743. | #define HAVE_GETPEERNAME 1
  6744. | #define HAVE_UNLINK 1
  6745. | #define HAVE_FTRUNCATE 1
  6746. | #define HAVE_EXECVE 1
  6747. | #define HAVE_UMASK 1
  6748. | #define HAVE_BASENAME 1
  6749. | #define HAVE_DIRNAME 1
  6750. | #define HAVE_ACCESS 1
  6751. | #define HAVE_EPOLL_CREATE 1
  6752. | #define HAVE_SENDMSG 1
  6753. | #define HAVE_RECVMSG 1
  6754. | #define HAVE_INET_NTOP 1
  6755. | #define HAVE_INET_PTON 1
  6756. | #define HAVE_SOCKET 1
  6757. | #define HAVE_RECV 1
  6758. | #define HAVE_RECVFROM 1
  6759. | #define HAVE_SEND 1
  6760. | #define HAVE_SENDTO 1
  6761. | #define HAVE_LISTEN 1
  6762. | #define HAVE_ACCEPT 1
  6763. | #define HAVE_CONNECT 1
  6764. | #define HAVE_BIND 1
  6765. | #define HAVE_SELECT 1
  6766. | #define HAVE_GETHOSTBYNAME 1
  6767. | #define HAVE_INET_NTOA 1
  6768. | #define HAVE_SETSOCKOPT 1
  6769. | #define HAVE_GETSOCKOPT 1
  6770. | #define HAVE_GETSOCKNAME 1
  6771. | #define HAVE_POLL 1
  6772. | #define HAVE_LINUX_IF_TUN_H 1
  6773. | #define HAVE_DECL_TUNSETPERSIST 1
  6774. | #define ENABLE_FEATURE_TUN_PERSIST 1
  6775. | #define HAVE_EVP_CIPHER_CTX_SET_KEY_LENGTH 1
  6776. | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
  6777. | #define HAVE_ENGINE_REGISTER_ALL_COMPLETE 1
  6778. | #define HAVE_ENGINE_CLEANUP 1
  6779. | /* end confdefs.h. */
  6780. |
  6781. | /* Override any GCC internal prototype to avoid an error.
  6782. | Use char because int might match the return type of a GCC
  6783. | builtin and then its argument prototype would still apply. */
  6784. | #ifdef __cplusplus
  6785. | extern "C"
  6786. | #endif
  6787. | char ssl_init ();
  6788. | int
  6789. | main ()
  6790. | {
  6791. | return ssl_init ();
  6792. | ;
  6793. | return 0;
  6794. | }
  6795. configure:15873: result: no
  6796. configure:15880: checking for aes_crypt_cbc in -lpolarssl
  6797. configure:15906: gcc -o conftest -g -O2 conftest.c -lpolarssl
  6798. >&5
  6799. /usr/bin/ld: cannot find -lpolarssl
  6800. collect2: error: ld returned 1 exit status
  6801. configure:15906: $? = 1
  6802. configure: failed program was:
  6803. | /* confdefs.h */
  6804. | #define PACKAGE_NAME "OpenVPN"
  6805. | #define PACKAGE_TARNAME "openvpn"
  6806. | #define PACKAGE_VERSION "2.3.4"
  6807. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  6808. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  6809. | #define PACKAGE_URL ""
  6810. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  6811. | #define PACKAGE "openvpn"
  6812. | #define VERSION "2.3.4"
  6813. | #define STDC_HEADERS 1
  6814. | #define HAVE_SYS_TYPES_H 1
  6815. | #define HAVE_SYS_STAT_H 1
  6816. | #define HAVE_STDLIB_H 1
  6817. | #define HAVE_STRING_H 1
  6818. | #define HAVE_MEMORY_H 1
  6819. | #define HAVE_STRINGS_H 1
  6820. | #define HAVE_INTTYPES_H 1
  6821. | #define HAVE_STDINT_H 1
  6822. | #define HAVE_UNISTD_H 1
  6823. | #define __EXTENSIONS__ 1
  6824. | #define _ALL_SOURCE 1
  6825. | #define _GNU_SOURCE 1
  6826. | #define _POSIX_PTHREAD_SEMANTICS 1
  6827. | #define _TANDEM_SOURCE 1
  6828. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  6829. | #define TARGET_LINUX 1
  6830. | #define TARGET_PREFIX "L"
  6831. | #define IFCONFIG_PATH "/sbin/ifconfig"
  6832. | #define IPROUTE_PATH "/sbin/ip"
  6833. | #define ROUTE_PATH "/sbin/route"
  6834. | #define HAVE_DLFCN_H 1
  6835. | #define LT_OBJDIR ".libs/"
  6836. | #define RETSIGTYPE void
  6837. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  6838. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  6839. | #define EMPTY_ARRAY_SIZE 0
  6840. | #define SIZEOF_UNSIGNED_INT 4
  6841. | #define SIZEOF_UNSIGNED_LONG 8
  6842. | #define HAVE_STDIO_H 1
  6843. | #define HAVE_STDARG_H 1
  6844. | #define HAVE_STDBOOL_H 1
  6845. | #define HAVE_LIMITS_H 1
  6846. | #define HAVE_TIME_H 1
  6847. | #define HAVE_ERRNO_H 1
  6848. | #define HAVE_FCNTL_H 1
  6849. | #define HAVE_CTYPE_H 1
  6850. | #define HAVE_SYS_TYPES_H 1
  6851. | #define HAVE_SYS_SOCKET_H 1
  6852. | #define HAVE_SIGNAL_H 1
  6853. | #define HAVE_UNISTD_H 1
  6854. | #define HAVE_DLFCN_H 1
  6855. | #define HAVE_NETINET_IN_H 1
  6856. | #define HAVE_NETINET_IN_SYSTM_H 1
  6857. | #define HAVE_NETINET_TCP_H 1
  6858. | #define HAVE_ARPA_INET_H 1
  6859. | #define HAVE_NETDB_H 1
  6860. | #define HAVE_SYS_TIME_H 1
  6861. | #define HAVE_SYS_IOCTL_H 1
  6862. | #define HAVE_SYS_STAT_H 1
  6863. | #define HAVE_SYS_MMAN_H 1
  6864. | #define HAVE_SYS_FILE_H 1
  6865. | #define HAVE_SYS_WAIT_H 1
  6866. | #define HAVE_UNISTD_H 1
  6867. | #define HAVE_SIGNAL_H 1
  6868. | #define HAVE_LIBGEN_H 1
  6869. | #define HAVE_STROPTS_H 1
  6870. | #define HAVE_SYSLOG_H 1
  6871. | #define HAVE_PWD_H 1
  6872. | #define HAVE_GRP_H 1
  6873. | #define HAVE_SYS_UIO_H 1
  6874. | #define HAVE_LINUX_SOCKIOS_H 1
  6875. | #define HAVE_LINUX_TYPES_H 1
  6876. | #define HAVE_SYS_POLL_H 1
  6877. | #define HAVE_SYS_EPOLL_H 1
  6878. | #define HAVE_ERR_H 1
  6879. | #define HAVE_NET_IF_H 1
  6880. | #define HAVE_NETINET_IP_H 1
  6881. | #define HAVE_NETINET_IF_ETHER_H 1
  6882. | #define HAVE_RESOLV_H 1
  6883. | #define HAVE_SYS_UN_H 1
  6884. | #define HAVE_IN_ADDR_T 1
  6885. | #define HAVE_IPHDR 1
  6886. | #define HAVE_MSGHDR 1
  6887. | #define HAVE_CMSGHDR 1
  6888. | #define HAVE_IN_PKTINFO 1
  6889. | #define HAVE_DECL_SO_MARK 1
  6890. | #define HAVE_DECL_SIGHUP 1
  6891. | #define HAVE_DECL_SIGINT 1
  6892. | #define HAVE_DECL_SIGUSR1 1
  6893. | #define HAVE_DECL_SIGUSR2 1
  6894. | #define HAVE_DECL_SIGTERM 1
  6895. | #define HAVE_FORK 1
  6896. | #define HAVE_VFORK 1
  6897. | #define HAVE_WORKING_VFORK 1
  6898. | #define HAVE_WORKING_FORK 1
  6899. | #define HAVE_DAEMON 1
  6900. | #define HAVE_CHROOT 1
  6901. | #define HAVE_GETPWNAM 1
  6902. | #define HAVE_SETUID 1
  6903. | #define HAVE_NICE 1
  6904. | #define HAVE_SYSTEM 1
  6905. | #define HAVE_GETPID 1
  6906. | #define HAVE_DUP 1
  6907. | #define HAVE_DUP2 1
  6908. | #define HAVE_GETPASS 1
  6909. | #define HAVE_STRERROR 1
  6910. | #define HAVE_SYSLOG 1
  6911. | #define HAVE_OPENLOG 1
  6912. | #define HAVE_MLOCKALL 1
  6913. | #define HAVE_GETGRNAM 1
  6914. | #define HAVE_SETGID 1
  6915. | #define HAVE_SETGROUPS 1
  6916. | #define HAVE_STAT 1
  6917. | #define HAVE_FLOCK 1
  6918. | #define HAVE_READV 1
  6919. | #define HAVE_WRITEV 1
  6920. | #define HAVE_TIME 1
  6921. | #define HAVE_GETTIMEOFDAY 1
  6922. | #define HAVE_CTIME 1
  6923. | #define HAVE_MEMSET 1
  6924. | #define HAVE_VSNPRINTF 1
  6925. | #define HAVE_STRDUP 1
  6926. | #define HAVE_SETSID 1
  6927. | #define HAVE_CHDIR 1
  6928. | #define HAVE_PUTENV 1
  6929. | #define HAVE_GETPEERNAME 1
  6930. | #define HAVE_UNLINK 1
  6931. | #define HAVE_FTRUNCATE 1
  6932. | #define HAVE_EXECVE 1
  6933. | #define HAVE_UMASK 1
  6934. | #define HAVE_BASENAME 1
  6935. | #define HAVE_DIRNAME 1
  6936. | #define HAVE_ACCESS 1
  6937. | #define HAVE_EPOLL_CREATE 1
  6938. | #define HAVE_SENDMSG 1
  6939. | #define HAVE_RECVMSG 1
  6940. | #define HAVE_INET_NTOP 1
  6941. | #define HAVE_INET_PTON 1
  6942. | #define HAVE_SOCKET 1
  6943. | #define HAVE_RECV 1
  6944. | #define HAVE_RECVFROM 1
  6945. | #define HAVE_SEND 1
  6946. | #define HAVE_SENDTO 1
  6947. | #define HAVE_LISTEN 1
  6948. | #define HAVE_ACCEPT 1
  6949. | #define HAVE_CONNECT 1
  6950. | #define HAVE_BIND 1
  6951. | #define HAVE_SELECT 1
  6952. | #define HAVE_GETHOSTBYNAME 1
  6953. | #define HAVE_INET_NTOA 1
  6954. | #define HAVE_SETSOCKOPT 1
  6955. | #define HAVE_GETSOCKOPT 1
  6956. | #define HAVE_GETSOCKNAME 1
  6957. | #define HAVE_POLL 1
  6958. | #define HAVE_LINUX_IF_TUN_H 1
  6959. | #define HAVE_DECL_TUNSETPERSIST 1
  6960. | #define ENABLE_FEATURE_TUN_PERSIST 1
  6961. | #define HAVE_EVP_CIPHER_CTX_SET_KEY_LENGTH 1
  6962. | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
  6963. | #define HAVE_ENGINE_REGISTER_ALL_COMPLETE 1
  6964. | #define HAVE_ENGINE_CLEANUP 1
  6965. | /* end confdefs.h. */
  6966. |
  6967. | /* Override any GCC internal prototype to avoid an error.
  6968. | Use char because int might match the return type of a GCC
  6969. | builtin and then its argument prototype would still apply. */
  6970. | #ifdef __cplusplus
  6971. | extern "C"
  6972. | #endif
  6973. | char aes_crypt_cbc ();
  6974. | int
  6975. | main ()
  6976. | {
  6977. | return aes_crypt_cbc ();
  6978. | ;
  6979. | return 0;
  6980. | }
  6981. configure:15915: result: no
  6982. configure:16014: checking for lzo1x_1_15_compress in -llzo2
  6983. configure:16039: gcc -o conftest -g -O2 conftest.c -llzo2 >&5
  6984. /usr/bin/ld: cannot find -llzo2
  6985. collect2: error: ld returned 1 exit status
  6986. configure:16039: $? = 1
  6987. configure: failed program was:
  6988. | /* confdefs.h */
  6989. | #define PACKAGE_NAME "OpenVPN"
  6990. | #define PACKAGE_TARNAME "openvpn"
  6991. | #define PACKAGE_VERSION "2.3.4"
  6992. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  6993. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  6994. | #define PACKAGE_URL ""
  6995. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  6996. | #define PACKAGE "openvpn"
  6997. | #define VERSION "2.3.4"
  6998. | #define STDC_HEADERS 1
  6999. | #define HAVE_SYS_TYPES_H 1
  7000. | #define HAVE_SYS_STAT_H 1
  7001. | #define HAVE_STDLIB_H 1
  7002. | #define HAVE_STRING_H 1
  7003. | #define HAVE_MEMORY_H 1
  7004. | #define HAVE_STRINGS_H 1
  7005. | #define HAVE_INTTYPES_H 1
  7006. | #define HAVE_STDINT_H 1
  7007. | #define HAVE_UNISTD_H 1
  7008. | #define __EXTENSIONS__ 1
  7009. | #define _ALL_SOURCE 1
  7010. | #define _GNU_SOURCE 1
  7011. | #define _POSIX_PTHREAD_SEMANTICS 1
  7012. | #define _TANDEM_SOURCE 1
  7013. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  7014. | #define TARGET_LINUX 1
  7015. | #define TARGET_PREFIX "L"
  7016. | #define IFCONFIG_PATH "/sbin/ifconfig"
  7017. | #define IPROUTE_PATH "/sbin/ip"
  7018. | #define ROUTE_PATH "/sbin/route"
  7019. | #define HAVE_DLFCN_H 1
  7020. | #define LT_OBJDIR ".libs/"
  7021. | #define RETSIGTYPE void
  7022. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  7023. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  7024. | #define EMPTY_ARRAY_SIZE 0
  7025. | #define SIZEOF_UNSIGNED_INT 4
  7026. | #define SIZEOF_UNSIGNED_LONG 8
  7027. | #define HAVE_STDIO_H 1
  7028. | #define HAVE_STDARG_H 1
  7029. | #define HAVE_STDBOOL_H 1
  7030. | #define HAVE_LIMITS_H 1
  7031. | #define HAVE_TIME_H 1
  7032. | #define HAVE_ERRNO_H 1
  7033. | #define HAVE_FCNTL_H 1
  7034. | #define HAVE_CTYPE_H 1
  7035. | #define HAVE_SYS_TYPES_H 1
  7036. | #define HAVE_SYS_SOCKET_H 1
  7037. | #define HAVE_SIGNAL_H 1
  7038. | #define HAVE_UNISTD_H 1
  7039. | #define HAVE_DLFCN_H 1
  7040. | #define HAVE_NETINET_IN_H 1
  7041. | #define HAVE_NETINET_IN_SYSTM_H 1
  7042. | #define HAVE_NETINET_TCP_H 1
  7043. | #define HAVE_ARPA_INET_H 1
  7044. | #define HAVE_NETDB_H 1
  7045. | #define HAVE_SYS_TIME_H 1
  7046. | #define HAVE_SYS_IOCTL_H 1
  7047. | #define HAVE_SYS_STAT_H 1
  7048. | #define HAVE_SYS_MMAN_H 1
  7049. | #define HAVE_SYS_FILE_H 1
  7050. | #define HAVE_SYS_WAIT_H 1
  7051. | #define HAVE_UNISTD_H 1
  7052. | #define HAVE_SIGNAL_H 1
  7053. | #define HAVE_LIBGEN_H 1
  7054. | #define HAVE_STROPTS_H 1
  7055. | #define HAVE_SYSLOG_H 1
  7056. | #define HAVE_PWD_H 1
  7057. | #define HAVE_GRP_H 1
  7058. | #define HAVE_SYS_UIO_H 1
  7059. | #define HAVE_LINUX_SOCKIOS_H 1
  7060. | #define HAVE_LINUX_TYPES_H 1
  7061. | #define HAVE_SYS_POLL_H 1
  7062. | #define HAVE_SYS_EPOLL_H 1
  7063. | #define HAVE_ERR_H 1
  7064. | #define HAVE_NET_IF_H 1
  7065. | #define HAVE_NETINET_IP_H 1
  7066. | #define HAVE_NETINET_IF_ETHER_H 1
  7067. | #define HAVE_RESOLV_H 1
  7068. | #define HAVE_SYS_UN_H 1
  7069. | #define HAVE_IN_ADDR_T 1
  7070. | #define HAVE_IPHDR 1
  7071. | #define HAVE_MSGHDR 1
  7072. | #define HAVE_CMSGHDR 1
  7073. | #define HAVE_IN_PKTINFO 1
  7074. | #define HAVE_DECL_SO_MARK 1
  7075. | #define HAVE_DECL_SIGHUP 1
  7076. | #define HAVE_DECL_SIGINT 1
  7077. | #define HAVE_DECL_SIGUSR1 1
  7078. | #define HAVE_DECL_SIGUSR2 1
  7079. | #define HAVE_DECL_SIGTERM 1
  7080. | #define HAVE_FORK 1
  7081. | #define HAVE_VFORK 1
  7082. | #define HAVE_WORKING_VFORK 1
  7083. | #define HAVE_WORKING_FORK 1
  7084. | #define HAVE_DAEMON 1
  7085. | #define HAVE_CHROOT 1
  7086. | #define HAVE_GETPWNAM 1
  7087. | #define HAVE_SETUID 1
  7088. | #define HAVE_NICE 1
  7089. | #define HAVE_SYSTEM 1
  7090. | #define HAVE_GETPID 1
  7091. | #define HAVE_DUP 1
  7092. | #define HAVE_DUP2 1
  7093. | #define HAVE_GETPASS 1
  7094. | #define HAVE_STRERROR 1
  7095. | #define HAVE_SYSLOG 1
  7096. | #define HAVE_OPENLOG 1
  7097. | #define HAVE_MLOCKALL 1
  7098. | #define HAVE_GETGRNAM 1
  7099. | #define HAVE_SETGID 1
  7100. | #define HAVE_SETGROUPS 1
  7101. | #define HAVE_STAT 1
  7102. | #define HAVE_FLOCK 1
  7103. | #define HAVE_READV 1
  7104. | #define HAVE_WRITEV 1
  7105. | #define HAVE_TIME 1
  7106. | #define HAVE_GETTIMEOFDAY 1
  7107. | #define HAVE_CTIME 1
  7108. | #define HAVE_MEMSET 1
  7109. | #define HAVE_VSNPRINTF 1
  7110. | #define HAVE_STRDUP 1
  7111. | #define HAVE_SETSID 1
  7112. | #define HAVE_CHDIR 1
  7113. | #define HAVE_PUTENV 1
  7114. | #define HAVE_GETPEERNAME 1
  7115. | #define HAVE_UNLINK 1
  7116. | #define HAVE_FTRUNCATE 1
  7117. | #define HAVE_EXECVE 1
  7118. | #define HAVE_UMASK 1
  7119. | #define HAVE_BASENAME 1
  7120. | #define HAVE_DIRNAME 1
  7121. | #define HAVE_ACCESS 1
  7122. | #define HAVE_EPOLL_CREATE 1
  7123. | #define HAVE_SENDMSG 1
  7124. | #define HAVE_RECVMSG 1
  7125. | #define HAVE_INET_NTOP 1
  7126. | #define HAVE_INET_PTON 1
  7127. | #define HAVE_SOCKET 1
  7128. | #define HAVE_RECV 1
  7129. | #define HAVE_RECVFROM 1
  7130. | #define HAVE_SEND 1
  7131. | #define HAVE_SENDTO 1
  7132. | #define HAVE_LISTEN 1
  7133. | #define HAVE_ACCEPT 1
  7134. | #define HAVE_CONNECT 1
  7135. | #define HAVE_BIND 1
  7136. | #define HAVE_SELECT 1
  7137. | #define HAVE_GETHOSTBYNAME 1
  7138. | #define HAVE_INET_NTOA 1
  7139. | #define HAVE_SETSOCKOPT 1
  7140. | #define HAVE_GETSOCKOPT 1
  7141. | #define HAVE_GETSOCKNAME 1
  7142. | #define HAVE_POLL 1
  7143. | #define HAVE_LINUX_IF_TUN_H 1
  7144. | #define HAVE_DECL_TUNSETPERSIST 1
  7145. | #define ENABLE_FEATURE_TUN_PERSIST 1
  7146. | #define HAVE_EVP_CIPHER_CTX_SET_KEY_LENGTH 1
  7147. | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
  7148. | #define HAVE_ENGINE_REGISTER_ALL_COMPLETE 1
  7149. | #define HAVE_ENGINE_CLEANUP 1
  7150. | /* end confdefs.h. */
  7151. |
  7152. | /* Override any GCC internal prototype to avoid an error.
  7153. | Use char because int might match the return type of a GCC
  7154. | builtin and then its argument prototype would still apply. */
  7155. | #ifdef __cplusplus
  7156. | extern "C"
  7157. | #endif
  7158. | char lzo1x_1_15_compress ();
  7159. | int
  7160. | main ()
  7161. | {
  7162. | return lzo1x_1_15_compress ();
  7163. | ;
  7164. | return 0;
  7165. | }
  7166. configure:16048: result: no
  7167. configure:16053: checking for lzo1x_1_15_compress in -llzo
  7168. configure:16078: gcc -o conftest -g -O2 conftest.c -llzo >&5
  7169. /usr/bin/ld: cannot find -llzo
  7170. collect2: error: ld returned 1 exit status
  7171. configure:16078: $? = 1
  7172. configure: failed program was:
  7173. | /* confdefs.h */
  7174. | #define PACKAGE_NAME "OpenVPN"
  7175. | #define PACKAGE_TARNAME "openvpn"
  7176. | #define PACKAGE_VERSION "2.3.4"
  7177. | #define PACKAGE_STRING "OpenVPN 2.3.4"
  7178. | #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  7179. | #define PACKAGE_URL ""
  7180. | #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  7181. | #define PACKAGE "openvpn"
  7182. | #define VERSION "2.3.4"
  7183. | #define STDC_HEADERS 1
  7184. | #define HAVE_SYS_TYPES_H 1
  7185. | #define HAVE_SYS_STAT_H 1
  7186. | #define HAVE_STDLIB_H 1
  7187. | #define HAVE_STRING_H 1
  7188. | #define HAVE_MEMORY_H 1
  7189. | #define HAVE_STRINGS_H 1
  7190. | #define HAVE_INTTYPES_H 1
  7191. | #define HAVE_STDINT_H 1
  7192. | #define HAVE_UNISTD_H 1
  7193. | #define __EXTENSIONS__ 1
  7194. | #define _ALL_SOURCE 1
  7195. | #define _GNU_SOURCE 1
  7196. | #define _POSIX_PTHREAD_SEMANTICS 1
  7197. | #define _TANDEM_SOURCE 1
  7198. | #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  7199. | #define TARGET_LINUX 1
  7200. | #define TARGET_PREFIX "L"
  7201. | #define IFCONFIG_PATH "/sbin/ifconfig"
  7202. | #define IPROUTE_PATH "/sbin/ip"
  7203. | #define ROUTE_PATH "/sbin/route"
  7204. | #define HAVE_DLFCN_H 1
  7205. | #define LT_OBJDIR ".libs/"
  7206. | #define RETSIGTYPE void
  7207. | #define HAVE_CPP_VARARG_MACRO_ISO 1
  7208. | #define HAVE_CPP_VARARG_MACRO_GCC 1
  7209. | #define EMPTY_ARRAY_SIZE 0
  7210. | #define SIZEOF_UNSIGNED_INT 4
  7211. | #define SIZEOF_UNSIGNED_LONG 8
  7212. | #define HAVE_STDIO_H 1
  7213. | #define HAVE_STDARG_H 1
  7214. | #define HAVE_STDBOOL_H 1
  7215. | #define HAVE_LIMITS_H 1
  7216. | #define HAVE_TIME_H 1
  7217. | #define HAVE_ERRNO_H 1
  7218. | #define HAVE_FCNTL_H 1
  7219. | #define HAVE_CTYPE_H 1
  7220. | #define HAVE_SYS_TYPES_H 1
  7221. | #define HAVE_SYS_SOCKET_H 1
  7222. | #define HAVE_SIGNAL_H 1
  7223. | #define HAVE_UNISTD_H 1
  7224. | #define HAVE_DLFCN_H 1
  7225. | #define HAVE_NETINET_IN_H 1
  7226. | #define HAVE_NETINET_IN_SYSTM_H 1
  7227. | #define HAVE_NETINET_TCP_H 1
  7228. | #define HAVE_ARPA_INET_H 1
  7229. | #define HAVE_NETDB_H 1
  7230. | #define HAVE_SYS_TIME_H 1
  7231. | #define HAVE_SYS_IOCTL_H 1
  7232. | #define HAVE_SYS_STAT_H 1
  7233. | #define HAVE_SYS_MMAN_H 1
  7234. | #define HAVE_SYS_FILE_H 1
  7235. | #define HAVE_SYS_WAIT_H 1
  7236. | #define HAVE_UNISTD_H 1
  7237. | #define HAVE_SIGNAL_H 1
  7238. | #define HAVE_LIBGEN_H 1
  7239. | #define HAVE_STROPTS_H 1
  7240. | #define HAVE_SYSLOG_H 1
  7241. | #define HAVE_PWD_H 1
  7242. | #define HAVE_GRP_H 1
  7243. | #define HAVE_SYS_UIO_H 1
  7244. | #define HAVE_LINUX_SOCKIOS_H 1
  7245. | #define HAVE_LINUX_TYPES_H 1
  7246. | #define HAVE_SYS_POLL_H 1
  7247. | #define HAVE_SYS_EPOLL_H 1
  7248. | #define HAVE_ERR_H 1
  7249. | #define HAVE_NET_IF_H 1
  7250. | #define HAVE_NETINET_IP_H 1
  7251. | #define HAVE_NETINET_IF_ETHER_H 1
  7252. | #define HAVE_RESOLV_H 1
  7253. | #define HAVE_SYS_UN_H 1
  7254. | #define HAVE_IN_ADDR_T 1
  7255. | #define HAVE_IPHDR 1
  7256. | #define HAVE_MSGHDR 1
  7257. | #define HAVE_CMSGHDR 1
  7258. | #define HAVE_IN_PKTINFO 1
  7259. | #define HAVE_DECL_SO_MARK 1
  7260. | #define HAVE_DECL_SIGHUP 1
  7261. | #define HAVE_DECL_SIGINT 1
  7262. | #define HAVE_DECL_SIGUSR1 1
  7263. | #define HAVE_DECL_SIGUSR2 1
  7264. | #define HAVE_DECL_SIGTERM 1
  7265. | #define HAVE_FORK 1
  7266. | #define HAVE_VFORK 1
  7267. | #define HAVE_WORKING_VFORK 1
  7268. | #define HAVE_WORKING_FORK 1
  7269. | #define HAVE_DAEMON 1
  7270. | #define HAVE_CHROOT 1
  7271. | #define HAVE_GETPWNAM 1
  7272. | #define HAVE_SETUID 1
  7273. | #define HAVE_NICE 1
  7274. | #define HAVE_SYSTEM 1
  7275. | #define HAVE_GETPID 1
  7276. | #define HAVE_DUP 1
  7277. | #define HAVE_DUP2 1
  7278. | #define HAVE_GETPASS 1
  7279. | #define HAVE_STRERROR 1
  7280. | #define HAVE_SYSLOG 1
  7281. | #define HAVE_OPENLOG 1
  7282. | #define HAVE_MLOCKALL 1
  7283. | #define HAVE_GETGRNAM 1
  7284. | #define HAVE_SETGID 1
  7285. | #define HAVE_SETGROUPS 1
  7286. | #define HAVE_STAT 1
  7287. | #define HAVE_FLOCK 1
  7288. | #define HAVE_READV 1
  7289. | #define HAVE_WRITEV 1
  7290. | #define HAVE_TIME 1
  7291. | #define HAVE_GETTIMEOFDAY 1
  7292. | #define HAVE_CTIME 1
  7293. | #define HAVE_MEMSET 1
  7294. | #define HAVE_VSNPRINTF 1
  7295. | #define HAVE_STRDUP 1
  7296. | #define HAVE_SETSID 1
  7297. | #define HAVE_CHDIR 1
  7298. | #define HAVE_PUTENV 1
  7299. | #define HAVE_GETPEERNAME 1
  7300. | #define HAVE_UNLINK 1
  7301. | #define HAVE_FTRUNCATE 1
  7302. | #define HAVE_EXECVE 1
  7303. | #define HAVE_UMASK 1
  7304. | #define HAVE_BASENAME 1
  7305. | #define HAVE_DIRNAME 1
  7306. | #define HAVE_ACCESS 1
  7307. | #define HAVE_EPOLL_CREATE 1
  7308. | #define HAVE_SENDMSG 1
  7309. | #define HAVE_RECVMSG 1
  7310. | #define HAVE_INET_NTOP 1
  7311. | #define HAVE_INET_PTON 1
  7312. | #define HAVE_SOCKET 1
  7313. | #define HAVE_RECV 1
  7314. | #define HAVE_RECVFROM 1
  7315. | #define HAVE_SEND 1
  7316. | #define HAVE_SENDTO 1
  7317. | #define HAVE_LISTEN 1
  7318. | #define HAVE_ACCEPT 1
  7319. | #define HAVE_CONNECT 1
  7320. | #define HAVE_BIND 1
  7321. | #define HAVE_SELECT 1
  7322. | #define HAVE_GETHOSTBYNAME 1
  7323. | #define HAVE_INET_NTOA 1
  7324. | #define HAVE_SETSOCKOPT 1
  7325. | #define HAVE_GETSOCKOPT 1
  7326. | #define HAVE_GETSOCKNAME 1
  7327. | #define HAVE_POLL 1
  7328. | #define HAVE_LINUX_IF_TUN_H 1
  7329. | #define HAVE_DECL_TUNSETPERSIST 1
  7330. | #define ENABLE_FEATURE_TUN_PERSIST 1
  7331. | #define HAVE_EVP_CIPHER_CTX_SET_KEY_LENGTH 1
  7332. | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
  7333. | #define HAVE_ENGINE_REGISTER_ALL_COMPLETE 1
  7334. | #define HAVE_ENGINE_CLEANUP 1
  7335. | /* end confdefs.h. */
  7336. |
  7337. | /* Override any GCC internal prototype to avoid an error.
  7338. | Use char because int might match the return type of a GCC
  7339. | builtin and then its argument prototype would still apply. */
  7340. | #ifdef __cplusplus
  7341. | extern "C"
  7342. | #endif
  7343. | char lzo1x_1_15_compress ();
  7344. | int
  7345. | main ()
  7346. | {
  7347. | return lzo1x_1_15_compress ();
  7348. | ;
  7349. | return 0;
  7350. | }
  7351. configure:16087: result: no
  7352. configure:16164: checking git checkout
  7353. configure:16173: result: no
  7354. configure:16335: error: lzo enabled but missing
  7355.  
  7356. ## ---------------- ##
  7357. ## Cache variables. ##
  7358. ## ---------------- ##
  7359.  
  7360. ac_cv_build=x86_64-unknown-linux-gnu
  7361. ac_cv_c_compiler_gnu=yes
  7362. ac_cv_c_const=yes
  7363. ac_cv_c_inline=inline
  7364. ac_cv_c_int16_t=yes
  7365. ac_cv_c_int32_t=yes
  7366. ac_cv_c_int64_t=yes
  7367. ac_cv_c_int8_t=yes
  7368. ac_cv_c_uint16_t=yes
  7369. ac_cv_c_uint32_t=yes
  7370. ac_cv_c_uint64_t=yes
  7371. ac_cv_c_uint8_t=yes
  7372. ac_cv_c_volatile=yes
  7373. ac_cv_env_CC_set=
  7374. ac_cv_env_CC_value=
  7375. ac_cv_env_CFLAGS_set=
  7376. ac_cv_env_CFLAGS_value=
  7377. ac_cv_env_CPPFLAGS_set=
  7378. ac_cv_env_CPPFLAGS_value=
  7379. ac_cv_env_CPP_set=
  7380. ac_cv_env_CPP_value=
  7381. ac_cv_env_GIT_set=
  7382. ac_cv_env_GIT_value=
  7383. ac_cv_env_IFCONFIG_set=
  7384. ac_cv_env_IFCONFIG_value=
  7385. ac_cv_env_IPROUTE_set=
  7386. ac_cv_env_IPROUTE_value=
  7387. ac_cv_env_LDFLAGS_set=
  7388. ac_cv_env_LDFLAGS_value=
  7389. ac_cv_env_LIBPAM_CFLAGS_set=
  7390. ac_cv_env_LIBPAM_CFLAGS_value=
  7391. ac_cv_env_LIBPAM_LIBS_set=
  7392. ac_cv_env_LIBPAM_LIBS_value=
  7393. ac_cv_env_LIBS_set=
  7394. ac_cv_env_LIBS_value=
  7395. ac_cv_env_LZO_CFLAGS_set=
  7396. ac_cv_env_LZO_CFLAGS_value=
  7397. ac_cv_env_LZO_LIBS_set=
  7398. ac_cv_env_LZO_LIBS_value=
  7399. ac_cv_env_MAN2HTML_set=
  7400. ac_cv_env_MAN2HTML_value=
  7401. ac_cv_env_NETSTAT_set=
  7402. ac_cv_env_NETSTAT_value=
  7403. ac_cv_env_OPENSSL_CRYPTO_CFLAGS_set=
  7404. ac_cv_env_OPENSSL_CRYPTO_CFLAGS_value=
  7405. ac_cv_env_OPENSSL_CRYPTO_LIBS_set=
  7406. ac_cv_env_OPENSSL_CRYPTO_LIBS_value=
  7407. ac_cv_env_OPENSSL_SSL_CFLAGS_set=
  7408. ac_cv_env_OPENSSL_SSL_CFLAGS_value=
  7409. ac_cv_env_OPENSSL_SSL_LIBS_set=
  7410. ac_cv_env_OPENSSL_SSL_LIBS_value=
  7411. ac_cv_env_PKCS11_HELPER_CFLAGS_set=
  7412. ac_cv_env_PKCS11_HELPER_CFLAGS_value=
  7413. ac_cv_env_PKCS11_HELPER_LIBS_set=
  7414. ac_cv_env_PKCS11_HELPER_LIBS_value=
  7415. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  7416. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  7417. ac_cv_env_PKG_CONFIG_PATH_set=
  7418. ac_cv_env_PKG_CONFIG_PATH_value=
  7419. ac_cv_env_PKG_CONFIG_set=
  7420. ac_cv_env_PKG_CONFIG_value=
  7421. ac_cv_env_POLARSSL_CFLAGS_set=
  7422. ac_cv_env_POLARSSL_CFLAGS_value=
  7423. ac_cv_env_POLARSSL_LIBS_set=
  7424. ac_cv_env_POLARSSL_LIBS_value=
  7425. ac_cv_env_ROUTE_set=
  7426. ac_cv_env_ROUTE_value=
  7427. ac_cv_env_TAP_CFLAGS_set=
  7428. ac_cv_env_TAP_CFLAGS_value=
  7429. ac_cv_env_build_alias_set=
  7430. ac_cv_env_build_alias_value=
  7431. ac_cv_env_host_alias_set=
  7432. ac_cv_env_host_alias_value=
  7433. ac_cv_env_target_alias_set=
  7434. ac_cv_env_target_alias_value=
  7435. ac_cv_func_ENGINE_cleanup=yes
  7436. ac_cv_func_ENGINE_load_builtin_engines=yes
  7437. ac_cv_func_ENGINE_register_all_complete=yes
  7438. ac_cv_func_EVP_CIPHER_CTX_set_key_length=yes
  7439. ac_cv_func_accept=yes
  7440. ac_cv_func_access=yes
  7441. ac_cv_func_basename=yes
  7442. ac_cv_func_bind=yes
  7443. ac_cv_func_chdir=yes
  7444. ac_cv_func_chroot=yes
  7445. ac_cv_func_chsize=no
  7446. ac_cv_func_connect=yes
  7447. ac_cv_func_ctime=yes
  7448. ac_cv_func_daemon=yes
  7449. ac_cv_func_dirname=yes
  7450. ac_cv_func_dup2=yes
  7451. ac_cv_func_dup=yes
  7452. ac_cv_func_epoll_create=yes
  7453. ac_cv_func_execve=yes
  7454. ac_cv_func_flock=yes
  7455. ac_cv_func_fork=yes
  7456. ac_cv_func_fork_works=yes
  7457. ac_cv_func_ftruncate=yes
  7458. ac_cv_func_getgrnam=yes
  7459. ac_cv_func_gethostbyname=yes
  7460. ac_cv_func_getpass=yes
  7461. ac_cv_func_getpeereid=no
  7462. ac_cv_func_getpeername=yes
  7463. ac_cv_func_getpid=yes
  7464. ac_cv_func_getpwnam=yes
  7465. ac_cv_func_getsockname=yes
  7466. ac_cv_func_getsockopt=yes
  7467. ac_cv_func_gettimeofday=yes
  7468. ac_cv_func_inet_ntoa=yes
  7469. ac_cv_func_inet_ntop=yes
  7470. ac_cv_func_inet_pton=yes
  7471. ac_cv_func_listen=yes
  7472. ac_cv_func_memset=yes
  7473. ac_cv_func_mlockall=yes
  7474. ac_cv_func_nice=yes
  7475. ac_cv_func_openlog=yes
  7476. ac_cv_func_poll=yes
  7477. ac_cv_func_putenv=yes
  7478. ac_cv_func_readv=yes
  7479. ac_cv_func_recv=yes
  7480. ac_cv_func_recvfrom=yes
  7481. ac_cv_func_recvmsg=yes
  7482. ac_cv_func_res_init=no
  7483. ac_cv_func_select=yes
  7484. ac_cv_func_send=yes
  7485. ac_cv_func_sendmsg=yes
  7486. ac_cv_func_sendto=yes
  7487. ac_cv_func_setgid=yes
  7488. ac_cv_func_setgroups=yes
  7489. ac_cv_func_setsid=yes
  7490. ac_cv_func_setsockopt=yes
  7491. ac_cv_func_setuid=yes
  7492. ac_cv_func_socket=yes
  7493. ac_cv_func_stat=yes
  7494. ac_cv_func_strdup=yes
  7495. ac_cv_func_strerror=yes
  7496. ac_cv_func_syslog=yes
  7497. ac_cv_func_system=yes
  7498. ac_cv_func_time=yes
  7499. ac_cv_func_umask=yes
  7500. ac_cv_func_unlink=yes
  7501. ac_cv_func_vfork=yes
  7502. ac_cv_func_vfork_works=yes
  7503. ac_cv_func_vsnprintf=yes
  7504. ac_cv_func_writev=yes
  7505. ac_cv_have_decl_SIGHUP=yes
  7506. ac_cv_have_decl_SIGINT=yes
  7507. ac_cv_have_decl_SIGTERM=yes
  7508. ac_cv_have_decl_SIGUSR1=yes
  7509. ac_cv_have_decl_SIGUSR2=yes
  7510. ac_cv_have_decl_SO_MARK=yes
  7511. ac_cv_have_decl_TUNSETPERSIST=yes
  7512. ac_cv_header_arpa_inet_h=yes
  7513. ac_cv_header_ctype_h=yes
  7514. ac_cv_header_direct_h=no
  7515. ac_cv_header_dlfcn_h=yes
  7516. ac_cv_header_err_h=yes
  7517. ac_cv_header_errno_h=yes
  7518. ac_cv_header_fcntl_h=yes
  7519. ac_cv_header_grp_h=yes
  7520. ac_cv_header_inttypes_h=yes
  7521. ac_cv_header_io_h=no
  7522. ac_cv_header_libgen_h=yes
  7523. ac_cv_header_limits_h=yes
  7524. ac_cv_header_linux_if_tun_h=yes
  7525. ac_cv_header_linux_sockios_h=yes
  7526. ac_cv_header_linux_types_h=yes
  7527. ac_cv_header_memory_h=yes
  7528. ac_cv_header_minix_config_h=no
  7529. ac_cv_header_net_if_h=yes
  7530. ac_cv_header_net_if_tun_h=no
  7531. ac_cv_header_net_if_utun_h=no
  7532. ac_cv_header_net_tun_if_tun_h=no
  7533. ac_cv_header_netdb_h=yes
  7534. ac_cv_header_netinet_if_ether_h=yes
  7535. ac_cv_header_netinet_in_h=yes
  7536. ac_cv_header_netinet_in_systm_h=yes
  7537. ac_cv_header_netinet_ip_h=yes
  7538. ac_cv_header_netinet_tcp_h=yes
  7539. ac_cv_header_pwd_h=yes
  7540. ac_cv_header_resolv_h=yes
  7541. ac_cv_header_signal_h=yes
  7542. ac_cv_header_stdarg_h=yes
  7543. ac_cv_header_stdbool_h=yes
  7544. ac_cv_header_stdc=yes
  7545. ac_cv_header_stdint_h=yes
  7546. ac_cv_header_stdio_h=yes
  7547. ac_cv_header_stdlib_h=yes
  7548. ac_cv_header_string_h=yes
  7549. ac_cv_header_strings_h=yes
  7550. ac_cv_header_stropts_h=yes
  7551. ac_cv_header_sys_epoll_h=yes
  7552. ac_cv_header_sys_file_h=yes
  7553. ac_cv_header_sys_ioctl_h=yes
  7554. ac_cv_header_sys_kern_control_h=no
  7555. ac_cv_header_sys_mman_h=yes
  7556. ac_cv_header_sys_poll_h=yes
  7557. ac_cv_header_sys_socket_h=yes
  7558. ac_cv_header_sys_sockio_h=no
  7559. ac_cv_header_sys_stat_h=yes
  7560. ac_cv_header_sys_time_h=yes
  7561. ac_cv_header_sys_types_h=yes
  7562. ac_cv_header_sys_uio_h=yes
  7563. ac_cv_header_sys_un_h=yes
  7564. ac_cv_header_sys_wait_h=yes
  7565. ac_cv_header_syslog_h=yes
  7566. ac_cv_header_tap_windows_h=no
  7567. ac_cv_header_time_h=yes
  7568. ac_cv_header_unistd_h=yes
  7569. ac_cv_header_vfork_h=no
  7570. ac_cv_header_windows_h=no
  7571. ac_cv_header_winsock2_h=no
  7572. ac_cv_header_ws2tcpip_h=no
  7573. ac_cv_host=x86_64-unknown-linux-gnu
  7574. ac_cv_lib_dl_dlopen=yes
  7575. ac_cv_lib_lzo2_lzo1x_1_15_compress=no
  7576. ac_cv_lib_lzo_lzo1x_1_15_compress=no
  7577. ac_cv_lib_nsl_inet_ntoa=yes
  7578. ac_cv_lib_pam_pam_start=no
  7579. ac_cv_lib_polarssl_aes_crypt_cbc=no
  7580. ac_cv_lib_polarssl_ssl_init=no
  7581. ac_cv_lib_resolv_gethostbyname=yes
  7582. ac_cv_lib_selinux_setcon=no
  7583. ac_cv_lib_socket_socket=no
  7584. ac_cv_objext=o
  7585. ac_cv_path_EGREP='/bin/grep -E'
  7586. ac_cv_path_FGREP='/bin/grep -F'
  7587. ac_cv_path_GREP=/bin/grep
  7588. ac_cv_path_IFCONFIG=/sbin/ifconfig
  7589. ac_cv_path_IPROUTE=/sbin/ip
  7590. ac_cv_path_ROUTE=/sbin/route
  7591. ac_cv_path_SED=/bin/sed
  7592. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  7593. ac_cv_path_install='/usr/bin/install -c'
  7594. ac_cv_path_mkdir=/bin/mkdir
  7595. ac_cv_prog_AWK=gawk
  7596. ac_cv_prog_CPP='gcc -E'
  7597. ac_cv_prog_NETSTAT=netstat
  7598. ac_cv_prog_ac_ct_AR=ar
  7599. ac_cv_prog_ac_ct_CC=gcc
  7600. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  7601. ac_cv_prog_ac_ct_OBJDUMP=objdump
  7602. ac_cv_prog_ac_ct_RANLIB=ranlib
  7603. ac_cv_prog_ac_ct_STRIP=strip
  7604. ac_cv_prog_cc_c89=
  7605. ac_cv_prog_cc_g=yes
  7606. ac_cv_prog_make_make_set=yes
  7607. ac_cv_safe_to_define___extensions__=yes
  7608. ac_cv_sizeof_unsigned_int=4
  7609. ac_cv_sizeof_unsigned_long=8
  7610. ac_cv_type_in_addr_t=yes
  7611. ac_cv_type_off_t=yes
  7612. ac_cv_type_pid_t=yes
  7613. ac_cv_type_signal=void
  7614. ac_cv_type_size_t=yes
  7615. ac_cv_type_socklen_t=yes
  7616. ac_cv_type_struct_cmsghdr=yes
  7617. ac_cv_type_struct_in_pktinfo=yes
  7618. ac_cv_type_struct_iphdr=yes
  7619. ac_cv_type_struct_msghdr=yes
  7620. ac_cv_type_struct_sock_extended_err=no
  7621. ac_cv_type_struct_sockaddr_in6=yes
  7622. ac_cv_type_uid_t=yes
  7623. am_cv_CC_dependencies_compiler_type=gcc3
  7624. am_cv_make_support_nested_variables=yes
  7625. am_cv_prog_cc_c_o=yes
  7626. ax_cv_c_empty_array=0
  7627. ax_cv_cpp_vararg_macro_gcc=yes
  7628. ax_cv_cpp_vararg_macro_iso=yes
  7629. lt_cv_ar_at_file=@
  7630. lt_cv_archive_cmds_need_lc=no
  7631. lt_cv_deplibs_check_method=pass_all
  7632. lt_cv_file_magic_cmd='$MAGIC_CMD'
  7633. lt_cv_file_magic_test_file=
  7634. lt_cv_ld_reload_flag=-r
  7635. lt_cv_nm_interface='BSD nm'
  7636. lt_cv_objdir=.libs
  7637. lt_cv_path_LD=/usr/bin/ld
  7638. lt_cv_path_NM='/usr/bin/nm -B'
  7639. lt_cv_path_mainfest_tool=no
  7640. lt_cv_prog_compiler_c_o=yes
  7641. lt_cv_prog_compiler_c_o_RC=yes
  7642. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  7643. lt_cv_prog_compiler_pic_works=yes
  7644. lt_cv_prog_compiler_rtti_exceptions=no
  7645. lt_cv_prog_compiler_static_works=yes
  7646. lt_cv_prog_gnu_ld=yes
  7647. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  7648. lt_cv_shlibpath_overrides_runpath=no
  7649. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  7650. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  7651. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  7652. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  7653. lt_cv_sys_max_cmd_len=1572864
  7654. lt_cv_to_host_file_cmd=func_convert_file_noop
  7655. lt_cv_to_tool_file_cmd=func_convert_file_noop
  7656. pkg_cv_OPENSSL_CRYPTO_CFLAGS=' '
  7657. pkg_cv_OPENSSL_CRYPTO_LIBS='-lcrypto '
  7658. pkg_cv_OPENSSL_SSL_CFLAGS=' '
  7659. pkg_cv_OPENSSL_SSL_LIBS='-lssl -lcrypto '
  7660.  
  7661. ## ----------------- ##
  7662. ## Output variables. ##
  7663. ## ----------------- ##
  7664.  
  7665. ACLOCAL='${SHELL} /home/ms2300/Desktop/openvpn-2.3.4/missing aclocal-1.14'
  7666. AMDEPBACKSLASH='\'
  7667. AMDEP_FALSE='#'
  7668. AMDEP_TRUE=''
  7669. AMTAR='$${TAR-tar}'
  7670. AM_BACKSLASH='\'
  7671. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  7672. AM_DEFAULT_VERBOSITY='1'
  7673. AM_V='$(V)'
  7674. AR='ar'
  7675. AS='as'
  7676. AUTOCONF='${SHELL} /home/ms2300/Desktop/openvpn-2.3.4/missing autoconf'
  7677. AUTOHEADER='${SHELL} /home/ms2300/Desktop/openvpn-2.3.4/missing autoheader'
  7678. AUTOMAKE='${SHELL} /home/ms2300/Desktop/openvpn-2.3.4/missing automake-1.14'
  7679. AWK='gawk'
  7680. CC='gcc'
  7681. CCDEPMODE='depmode=gcc3'
  7682. CFLAGS='-g -O2'
  7683. CPP='gcc -E'
  7684. CPPFLAGS=''
  7685. CYGPATH_W='echo'
  7686. DEFS=''
  7687. DEPDIR='.deps'
  7688. DLLTOOL='false'
  7689. DL_LIBS='-ldl'
  7690. DSYMUTIL=''
  7691. DUMPBIN=''
  7692. ECHO_C=''
  7693. ECHO_N='-n'
  7694. ECHO_T=''
  7695. EGREP='/bin/grep -E'
  7696. ENABLE_PLUGIN_AUTH_PAM_FALSE=''
  7697. ENABLE_PLUGIN_AUTH_PAM_TRUE=''
  7698. ENABLE_PLUGIN_DOWN_ROOT_FALSE=''
  7699. ENABLE_PLUGIN_DOWN_ROOT_TRUE=''
  7700. EXEEXT=''
  7701. FGREP='/bin/grep -F'
  7702. GIT=''
  7703. GIT_CHECKOUT_FALSE=''
  7704. GIT_CHECKOUT_TRUE=''
  7705. GREP='/bin/grep'
  7706. IFCONFIG='/sbin/ifconfig'
  7707. INSTALL_DATA='${INSTALL} -m 644'
  7708. INSTALL_PROGRAM='${INSTALL}'
  7709. INSTALL_SCRIPT='${INSTALL}'
  7710. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  7711. IPROUTE='/sbin/ip'
  7712. LD='/usr/bin/ld -m elf_x86_64'
  7713. LDFLAGS=''
  7714. LIBOBJS=''
  7715. LIBPAM_CFLAGS=''
  7716. LIBPAM_LIBS=''
  7717. LIBS=''
  7718. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  7719. LIPO=''
  7720. LN_S='ln -s'
  7721. LTLIBOBJS=''
  7722. LZO_CFLAGS=''
  7723. LZO_LIBS=''
  7724. MAKEINFO='${SHELL} /home/ms2300/Desktop/openvpn-2.3.4/missing makeinfo'
  7725. MAN2HTML=''
  7726. MANIFEST_TOOL=':'
  7727. MKDIR_P='/bin/mkdir -p'
  7728. NETSTAT='netstat'
  7729. NM='/usr/bin/nm -B'
  7730. NMEDIT=''
  7731. OBJDUMP='objdump'
  7732. OBJEXT='o'
  7733. OPENSSL_CRYPTO_CFLAGS=' '
  7734. OPENSSL_CRYPTO_LIBS='-lcrypto '
  7735. OPENSSL_SSL_CFLAGS=' '
  7736. OPENSSL_SSL_LIBS='-lssl -lcrypto '
  7737. OPTIONAL_CRYPTO_CFLAGS=' '
  7738. OPTIONAL_CRYPTO_LIBS=' -lssl -lcrypto -lcrypto '
  7739. OPTIONAL_DL_LIBS='-ldl'
  7740. OPTIONAL_LZO_CFLAGS=''
  7741. OPTIONAL_LZO_LIBS=''
  7742. OPTIONAL_PKCS11_HELPER_CFLAGS=''
  7743. OPTIONAL_PKCS11_HELPER_LIBS=''
  7744. OPTIONAL_SELINUX_LIBS=''
  7745. OTOOL64=''
  7746. OTOOL=''
  7747. PACKAGE='openvpn'
  7748. PACKAGE_BUGREPORT='openvpn-users@lists.sourceforge.net'
  7749. PACKAGE_NAME='OpenVPN'
  7750. PACKAGE_STRING='OpenVPN 2.3.4'
  7751. PACKAGE_TARNAME='openvpn'
  7752. PACKAGE_URL=''
  7753. PACKAGE_VERSION='2.3.4'
  7754. PATH_SEPARATOR=':'
  7755. PKCS11_HELPER_CFLAGS=''
  7756. PKCS11_HELPER_LIBS=''
  7757. PKG_CONFIG='/usr/bin/pkg-config'
  7758. PKG_CONFIG_LIBDIR=''
  7759. PKG_CONFIG_PATH=''
  7760. PLUGIN_AUTH_PAM_CFLAGS=''
  7761. PLUGIN_AUTH_PAM_LIBS=''
  7762. POLARSSL_CFLAGS=''
  7763. POLARSSL_LIBS=''
  7764. RANLIB='ranlib'
  7765. RC=''
  7766. ROUTE='/sbin/route'
  7767. SED='/bin/sed'
  7768. SELINUX_LIBS=''
  7769. SET_MAKE=''
  7770. SHELL='/bin/bash'
  7771. SOCKETS_LIBS=' -lnsl -lresolv'
  7772. STRIP='strip'
  7773. TAP_CFLAGS=''
  7774. TAP_WIN_COMPONENT_ID=''
  7775. TAP_WIN_MIN_MAJOR=''
  7776. TAP_WIN_MIN_MINOR=''
  7777. VERSION='2.3.4'
  7778. WIN32_FALSE=''
  7779. WIN32_TRUE=''
  7780. ac_ct_AR='ar'
  7781. ac_ct_CC='gcc'
  7782. ac_ct_DUMPBIN=''
  7783. am__EXEEXT_FALSE=''
  7784. am__EXEEXT_TRUE=''
  7785. am__fastdepCC_FALSE='#'
  7786. am__fastdepCC_TRUE=''
  7787. am__include='include'
  7788. am__isrc=''
  7789. am__leading_dot='.'
  7790. am__nodep='_no'
  7791. am__quote=''
  7792. am__tar='$${TAR-tar} chof - "$$tardir"'
  7793. am__untar='$${TAR-tar} xf -'
  7794. bindir='${exec_prefix}/bin'
  7795. build='x86_64-unknown-linux-gnu'
  7796. build_alias=''
  7797. build_cpu='x86_64'
  7798. build_os='linux-gnu'
  7799. build_vendor='unknown'
  7800. datadir='${datarootdir}'
  7801. datarootdir='${prefix}/share'
  7802. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  7803. dvidir='${docdir}'
  7804. exec_prefix='NONE'
  7805. host='x86_64-unknown-linux-gnu'
  7806. host_alias=''
  7807. host_cpu='x86_64'
  7808. host_os='linux-gnu'
  7809. host_vendor='unknown'
  7810. htmldir='${docdir}'
  7811. includedir='${prefix}/include'
  7812. infodir='${datarootdir}/info'
  7813. install_sh='${SHELL} /home/ms2300/Desktop/openvpn-2.3.4/install-sh'
  7814. libdir='${exec_prefix}/lib'
  7815. libexecdir='${exec_prefix}/libexec'
  7816. localedir='${datarootdir}/locale'
  7817. localstatedir='${prefix}/var'
  7818. mandir='${datarootdir}/man'
  7819. mkdir_p='$(MKDIR_P)'
  7820. oldincludedir='/usr/include'
  7821. pdfdir='${docdir}'
  7822. plugindir=''
  7823. prefix='NONE'
  7824. program_transform_name='s,x,x,'
  7825. psdir='${docdir}'
  7826. sampledir=''
  7827. sbindir='${exec_prefix}/sbin'
  7828. sharedstatedir='${prefix}/com'
  7829. sysconfdir='${prefix}/etc'
  7830. target_alias=''
  7831.  
  7832. ## ----------- ##
  7833. ## confdefs.h. ##
  7834. ## ----------- ##
  7835.  
  7836. /* confdefs.h */
  7837. #define PACKAGE_NAME "OpenVPN"
  7838. #define PACKAGE_TARNAME "openvpn"
  7839. #define PACKAGE_VERSION "2.3.4"
  7840. #define PACKAGE_STRING "OpenVPN 2.3.4"
  7841. #define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
  7842. #define PACKAGE_URL ""
  7843. #define OPENVPN_VERSION_RESOURCE 2,3,4,0
  7844. #define PACKAGE "openvpn"
  7845. #define VERSION "2.3.4"
  7846. #define STDC_HEADERS 1
  7847. #define HAVE_SYS_TYPES_H 1
  7848. #define HAVE_SYS_STAT_H 1
  7849. #define HAVE_STDLIB_H 1
  7850. #define HAVE_STRING_H 1
  7851. #define HAVE_MEMORY_H 1
  7852. #define HAVE_STRINGS_H 1
  7853. #define HAVE_INTTYPES_H 1
  7854. #define HAVE_STDINT_H 1
  7855. #define HAVE_UNISTD_H 1
  7856. #define __EXTENSIONS__ 1
  7857. #define _ALL_SOURCE 1
  7858. #define _GNU_SOURCE 1
  7859. #define _POSIX_PTHREAD_SEMANTICS 1
  7860. #define _TANDEM_SOURCE 1
  7861. #define TARGET_ALIAS "x86_64-unknown-linux-gnu"
  7862. #define TARGET_LINUX 1
  7863. #define TARGET_PREFIX "L"
  7864. #define IFCONFIG_PATH "/sbin/ifconfig"
  7865. #define IPROUTE_PATH "/sbin/ip"
  7866. #define ROUTE_PATH "/sbin/route"
  7867. #define HAVE_DLFCN_H 1
  7868. #define LT_OBJDIR ".libs/"
  7869. #define RETSIGTYPE void
  7870. #define HAVE_CPP_VARARG_MACRO_ISO 1
  7871. #define HAVE_CPP_VARARG_MACRO_GCC 1
  7872. #define EMPTY_ARRAY_SIZE 0
  7873. #define SIZEOF_UNSIGNED_INT 4
  7874. #define SIZEOF_UNSIGNED_LONG 8
  7875. #define HAVE_STDIO_H 1
  7876. #define HAVE_STDARG_H 1
  7877. #define HAVE_STDBOOL_H 1
  7878. #define HAVE_LIMITS_H 1
  7879. #define HAVE_TIME_H 1
  7880. #define HAVE_ERRNO_H 1
  7881. #define HAVE_FCNTL_H 1
  7882. #define HAVE_CTYPE_H 1
  7883. #define HAVE_SYS_TYPES_H 1
  7884. #define HAVE_SYS_SOCKET_H 1
  7885. #define HAVE_SIGNAL_H 1
  7886. #define HAVE_UNISTD_H 1
  7887. #define HAVE_DLFCN_H 1
  7888. #define HAVE_NETINET_IN_H 1
  7889. #define HAVE_NETINET_IN_SYSTM_H 1
  7890. #define HAVE_NETINET_TCP_H 1
  7891. #define HAVE_ARPA_INET_H 1
  7892. #define HAVE_NETDB_H 1
  7893. #define HAVE_SYS_TIME_H 1
  7894. #define HAVE_SYS_IOCTL_H 1
  7895. #define HAVE_SYS_STAT_H 1
  7896. #define HAVE_SYS_MMAN_H 1
  7897. #define HAVE_SYS_FILE_H 1
  7898. #define HAVE_SYS_WAIT_H 1
  7899. #define HAVE_UNISTD_H 1
  7900. #define HAVE_SIGNAL_H 1
  7901. #define HAVE_LIBGEN_H 1
  7902. #define HAVE_STROPTS_H 1
  7903. #define HAVE_SYSLOG_H 1
  7904. #define HAVE_PWD_H 1
  7905. #define HAVE_GRP_H 1
  7906. #define HAVE_SYS_UIO_H 1
  7907. #define HAVE_LINUX_SOCKIOS_H 1
  7908. #define HAVE_LINUX_TYPES_H 1
  7909. #define HAVE_SYS_POLL_H 1
  7910. #define HAVE_SYS_EPOLL_H 1
  7911. #define HAVE_ERR_H 1
  7912. #define HAVE_NET_IF_H 1
  7913. #define HAVE_NETINET_IP_H 1
  7914. #define HAVE_NETINET_IF_ETHER_H 1
  7915. #define HAVE_RESOLV_H 1
  7916. #define HAVE_SYS_UN_H 1
  7917. #define HAVE_IN_ADDR_T 1
  7918. #define HAVE_IPHDR 1
  7919. #define HAVE_MSGHDR 1
  7920. #define HAVE_CMSGHDR 1
  7921. #define HAVE_IN_PKTINFO 1
  7922. #define HAVE_DECL_SO_MARK 1
  7923. #define HAVE_DECL_SIGHUP 1
  7924. #define HAVE_DECL_SIGINT 1
  7925. #define HAVE_DECL_SIGUSR1 1
  7926. #define HAVE_DECL_SIGUSR2 1
  7927. #define HAVE_DECL_SIGTERM 1
  7928. #define HAVE_FORK 1
  7929. #define HAVE_VFORK 1
  7930. #define HAVE_WORKING_VFORK 1
  7931. #define HAVE_WORKING_FORK 1
  7932. #define HAVE_DAEMON 1
  7933. #define HAVE_CHROOT 1
  7934. #define HAVE_GETPWNAM 1
  7935. #define HAVE_SETUID 1
  7936. #define HAVE_NICE 1
  7937. #define HAVE_SYSTEM 1
  7938. #define HAVE_GETPID 1
  7939. #define HAVE_DUP 1
  7940. #define HAVE_DUP2 1
  7941. #define HAVE_GETPASS 1
  7942. #define HAVE_STRERROR 1
  7943. #define HAVE_SYSLOG 1
  7944. #define HAVE_OPENLOG 1
  7945. #define HAVE_MLOCKALL 1
  7946. #define HAVE_GETGRNAM 1
  7947. #define HAVE_SETGID 1
  7948. #define HAVE_SETGROUPS 1
  7949. #define HAVE_STAT 1
  7950. #define HAVE_FLOCK 1
  7951. #define HAVE_READV 1
  7952. #define HAVE_WRITEV 1
  7953. #define HAVE_TIME 1
  7954. #define HAVE_GETTIMEOFDAY 1
  7955. #define HAVE_CTIME 1
  7956. #define HAVE_MEMSET 1
  7957. #define HAVE_VSNPRINTF 1
  7958. #define HAVE_STRDUP 1
  7959. #define HAVE_SETSID 1
  7960. #define HAVE_CHDIR 1
  7961. #define HAVE_PUTENV 1
  7962. #define HAVE_GETPEERNAME 1
  7963. #define HAVE_UNLINK 1
  7964. #define HAVE_FTRUNCATE 1
  7965. #define HAVE_EXECVE 1
  7966. #define HAVE_UMASK 1
  7967. #define HAVE_BASENAME 1
  7968. #define HAVE_DIRNAME 1
  7969. #define HAVE_ACCESS 1
  7970. #define HAVE_EPOLL_CREATE 1
  7971. #define HAVE_SENDMSG 1
  7972. #define HAVE_RECVMSG 1
  7973. #define HAVE_INET_NTOP 1
  7974. #define HAVE_INET_PTON 1
  7975. #define HAVE_SOCKET 1
  7976. #define HAVE_RECV 1
  7977. #define HAVE_RECVFROM 1
  7978. #define HAVE_SEND 1
  7979. #define HAVE_SENDTO 1
  7980. #define HAVE_LISTEN 1
  7981. #define HAVE_ACCEPT 1
  7982. #define HAVE_CONNECT 1
  7983. #define HAVE_BIND 1
  7984. #define HAVE_SELECT 1
  7985. #define HAVE_GETHOSTBYNAME 1
  7986. #define HAVE_INET_NTOA 1
  7987. #define HAVE_SETSOCKOPT 1
  7988. #define HAVE_GETSOCKOPT 1
  7989. #define HAVE_GETSOCKNAME 1
  7990. #define HAVE_POLL 1
  7991. #define HAVE_LINUX_IF_TUN_H 1
  7992. #define HAVE_DECL_TUNSETPERSIST 1
  7993. #define ENABLE_FEATURE_TUN_PERSIST 1
  7994. #define HAVE_EVP_CIPHER_CTX_SET_KEY_LENGTH 1
  7995. #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
  7996. #define HAVE_ENGINE_REGISTER_ALL_COMPLETE 1
  7997. #define HAVE_ENGINE_CLEANUP 1
  7998. #define PATH_SEPARATOR '/'
  7999. #define PATH_SEPARATOR_STR "/"
  8000. #define HAVE_IOVEC 1
  8001. #define ENABLE_CLIENT_SERVER 1
  8002. #define ENABLE_MANAGEMENT 1
  8003. #define ENABLE_SOCKS 1
  8004. #define ENABLE_HTTP_PROXY 1
  8005. #define ENABLE_MULTIHOME 1
  8006. #define ENABLE_DEBUG 1
  8007. #define ENABLE_FRAGMENT 1
  8008. #define ENABLE_PORT_SHARE 1
  8009. #define ENABLE_DEF_AUTH 1
  8010. #define ENABLE_PF 1
  8011. #define ENABLE_CRYPTO_OPENSSL 1
  8012. #define HAVE_OPENSSL_ENGINE 1
  8013. #define ENABLE_SSL 1
  8014. #define ENABLE_CRYPTO 1
  8015. #define ENABLE_PLUGIN 1
  8016.  
  8017. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement