xhpohanka

Untitled

Jun 30th, 2015
417
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 186.91 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 strongSwan configure 5.3.2, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --prefix=/usr --sysconfdir=/etc --prefix=/usr --libexecdir=/usr/lib --disable-aes --disable-des --disable-md5 --disable-sha1 --disable-sha2 --disable-fips-prf --disable-gmp --enable-openssl --enable-nm --enable-agent --enable-eap-gtc --enable-eap-md5 --enable-eap-mschapv2 --enable-eap-identity --sbindir=/usr/bin
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = jules-ntb
  14. uname -m = x86_64
  15. uname -r = 4.0.6-1-ARCH
  16. uname -s = Linux
  17. uname -v = #1 SMP PREEMPT Tue Jun 23 14:25:08 CEST 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: /home/honza/bin
  31. PATH: /opt/android-sdk-linux/tools
  32. PATH: /opt/android-sdk-linux/platform-tools
  33. PATH: /usr/local/sbin
  34. PATH: /usr/local/bin
  35. PATH: /usr/bin
  36. PATH: /opt/dassault-systemes/DraftSight/bin
  37. PATH: /usr/lib/jvm/default/bin
  38. PATH: /usr/bin/site_perl
  39. PATH: /usr/bin/vendor_perl
  40. PATH: /usr/bin/core_perl
  41.  
  42.  
  43. ## ----------- ##
  44. ## Core tests. ##
  45. ## ----------- ##
  46.  
  47. configure:3444: checking for a BSD-compatible install
  48. configure:3512: result: /usr/bin/install -c
  49. configure:3523: checking whether build environment is sane
  50. configure:3578: result: yes
  51. configure:3729: checking for a thread-safe mkdir -p
  52. configure:3768: result: /usr/bin/mkdir -p
  53. configure:3775: checking for gawk
  54. configure:3791: found /usr/bin/gawk
  55. configure:3802: result: gawk
  56. configure:3813: checking whether make sets $(MAKE)
  57. configure:3835: result: yes
  58. configure:3864: checking whether make supports nested variables
  59. configure:3881: result: yes
  60. configure:3970: checking whether UID '1000' is supported by ustar format
  61. configure:3973: result: yes
  62. configure:3980: checking whether GID '1000' is supported by ustar format
  63. configure:3983: result: yes
  64. configure:3991: checking how to create a ustar tar archive
  65. configure:4002: tar --version
  66. tar (GNU tar) 1.28
  67. Copyright (C) 2014 Free Software Foundation, Inc.
  68. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
  69. This is free software: you are free to change and redistribute it.
  70. There is NO WARRANTY, to the extent permitted by law.
  71.  
  72. Written by John Gilmore and Jay Fenlason.
  73. configure:4005: $? = 0
  74. configure:4045: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
  75. configure:4048: $? = 0
  76. configure:4052: tar -xf - <conftest.tar
  77. configure:4055: $? = 0
  78. configure:4057: cat conftest.dir/file
  79. GrepMe
  80. configure:4060: $? = 0
  81. configure:4073: result: gnutar
  82. configure:4133: checking whether make supports nested variables
  83. configure:4150: result: yes
  84. configure:4221: checking for pkg-config
  85. configure:4239: found /usr/bin/pkg-config
  86. configure:4251: result: /usr/bin/pkg-config
  87. configure:4276: checking pkg-config is at least version 0.9.0
  88. configure:4279: result: yes
  89. configure:4294: checking for a sed that does not truncate output
  90. configure:4358: result: /usr/bin/sed
  91. configure:4739: checking configured UDP ports (500, 4500)
  92. configure:4744: result: ok
  93. configure:7547: checking for gcc
  94. configure:7563: found /home/honza/bin/gcc
  95. configure:7574: result: gcc
  96. configure:7803: checking for C compiler version
  97. configure:7812: gcc --version >&5
  98. gcc (GCC) 5.1.0
  99. Copyright (C) 2015 Free Software Foundation, Inc.
  100. This is free software; see the source for copying conditions. There is NO
  101. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  102.  
  103. configure:7823: $? = 0
  104. configure:7812: gcc -v >&5
  105. Using built-in specs.
  106. COLLECT_GCC=/usr/bin/gcc
  107. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/lto-wrapper
  108. Target: x86_64-unknown-linux-gnu
  109. Configured with: /build/gcc-multilib/src/gcc-5-20150519/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --with-default-libstdcxx-abi=c++98
  110. Thread model: posix
  111. gcc version 5.1.0 (GCC)
  112. configure:7823: $? = 0
  113. configure:7812: gcc -V >&5
  114. gcc: error: unrecognized command line option '-V'
  115. gcc: fatal error: no input files
  116. compilation terminated.
  117. configure:7823: $? = 1
  118. configure:7812: gcc -qversion >&5
  119. gcc: error: unrecognized command line option '-qversion'
  120. gcc: fatal error: no input files
  121. compilation terminated.
  122. configure:7823: $? = 1
  123. configure:7843: checking whether the C compiler works
  124. configure:7865: gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  125. configure:7869: $? = 0
  126. configure:7917: result: yes
  127. configure:7920: checking for C compiler default output file name
  128. configure:7922: result: a.out
  129. configure:7928: checking for suffix of executables
  130. configure:7935: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  131. configure:7939: $? = 0
  132. configure:7961: result:
  133. configure:7983: checking whether we are cross compiling
  134. configure:7991: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  135. configure:7995: $? = 0
  136. configure:8002: ./conftest
  137. configure:8006: $? = 0
  138. configure:8021: result: no
  139. configure:8026: checking for suffix of object files
  140. configure:8048: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  141. configure:8052: $? = 0
  142. configure:8073: result: o
  143. configure:8077: checking whether we are using the GNU C compiler
  144. configure:8096: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  145. configure:8096: $? = 0
  146. configure:8105: result: yes
  147. configure:8114: checking whether gcc accepts -g
  148. configure:8134: gcc -c -g -D_FORTIFY_SOURCE=2 conftest.c >&5
  149. configure:8134: $? = 0
  150. configure:8175: result: yes
  151. configure:8192: checking for gcc option to accept ISO C89
  152. configure:8255: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  153. configure:8255: $? = 0
  154. configure:8268: result: none needed
  155. configure:8293: checking whether gcc understands -c and -o together
  156. configure:8315: gcc -c conftest.c -o conftest2.o
  157. configure:8318: $? = 0
  158. configure:8315: gcc -c conftest.c -o conftest2.o
  159. configure:8318: $? = 0
  160. configure:8330: result: yes
  161. configure:8358: checking for style of include used by make
  162. configure:8386: result: GNU
  163. configure:8412: checking dependency style of gcc
  164. configure:8523: result: gcc3
  165. configure:8544: checking build system type
  166. configure:8558: result: x86_64-unknown-linux-gnu
  167. configure:8578: checking host system type
  168. configure:8591: result: x86_64-unknown-linux-gnu
  169. configure:8617: checking how to run the C preprocessor
  170. configure:8648: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
  171. In file included from /usr/include/limits.h:25:0,
  172. from /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/include-fixed/limits.h:168,
  173. from /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/include-fixed/syslimits.h:7,
  174. from /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/include-fixed/limits.h:34,
  175. from conftest.c:13:
  176. /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  177. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  178. ^
  179. configure:8648: $? = 0
  180. configure:8662: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
  181. conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
  182. compilation terminated.
  183. configure:8662: $? = 1
  184. configure: failed program was:
  185. | /* confdefs.h */
  186. | #define PACKAGE_NAME "strongSwan"
  187. | #define PACKAGE_TARNAME "strongswan"
  188. | #define PACKAGE_VERSION "5.3.2"
  189. | #define PACKAGE_STRING "strongSwan 5.3.2"
  190. | #define PACKAGE_BUGREPORT ""
  191. | #define PACKAGE_URL ""
  192. | #define PACKAGE "strongswan"
  193. | #define VERSION "5.3.2"
  194. | #define CONFIG_H_INCLUDED /**/
  195. | /* end confdefs.h. */
  196. | #include <ac_nonexistent.h>
  197. configure:8687: result: gcc -E
  198. configure:8707: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
  199. In file included from /usr/include/limits.h:25:0,
  200. from /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/include-fixed/limits.h:168,
  201. from /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/include-fixed/syslimits.h:7,
  202. from /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/include-fixed/limits.h:34,
  203. from conftest.c:13:
  204. /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  205. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  206. ^
  207. configure:8707: $? = 0
  208. configure:8721: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
  209. conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
  210. compilation terminated.
  211. configure:8721: $? = 1
  212. configure: failed program was:
  213. | /* confdefs.h */
  214. | #define PACKAGE_NAME "strongSwan"
  215. | #define PACKAGE_TARNAME "strongswan"
  216. | #define PACKAGE_VERSION "5.3.2"
  217. | #define PACKAGE_STRING "strongSwan 5.3.2"
  218. | #define PACKAGE_BUGREPORT ""
  219. | #define PACKAGE_URL ""
  220. | #define PACKAGE "strongswan"
  221. | #define VERSION "5.3.2"
  222. | #define CONFIG_H_INCLUDED /**/
  223. | /* end confdefs.h. */
  224. | #include <ac_nonexistent.h>
  225. configure:8750: checking for grep that handles long lines and -e
  226. configure:8808: result: /usr/bin/grep
  227. configure:8813: checking for egrep
  228. configure:8875: result: /usr/bin/grep -E
  229. configure:9073: checking for ANSI C header files
  230. configure:9093: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  231. configure:9093: $? = 0
  232. In file included from /usr/include/string.h:25:0,
  233. from conftest.c:12:
  234. /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  235. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  236. ^
  237. In file included from /usr/include/stdlib.h:24:0,
  238. from conftest.c:12:
  239. /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  240. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  241. ^
  242. configure:9166: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  243. configure:9166: $? = 0
  244. configure:9166: ./conftest
  245. configure:9166: $? = 0
  246. configure:9177: result: yes
  247. configure:9190: checking for sys/types.h
  248. configure:9190: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  249. configure:9190: $? = 0
  250. configure:9190: result: yes
  251. configure:9190: checking for sys/stat.h
  252. configure:9190: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  253. configure:9190: $? = 0
  254. configure:9190: result: yes
  255. configure:9190: checking for stdlib.h
  256. configure:9190: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  257. configure:9190: $? = 0
  258. configure:9190: result: yes
  259. configure:9190: checking for string.h
  260. configure:9190: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  261. configure:9190: $? = 0
  262. configure:9190: result: yes
  263. configure:9190: checking for memory.h
  264. configure:9190: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  265. configure:9190: $? = 0
  266. configure:9190: result: yes
  267. configure:9190: checking for strings.h
  268. configure:9190: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  269. configure:9190: $? = 0
  270. configure:9190: result: yes
  271. configure:9190: checking for inttypes.h
  272. configure:9190: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  273. configure:9190: $? = 0
  274. configure:9190: result: yes
  275. configure:9190: checking for stdint.h
  276. configure:9190: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  277. configure:9190: $? = 0
  278. configure:9190: result: yes
  279. configure:9190: checking for unistd.h
  280. configure:9190: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  281. configure:9190: $? = 0
  282. configure:9190: result: yes
  283. configure:9202: checking whether byte ordering is bigendian
  284. configure:9217: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  285. conftest.c:23:9: error: unknown type name 'not'
  286. not a universal capable compiler
  287. ^
  288. conftest.c:23:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
  289. not a universal capable compiler
  290. ^
  291. conftest.c:23:15: error: unknown type name 'universal'
  292. configure:9217: $? = 1
  293. configure: failed program was:
  294. | /* confdefs.h */
  295. | #define PACKAGE_NAME "strongSwan"
  296. | #define PACKAGE_TARNAME "strongswan"
  297. | #define PACKAGE_VERSION "5.3.2"
  298. | #define PACKAGE_STRING "strongSwan 5.3.2"
  299. | #define PACKAGE_BUGREPORT ""
  300. | #define PACKAGE_URL ""
  301. | #define PACKAGE "strongswan"
  302. | #define VERSION "5.3.2"
  303. | #define CONFIG_H_INCLUDED /**/
  304. | #define STDC_HEADERS 1
  305. | #define HAVE_SYS_TYPES_H 1
  306. | #define HAVE_SYS_STAT_H 1
  307. | #define HAVE_STDLIB_H 1
  308. | #define HAVE_STRING_H 1
  309. | #define HAVE_MEMORY_H 1
  310. | #define HAVE_STRINGS_H 1
  311. | #define HAVE_INTTYPES_H 1
  312. | #define HAVE_STDINT_H 1
  313. | #define HAVE_UNISTD_H 1
  314. | /* end confdefs.h. */
  315. | #ifndef __APPLE_CC__
  316. | not a universal capable compiler
  317. | #endif
  318. | typedef int dummy;
  319. |
  320. configure:9262: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  321. configure:9262: $? = 0
  322. configure:9280: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  323. conftest.c: In function 'main':
  324. conftest.c:29:4: error: unknown type name 'not'
  325. not big endian
  326. ^
  327. conftest.c:29:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  328. not big endian
  329. ^
  330. configure:9280: $? = 1
  331. configure: failed program was:
  332. | /* confdefs.h */
  333. | #define PACKAGE_NAME "strongSwan"
  334. | #define PACKAGE_TARNAME "strongswan"
  335. | #define PACKAGE_VERSION "5.3.2"
  336. | #define PACKAGE_STRING "strongSwan 5.3.2"
  337. | #define PACKAGE_BUGREPORT ""
  338. | #define PACKAGE_URL ""
  339. | #define PACKAGE "strongswan"
  340. | #define VERSION "5.3.2"
  341. | #define CONFIG_H_INCLUDED /**/
  342. | #define STDC_HEADERS 1
  343. | #define HAVE_SYS_TYPES_H 1
  344. | #define HAVE_SYS_STAT_H 1
  345. | #define HAVE_STDLIB_H 1
  346. | #define HAVE_STRING_H 1
  347. | #define HAVE_MEMORY_H 1
  348. | #define HAVE_STRINGS_H 1
  349. | #define HAVE_INTTYPES_H 1
  350. | #define HAVE_STDINT_H 1
  351. | #define HAVE_UNISTD_H 1
  352. | /* end confdefs.h. */
  353. | #include <sys/types.h>
  354. | #include <sys/param.h>
  355. |
  356. | int
  357. | main ()
  358. | {
  359. | #if BYTE_ORDER != BIG_ENDIAN
  360. | not big endian
  361. | #endif
  362. |
  363. | ;
  364. | return 0;
  365. | }
  366. configure:9408: result: no
  367. configure:9477: checking how to print strings
  368. configure:9504: result: printf
  369. configure:9525: checking for a sed that does not truncate output
  370. configure:9589: result: /usr/bin/sed
  371. configure:9607: checking for fgrep
  372. configure:9669: result: /usr/bin/grep -F
  373. configure:9704: checking for ld used by gcc
  374. configure:9771: result: /usr/bin/ld
  375. configure:9778: checking if the linker (/usr/bin/ld) is GNU ld
  376. configure:9793: result: yes
  377. configure:9805: checking for BSD- or MS-compatible name lister (nm)
  378. configure:9854: result: /usr/bin/nm -B
  379. configure:9984: checking the name lister (/usr/bin/nm -B) interface
  380. configure:9991: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  381. configure:9994: /usr/bin/nm -B "conftest.o"
  382. configure:9997: output
  383. 0000000000000000 B some_variable
  384. configure:10004: result: BSD nm
  385. configure:10007: checking whether ln -s works
  386. configure:10011: result: yes
  387. configure:10019: checking the maximum length of command line arguments
  388. configure:10150: result: 1572864
  389. configure:10167: checking whether the shell understands some XSI constructs
  390. configure:10177: result: yes
  391. configure:10181: checking whether the shell understands "+="
  392. configure:10187: result: yes
  393. configure:10222: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
  394. configure:10262: result: func_convert_file_noop
  395. configure:10269: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
  396. configure:10289: result: func_convert_file_noop
  397. configure:10296: checking for /usr/bin/ld option to reload object files
  398. configure:10303: result: -r
  399. configure:10377: checking for objdump
  400. configure:10393: found /usr/bin/objdump
  401. configure:10404: result: objdump
  402. configure:10436: checking how to recognize dependent libraries
  403. configure:10634: result: pass_all
  404. configure:10719: checking for dlltool
  405. configure:10749: result: no
  406. configure:10779: checking how to associate runtime and link libraries
  407. configure:10806: result: printf %s\n
  408. configure:10866: checking for ar
  409. configure:10882: found /usr/bin/ar
  410. configure:10893: result: ar
  411. configure:10930: checking for archiver @FILE support
  412. configure:10947: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  413. configure:10947: $? = 0
  414. configure:10950: ar cru libconftest.a @conftest.lst >&5
  415. configure:10953: $? = 0
  416. configure:10958: ar cru libconftest.a @conftest.lst >&5
  417. ar: conftest.o: No such file or directory
  418. configure:10961: $? = 1
  419. configure:10973: result: @
  420. configure:11031: checking for strip
  421. configure:11047: found /usr/bin/strip
  422. configure:11058: result: strip
  423. configure:11130: checking for ranlib
  424. configure:11146: found /usr/bin/ranlib
  425. configure:11157: result: ranlib
  426. configure:11259: checking command to parse /usr/bin/nm -B output from gcc object
  427. configure:11379: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  428. configure:11382: $? = 0
  429. configure:11386: /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
  430. configure:11389: $? = 0
  431. configure:11455: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c conftstm.o >&5
  432. configure:11458: $? = 0
  433. configure:11496: result: ok
  434. configure:11533: checking for sysroot
  435. configure:11563: result: no
  436. configure:11640: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  437. configure:11643: $? = 0
  438. configure:11826: checking for mt
  439. configure:11856: result: no
  440. configure:11876: checking if : is a manifest tool
  441. configure:11882: : '-?'
  442. configure:11890: result: no
  443. configure:12529: checking for dlfcn.h
  444. configure:12529: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  445. configure:12529: $? = 0
  446. configure:12529: result: yes
  447. configure:12735: checking for objdir
  448. configure:12750: result: .libs
  449. configure:13021: checking if gcc supports -fno-rtti -fno-exceptions
  450. configure:13039: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-rtti -fno-exceptions conftest.c >&5
  451. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  452. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  453. configure:13043: $? = 0
  454. configure:13056: result: no
  455. configure:13383: checking for gcc option to produce PIC
  456. configure:13390: result: -fPIC -DPIC
  457. configure:13398: checking if gcc PIC flag -fPIC -DPIC works
  458. configure:13416: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -DPIC -DPIC conftest.c >&5
  459. configure:13420: $? = 0
  460. configure:13433: result: yes
  461. configure:13462: checking if gcc static flag -static works
  462. configure:13490: result: yes
  463. configure:13505: checking if gcc supports -c -o file.o
  464. configure:13526: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -o out/conftest2.o conftest.c >&5
  465. configure:13530: $? = 0
  466. configure:13552: result: yes
  467. configure:13560: checking if gcc supports -c -o file.o
  468. configure:13607: result: yes
  469. configure:13640: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  470. configure:14797: result: yes
  471. configure:14834: checking whether -lc should be explicitly linked in
  472. configure:14842: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  473. configure:14845: $? = 0
  474. configure:14860: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
  475. configure:14863: $? = 0
  476. configure:14877: result: no
  477. configure:15037: checking dynamic linker characteristics
  478. configure:15537: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-rpath -Wl,/foo conftest.c >&5
  479. configure:15537: $? = 0
  480. configure:15771: result: GNU/Linux ld.so
  481. configure:15878: checking how to hardcode library paths into programs
  482. configure:15903: result: immediate
  483. configure:16443: checking whether stripping libraries is possible
  484. configure:16448: result: yes
  485. configure:16483: checking if libtool supports shared libraries
  486. configure:16485: result: yes
  487. configure:16488: checking whether to build shared libraries
  488. configure:16509: result: yes
  489. configure:16512: checking whether to build static libraries
  490. configure:16516: result: yes
  491. configure:16554: checking for egrep
  492. configure:16616: result: /usr/bin/grep -E
  493. configure:16625: checking for gawk
  494. configure:16652: result: gawk
  495. configure:16667: checking for flex
  496. configure:16683: found /usr/bin/flex
  497. configure:16694: result: flex
  498. configure:16732: flex conftest.l
  499. configure:16736: $? = 0
  500. configure:16738: checking lex output file root
  501. configure:16752: result: lex.yy
  502. configure:16757: checking lex library
  503. configure:16771: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  504. /tmp/ccddBA5w.o: In function `yylex':
  505. conftest.c:(.text+0xa3d): undefined reference to `yywrap'
  506. conftest.c:(.text+0xf41): undefined reference to `yywrap'
  507. /tmp/ccddBA5w.o: In function `main':
  508. conftest.c:(.text.startup+0x9): undefined reference to `yywrap'
  509. collect2: error: ld returned 1 exit status
  510. configure:16771: $? = 1
  511. configure: failed program was:
  512. | /* confdefs.h */
  513. | #define PACKAGE_NAME "strongSwan"
  514. | #define PACKAGE_TARNAME "strongswan"
  515. | #define PACKAGE_VERSION "5.3.2"
  516. | #define PACKAGE_STRING "strongSwan 5.3.2"
  517. | #define PACKAGE_BUGREPORT ""
  518. | #define PACKAGE_URL ""
  519. | #define PACKAGE "strongswan"
  520. | #define VERSION "5.3.2"
  521. | #define CONFIG_H_INCLUDED /**/
  522. | #define STDC_HEADERS 1
  523. | #define HAVE_SYS_TYPES_H 1
  524. | #define HAVE_SYS_STAT_H 1
  525. | #define HAVE_STDLIB_H 1
  526. | #define HAVE_STRING_H 1
  527. | #define HAVE_MEMORY_H 1
  528. | #define HAVE_STRINGS_H 1
  529. | #define HAVE_INTTYPES_H 1
  530. | #define HAVE_STDINT_H 1
  531. | #define HAVE_UNISTD_H 1
  532. | #define HAVE_DLFCN_H 1
  533. | #define LT_OBJDIR ".libs/"
  534. | /* end confdefs.h. */
  535. |
  536. | #line 3 "lex.yy.c"
  537. |
  538. | #define YY_INT_ALIGNED short int
  539. |
  540. | /* A lexical scanner generated by flex */
  541. |
  542. | #define FLEX_SCANNER
  543. | #define YY_FLEX_MAJOR_VERSION 2
  544. | #define YY_FLEX_MINOR_VERSION 5
  545. | #define YY_FLEX_SUBMINOR_VERSION 39
  546. | #if YY_FLEX_SUBMINOR_VERSION > 0
  547. | #define FLEX_BETA
  548. | #endif
  549. |
  550. | /* First, we deal with platform-specific or compiler-specific issues. */
  551. |
  552. | /* begin standard C headers. */
  553. | #include <stdio.h>
  554. | #include <string.h>
  555. | #include <errno.h>
  556. | #include <stdlib.h>
  557. |
  558. | /* end standard C headers. */
  559. |
  560. | /* flex integer type definitions */
  561. |
  562. | #ifndef FLEXINT_H
  563. | #define FLEXINT_H
  564. |
  565. | /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
  566. |
  567. | #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
  568. |
  569. | /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
  570. | * if you want the limit (max/min) macros for int types.
  571. | */
  572. | #ifndef __STDC_LIMIT_MACROS
  573. | #define __STDC_LIMIT_MACROS 1
  574. | #endif
  575. |
  576. | #include <inttypes.h>
  577. | typedef int8_t flex_int8_t;
  578. | typedef uint8_t flex_uint8_t;
  579. | typedef int16_t flex_int16_t;
  580. | typedef uint16_t flex_uint16_t;
  581. | typedef int32_t flex_int32_t;
  582. | typedef uint32_t flex_uint32_t;
  583. | #else
  584. | typedef signed char flex_int8_t;
  585. | typedef short int flex_int16_t;
  586. | typedef int flex_int32_t;
  587. | typedef unsigned char flex_uint8_t;
  588. | typedef unsigned short int flex_uint16_t;
  589. | typedef unsigned int flex_uint32_t;
  590. |
  591. | /* Limits of integral types. */
  592. | #ifndef INT8_MIN
  593. | #define INT8_MIN (-128)
  594. | #endif
  595. | #ifndef INT16_MIN
  596. | #define INT16_MIN (-32767-1)
  597. | #endif
  598. | #ifndef INT32_MIN
  599. | #define INT32_MIN (-2147483647-1)
  600. | #endif
  601. | #ifndef INT8_MAX
  602. | #define INT8_MAX (127)
  603. | #endif
  604. | #ifndef INT16_MAX
  605. | #define INT16_MAX (32767)
  606. | #endif
  607. | #ifndef INT32_MAX
  608. | #define INT32_MAX (2147483647)
  609. | #endif
  610. | #ifndef UINT8_MAX
  611. | #define UINT8_MAX (255U)
  612. | #endif
  613. | #ifndef UINT16_MAX
  614. | #define UINT16_MAX (65535U)
  615. | #endif
  616. | #ifndef UINT32_MAX
  617. | #define UINT32_MAX (4294967295U)
  618. | #endif
  619. |
  620. | #endif /* ! C99 */
  621. |
  622. | #endif /* ! FLEXINT_H */
  623. |
  624. | #ifdef __cplusplus
  625. |
  626. | /* The "const" storage-class-modifier is valid. */
  627. | #define YY_USE_CONST
  628. |
  629. | #else /* ! __cplusplus */
  630. |
  631. | /* C99 requires __STDC__ to be defined as 1. */
  632. | #if defined (__STDC__)
  633. |
  634. | #define YY_USE_CONST
  635. |
  636. | #endif /* defined (__STDC__) */
  637. | #endif /* ! __cplusplus */
  638. |
  639. | #ifdef YY_USE_CONST
  640. | #define yyconst const
  641. | #else
  642. | #define yyconst
  643. | #endif
  644. |
  645. | /* Returned upon end-of-file. */
  646. | #define YY_NULL 0
  647. |
  648. | /* Promotes a possibly negative, possibly signed char to an unsigned
  649. | * integer for use as an array index. If the signed char is negative,
  650. | * we want to instead treat it as an 8-bit unsigned char, hence the
  651. | * double cast.
  652. | */
  653. | #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
  654. |
  655. | /* Enter a start condition. This macro really ought to take a parameter,
  656. | * but we do it the disgusting crufty way forced on us by the ()-less
  657. | * definition of BEGIN.
  658. | */
  659. | #define BEGIN (yy_start) = 1 + 2 *
  660. |
  661. | /* Translate the current start state into a value that can be later handed
  662. | * to BEGIN to return to the state. The YYSTATE alias is for lex
  663. | * compatibility.
  664. | */
  665. | #define YY_START (((yy_start) - 1) / 2)
  666. | #define YYSTATE YY_START
  667. |
  668. | /* Action number for EOF rule of a given start state. */
  669. | #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
  670. |
  671. | /* Special action meaning "start processing a new file". */
  672. | #define YY_NEW_FILE yyrestart(yyin )
  673. |
  674. | #define YY_END_OF_BUFFER_CHAR 0
  675. |
  676. | /* Size of default input buffer. */
  677. | #ifndef YY_BUF_SIZE
  678. | #define YY_BUF_SIZE 16384
  679. | #endif
  680. |
  681. | /* The state buf must be large enough to hold one state per character in the main buffer.
  682. | */
  683. | #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
  684. |
  685. | #ifndef YY_TYPEDEF_YY_BUFFER_STATE
  686. | #define YY_TYPEDEF_YY_BUFFER_STATE
  687. | typedef struct yy_buffer_state *YY_BUFFER_STATE;
  688. | #endif
  689. |
  690. | #ifndef YY_TYPEDEF_YY_SIZE_T
  691. | #define YY_TYPEDEF_YY_SIZE_T
  692. | typedef size_t yy_size_t;
  693. | #endif
  694. |
  695. | extern yy_size_t yyleng;
  696. |
  697. | extern FILE *yyin, *yyout;
  698. |
  699. | #define EOB_ACT_CONTINUE_SCAN 0
  700. | #define EOB_ACT_END_OF_FILE 1
  701. | #define EOB_ACT_LAST_MATCH 2
  702. |
  703. | #define YY_LESS_LINENO(n)
  704. | #define YY_LINENO_REWIND_TO(ptr)
  705. |
  706. | /* Return all but the first "n" matched characters back to the input stream. */
  707. | #define yyless(n) \
  708. | do \
  709. | { \
  710. | /* Undo effects of setting up yytext. */ \
  711. | int yyless_macro_arg = (n); \
  712. | YY_LESS_LINENO(yyless_macro_arg);\
  713. | *yy_cp = (yy_hold_char); \
  714. | YY_RESTORE_YY_MORE_OFFSET \
  715. | (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
  716. | YY_DO_BEFORE_ACTION; /* set up yytext again */ \
  717. | } \
  718. | while ( 0 )
  719. |
  720. | #define unput(c) yyunput( c, (yytext_ptr) )
  721. |
  722. | #ifndef YY_STRUCT_YY_BUFFER_STATE
  723. | #define YY_STRUCT_YY_BUFFER_STATE
  724. | struct yy_buffer_state
  725. | {
  726. | FILE *yy_input_file;
  727. |
  728. | char *yy_ch_buf; /* input buffer */
  729. | char *yy_buf_pos; /* current position in input buffer */
  730. |
  731. | /* Size of input buffer in bytes, not including room for EOB
  732. | * characters.
  733. | */
  734. | yy_size_t yy_buf_size;
  735. |
  736. | /* Number of characters read into yy_ch_buf, not including EOB
  737. | * characters.
  738. | */
  739. | yy_size_t yy_n_chars;
  740. |
  741. | /* Whether we "own" the buffer - i.e., we know we created it,
  742. | * and can realloc() it to grow it, and should free() it to
  743. | * delete it.
  744. | */
  745. | int yy_is_our_buffer;
  746. |
  747. | /* Whether this is an "interactive" input source; if so, and
  748. | * if we're using stdio for input, then we want to use getc()
  749. | * instead of fread(), to make sure we stop fetching input after
  750. | * each newline.
  751. | */
  752. | int yy_is_interactive;
  753. |
  754. | /* Whether we're considered to be at the beginning of a line.
  755. | * If so, '^' rules will be active on the next match, otherwise
  756. | * not.
  757. | */
  758. | int yy_at_bol;
  759. |
  760. | int yy_bs_lineno; /**< The line count. */
  761. | int yy_bs_column; /**< The column count. */
  762. |
  763. | /* Whether to try to fill the input buffer when we reach the
  764. | * end of it.
  765. | */
  766. | int yy_fill_buffer;
  767. |
  768. | int yy_buffer_status;
  769. |
  770. | #define YY_BUFFER_NEW 0
  771. | #define YY_BUFFER_NORMAL 1
  772. | /* When an EOF's been seen but there's still some text to process
  773. | * then we mark the buffer as YY_EOF_PENDING, to indicate that we
  774. | * shouldn't try reading from the input source any more. We might
  775. | * still have a bunch of tokens to match, though, because of
  776. | * possible backing-up.
  777. | *
  778. | * When we actually see the EOF, we change the status to "new"
  779. | * (via yyrestart()), so that the user can continue scanning by
  780. | * just pointing yyin at a new input file.
  781. | */
  782. | #define YY_BUFFER_EOF_PENDING 2
  783. |
  784. | };
  785. | #endif /* !YY_STRUCT_YY_BUFFER_STATE */
  786. |
  787. | /* Stack of input buffers. */
  788. | static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
  789. | static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
  790. | static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
  791. |
  792. | /* We provide macros for accessing buffer states in case in the
  793. | * future we want to put the buffer states in a more general
  794. | * "scanner state".
  795. | *
  796. | * Returns the top of the stack, or NULL.
  797. | */
  798. | #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
  799. | ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
  800. | : NULL)
  801. |
  802. | /* Same as previous macro, but useful when we know that the buffer stack is not
  803. | * NULL or when we need an lvalue. For internal use only.
  804. | */
  805. | #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
  806. |
  807. | /* yy_hold_char holds the character lost when yytext is formed. */
  808. | static char yy_hold_char;
  809. | static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */
  810. | yy_size_t yyleng;
  811. |
  812. | /* Points to current character in buffer. */
  813. | static char *yy_c_buf_p = (char *) 0;
  814. | static int yy_init = 0; /* whether we need to initialize */
  815. | static int yy_start = 0; /* start state number */
  816. |
  817. | /* Flag which is used to allow yywrap()'s to do buffer switches
  818. | * instead of setting up a fresh yyin. A bit of a hack ...
  819. | */
  820. | static int yy_did_buffer_switch_on_eof;
  821. |
  822. | void yyrestart (FILE *input_file );
  823. | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
  824. | YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
  825. | void yy_delete_buffer (YY_BUFFER_STATE b );
  826. | void yy_flush_buffer (YY_BUFFER_STATE b );
  827. | void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
  828. | void yypop_buffer_state (void );
  829. |
  830. | static void yyensure_buffer_stack (void );
  831. | static void yy_load_buffer_state (void );
  832. | static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
  833. |
  834. | #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
  835. |
  836. | YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
  837. | YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
  838. | YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len );
  839. |
  840. | void *yyalloc (yy_size_t );
  841. | void *yyrealloc (void *,yy_size_t );
  842. | void yyfree (void * );
  843. |
  844. | #define yy_new_buffer yy_create_buffer
  845. |
  846. | #define yy_set_interactive(is_interactive) \
  847. | { \
  848. | if ( ! YY_CURRENT_BUFFER ){ \
  849. | yyensure_buffer_stack (); \
  850. | YY_CURRENT_BUFFER_LVALUE = \
  851. | yy_create_buffer(yyin,YY_BUF_SIZE ); \
  852. | } \
  853. | YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
  854. | }
  855. |
  856. | #define yy_set_bol(at_bol) \
  857. | { \
  858. | if ( ! YY_CURRENT_BUFFER ){\
  859. | yyensure_buffer_stack (); \
  860. | YY_CURRENT_BUFFER_LVALUE = \
  861. | yy_create_buffer(yyin,YY_BUF_SIZE ); \
  862. | } \
  863. | YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
  864. | }
  865. |
  866. | #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
  867. |
  868. | /* Begin user sect3 */
  869. |
  870. | typedef unsigned char YY_CHAR;
  871. |
  872. | FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
  873. |
  874. | typedef int yy_state_type;
  875. |
  876. | extern int yylineno;
  877. |
  878. | int yylineno = 1;
  879. |
  880. | extern char *yytext;
  881. | #define yytext_ptr yytext
  882. |
  883. | static yy_state_type yy_get_previous_state (void );
  884. | static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
  885. | static int yy_get_next_buffer (void );
  886. | static void yy_fatal_error (yyconst char msg[] );
  887. |
  888. | /* Done after the current pattern has been matched and before the
  889. | * corresponding action - sets up yytext.
  890. | */
  891. | #define YY_DO_BEFORE_ACTION \
  892. | (yytext_ptr) = yy_bp; \
  893. | (yytext_ptr) -= (yy_more_len); \
  894. | yyleng = (size_t) (yy_cp - (yytext_ptr)); \
  895. | (yy_hold_char) = *yy_cp; \
  896. | *yy_cp = '\0'; \
  897. | (yy_c_buf_p) = yy_cp;
  898. |
  899. | #define YY_NUM_RULES 8
  900. | #define YY_END_OF_BUFFER 9
  901. | /* This struct is not used in this scanner,
  902. | but its presence is necessary. */
  903. | struct yy_trans_info
  904. | {
  905. | flex_int32_t yy_verify;
  906. | flex_int32_t yy_nxt;
  907. | };
  908. | static yyconst flex_int16_t yy_acclist[23] =
  909. | { 0,
  910. | 9, 7, 8, 8, 1, 7, 8, 2, 7, 8,
  911. | 3, 7, 8, 4, 7, 8, 5, 7, 8, 6,
  912. | 7, 8
  913. | } ;
  914. |
  915. | static yyconst flex_int16_t yy_accept[14] =
  916. | { 0,
  917. | 1, 1, 1, 2, 4, 5, 8, 11, 14, 17,
  918. | 20, 23, 23
  919. | } ;
  920. |
  921. | static yyconst flex_int32_t yy_ec[256] =
  922. | { 0,
  923. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 2,
  924. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  925. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  926. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  927. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  928. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  929. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  930. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  931. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  932. | 1, 1, 1, 1, 1, 1, 3, 4, 5, 6,
  933. |
  934. | 7, 8, 1, 1, 1, 1, 1, 1, 1, 1,
  935. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  936. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  937. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  938. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  939. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  940. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  941. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  942. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  943. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  944. |
  945. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  946. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  947. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  948. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  949. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  950. | 1, 1, 1, 1, 1
  951. | } ;
  952. |
  953. | static yyconst flex_int32_t yy_meta[9] =
  954. | { 0,
  955. | 1, 1, 1, 1, 1, 1, 1, 1
  956. | } ;
  957. |
  958. | static yyconst flex_int16_t yy_base[13] =
  959. | { 0,
  960. | 0, 0, 9, 10, 10, 10, 10, 10, 10, 10,
  961. | 10, 10
  962. | } ;
  963. |
  964. | static yyconst flex_int16_t yy_def[13] =
  965. | { 0,
  966. | 12, 1, 12, 12, 12, 12, 12, 12, 12, 12,
  967. | 12, 0
  968. | } ;
  969. |
  970. | static yyconst flex_int16_t yy_nxt[19] =
  971. | { 0,
  972. | 4, 5, 6, 7, 8, 9, 10, 11, 12, 3,
  973. | 12, 12, 12, 12, 12, 12, 12, 12
  974. | } ;
  975. |
  976. | static yyconst flex_int16_t yy_chk[19] =
  977. | { 0,
  978. | 1, 1, 1, 1, 1, 1, 1, 1, 3, 12,
  979. | 12, 12, 12, 12, 12, 12, 12, 12
  980. | } ;
  981. |
  982. | extern int yy_flex_debug;
  983. | int yy_flex_debug = 0;
  984. |
  985. | static yy_state_type *yy_state_buf=0, *yy_state_ptr=0;
  986. | static char *yy_full_match;
  987. | static int yy_lp;
  988. | #define REJECT \
  989. | { \
  990. | *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \
  991. | yy_cp = (yy_full_match); /* restore poss. backed-over text */ \
  992. | ++(yy_lp); \
  993. | goto find_rule; \
  994. | }
  995. |
  996. | static int yy_more_flag = 0;
  997. | static int yy_more_len = 0;
  998. | #define yymore() ((yy_more_flag) = 1)
  999. | #define YY_MORE_ADJ (yy_more_len)
  1000. | #define YY_RESTORE_YY_MORE_OFFSET
  1001. | char *yytext;
  1002. | #line 1 "conftest.l"
  1003. | #line 470 "lex.yy.c"
  1004. |
  1005. | #define INITIAL 0
  1006. |
  1007. | #ifndef YY_NO_UNISTD_H
  1008. | /* Special case for "unistd.h", since it is non-ANSI. We include it way
  1009. | * down here because we want the user's section 1 to have been scanned first.
  1010. | * The user has a chance to override it with an option.
  1011. | */
  1012. | #include <unistd.h>
  1013. | #endif
  1014. |
  1015. | #ifndef YY_EXTRA_TYPE
  1016. | #define YY_EXTRA_TYPE void *
  1017. | #endif
  1018. |
  1019. | static int yy_init_globals (void );
  1020. |
  1021. | /* Accessor methods to globals.
  1022. | These are made visible to non-reentrant scanners for convenience. */
  1023. |
  1024. | int yylex_destroy (void );
  1025. |
  1026. | int yyget_debug (void );
  1027. |
  1028. | void yyset_debug (int debug_flag );
  1029. |
  1030. | YY_EXTRA_TYPE yyget_extra (void );
  1031. |
  1032. | void yyset_extra (YY_EXTRA_TYPE user_defined );
  1033. |
  1034. | FILE *yyget_in (void );
  1035. |
  1036. | void yyset_in (FILE * in_str );
  1037. |
  1038. | FILE *yyget_out (void );
  1039. |
  1040. | void yyset_out (FILE * out_str );
  1041. |
  1042. | yy_size_t yyget_leng (void );
  1043. |
  1044. | char *yyget_text (void );
  1045. |
  1046. | int yyget_lineno (void );
  1047. |
  1048. | void yyset_lineno (int line_number );
  1049. |
  1050. | /* Macros after this point can all be overridden by user definitions in
  1051. | * section 1.
  1052. | */
  1053. |
  1054. | #ifndef YY_SKIP_YYWRAP
  1055. | #ifdef __cplusplus
  1056. | extern "C" int yywrap (void );
  1057. | #else
  1058. | extern int yywrap (void );
  1059. | #endif
  1060. | #endif
  1061. |
  1062. | static void yyunput (int c,char *buf_ptr );
  1063. |
  1064. | #ifndef yytext_ptr
  1065. | static void yy_flex_strncpy (char *,yyconst char *,int );
  1066. | #endif
  1067. |
  1068. | #ifdef YY_NEED_STRLEN
  1069. | static int yy_flex_strlen (yyconst char * );
  1070. | #endif
  1071. |
  1072. | #ifndef YY_NO_INPUT
  1073. |
  1074. | #ifdef __cplusplus
  1075. | static int yyinput (void );
  1076. | #else
  1077. | static int input (void );
  1078. | #endif
  1079. |
  1080. | #endif
  1081. |
  1082. | /* Amount of stuff to slurp up with each read. */
  1083. | #ifndef YY_READ_BUF_SIZE
  1084. | #define YY_READ_BUF_SIZE 8192
  1085. | #endif
  1086. |
  1087. | /* Copy whatever the last rule matched to the standard output. */
  1088. | #ifndef ECHO
  1089. | /* This used to be an fputs(), but since the string might contain NUL's,
  1090. | * we now use fwrite().
  1091. | */
  1092. | #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
  1093. | #endif
  1094. |
  1095. | /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
  1096. | * is returned in "result".
  1097. | */
  1098. | #ifndef YY_INPUT
  1099. | #define YY_INPUT(buf,result,max_size) \
  1100. | if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
  1101. | { \
  1102. | int c = '*'; \
  1103. | size_t n; \
  1104. | for ( n = 0; n < max_size && \
  1105. | (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
  1106. | buf[n] = (char) c; \
  1107. | if ( c == '\n' ) \
  1108. | buf[n++] = (char) c; \
  1109. | if ( c == EOF && ferror( yyin ) ) \
  1110. | YY_FATAL_ERROR( "input in flex scanner failed" ); \
  1111. | result = n; \
  1112. | } \
  1113. | else \
  1114. | { \
  1115. | errno=0; \
  1116. | while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
  1117. | { \
  1118. | if( errno != EINTR) \
  1119. | { \
  1120. | YY_FATAL_ERROR( "input in flex scanner failed" ); \
  1121. | break; \
  1122. | } \
  1123. | errno=0; \
  1124. | clearerr(yyin); \
  1125. | } \
  1126. | }\
  1127. | \
  1128. |
  1129. | #endif
  1130. |
  1131. | /* No semi-colon after return; correct usage is to write "yyterminate();" -
  1132. | * we don't want an extra ';' after the "return" because that will cause
  1133. | * some compilers to complain about unreachable statements.
  1134. | */
  1135. | #ifndef yyterminate
  1136. | #define yyterminate() return YY_NULL
  1137. | #endif
  1138. |
  1139. | /* Number of entries by which start-condition stack grows. */
  1140. | #ifndef YY_START_STACK_INCR
  1141. | #define YY_START_STACK_INCR 25
  1142. | #endif
  1143. |
  1144. | /* Report a fatal error. */
  1145. | #ifndef YY_FATAL_ERROR
  1146. | #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
  1147. | #endif
  1148. |
  1149. | /* end tables serialization structures and prototypes */
  1150. |
  1151. | /* Default declaration of generated scanner - a define so the user can
  1152. | * easily add parameters.
  1153. | */
  1154. | #ifndef YY_DECL
  1155. | #define YY_DECL_IS_OURS 1
  1156. |
  1157. | extern int yylex (void);
  1158. |
  1159. | #define YY_DECL int yylex (void)
  1160. | #endif /* !YY_DECL */
  1161. |
  1162. | /* Code executed at the beginning of each rule, after yytext and yyleng
  1163. | * have been set up.
  1164. | */
  1165. | #ifndef YY_USER_ACTION
  1166. | #define YY_USER_ACTION
  1167. | #endif
  1168. |
  1169. | /* Code executed at the end of each rule. */
  1170. | #ifndef YY_BREAK
  1171. | #define YY_BREAK break;
  1172. | #endif
  1173. |
  1174. | #define YY_RULE_SETUP \
  1175. | YY_USER_ACTION
  1176. |
  1177. | /** The main scanner function which does all the work.
  1178. | */
  1179. | YY_DECL
  1180. | {
  1181. | register yy_state_type yy_current_state;
  1182. | register char *yy_cp, *yy_bp;
  1183. | register int yy_act;
  1184. |
  1185. | if ( !(yy_init) )
  1186. | {
  1187. | (yy_init) = 1;
  1188. |
  1189. | #ifdef YY_USER_INIT
  1190. | YY_USER_INIT;
  1191. | #endif
  1192. |
  1193. | /* Create the reject buffer large enough to save one state per allowed character. */
  1194. | if ( ! (yy_state_buf) )
  1195. | (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE );
  1196. | if ( ! (yy_state_buf) )
  1197. | YY_FATAL_ERROR( "out of dynamic memory in yylex()" );
  1198. |
  1199. | if ( ! (yy_start) )
  1200. | (yy_start) = 1; /* first start state */
  1201. |
  1202. | if ( ! yyin )
  1203. | yyin = stdin;
  1204. |
  1205. | if ( ! yyout )
  1206. | yyout = stdout;
  1207. |
  1208. | if ( ! YY_CURRENT_BUFFER ) {
  1209. | yyensure_buffer_stack ();
  1210. | YY_CURRENT_BUFFER_LVALUE =
  1211. | yy_create_buffer(yyin,YY_BUF_SIZE );
  1212. | }
  1213. |
  1214. | yy_load_buffer_state( );
  1215. | }
  1216. |
  1217. | {
  1218. | #line 1 "conftest.l"
  1219. |
  1220. | #line 687 "lex.yy.c"
  1221. |
  1222. | while ( 1 ) /* loops until end-of-file is reached */
  1223. | {
  1224. | (yy_more_len) = 0;
  1225. | if ( (yy_more_flag) )
  1226. | {
  1227. | (yy_more_len) = (yy_c_buf_p) - (yytext_ptr);
  1228. | (yy_more_flag) = 0;
  1229. | }
  1230. | yy_cp = (yy_c_buf_p);
  1231. |
  1232. | /* Support of yytext. */
  1233. | *yy_cp = (yy_hold_char);
  1234. |
  1235. | /* yy_bp points to the position in yy_ch_buf of the start of
  1236. | * the current run.
  1237. | */
  1238. | yy_bp = yy_cp;
  1239. |
  1240. | yy_current_state = (yy_start);
  1241. |
  1242. | (yy_state_ptr) = (yy_state_buf);
  1243. | *(yy_state_ptr)++ = yy_current_state;
  1244. |
  1245. | yy_match:
  1246. | do
  1247. | {
  1248. | register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ;
  1249. | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
  1250. | {
  1251. | yy_current_state = (int) yy_def[yy_current_state];
  1252. | if ( yy_current_state >= 13 )
  1253. | yy_c = yy_meta[(unsigned int) yy_c];
  1254. | }
  1255. | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
  1256. | *(yy_state_ptr)++ = yy_current_state;
  1257. | ++yy_cp;
  1258. | }
  1259. | while ( yy_base[yy_current_state] != 10 );
  1260. |
  1261. | yy_find_action:
  1262. | yy_current_state = *--(yy_state_ptr);
  1263. | (yy_lp) = yy_accept[yy_current_state];
  1264. | find_rule: /* we branch to this label when backing up */
  1265. | for ( ; ; ) /* until we find what rule we matched */
  1266. | {
  1267. | if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] )
  1268. | {
  1269. | yy_act = yy_acclist[(yy_lp)];
  1270. | {
  1271. | (yy_full_match) = yy_cp;
  1272. | break;
  1273. | }
  1274. | }
  1275. | --yy_cp;
  1276. | yy_current_state = *--(yy_state_ptr);
  1277. | (yy_lp) = yy_accept[yy_current_state];
  1278. | }
  1279. |
  1280. | YY_DO_BEFORE_ACTION;
  1281. |
  1282. | do_action: /* This label is used only to access EOF actions. */
  1283. |
  1284. | switch ( yy_act )
  1285. | { /* beginning of action switch */
  1286. | case 1:
  1287. | YY_RULE_SETUP
  1288. | #line 2 "conftest.l"
  1289. | { ECHO; }
  1290. | YY_BREAK
  1291. | case 2:
  1292. | YY_RULE_SETUP
  1293. | #line 3 "conftest.l"
  1294. | { REJECT; }
  1295. | YY_BREAK
  1296. | case 3:
  1297. | YY_RULE_SETUP
  1298. | #line 4 "conftest.l"
  1299. | { yymore (); }
  1300. | YY_BREAK
  1301. | case 4:
  1302. | YY_RULE_SETUP
  1303. | #line 5 "conftest.l"
  1304. | { yyless (1); }
  1305. | YY_BREAK
  1306. | case 5:
  1307. | YY_RULE_SETUP
  1308. | #line 6 "conftest.l"
  1309. | { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
  1310. | yyless ((input () != 0)); }
  1311. | YY_BREAK
  1312. | case 6:
  1313. | YY_RULE_SETUP
  1314. | #line 8 "conftest.l"
  1315. | { unput (yytext[0]); }
  1316. | YY_BREAK
  1317. | case 7:
  1318. | YY_RULE_SETUP
  1319. | #line 9 "conftest.l"
  1320. | { BEGIN INITIAL; }
  1321. | YY_BREAK
  1322. | case 8:
  1323. | YY_RULE_SETUP
  1324. | #line 10 "conftest.l"
  1325. | ECHO;
  1326. | YY_BREAK
  1327. | #line 794 "lex.yy.c"
  1328. | case YY_STATE_EOF(INITIAL):
  1329. | yyterminate();
  1330. |
  1331. | case YY_END_OF_BUFFER:
  1332. | {
  1333. | /* Amount of text matched not including the EOB char. */
  1334. | int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
  1335. |
  1336. | /* Undo the effects of YY_DO_BEFORE_ACTION. */
  1337. | *yy_cp = (yy_hold_char);
  1338. | YY_RESTORE_YY_MORE_OFFSET
  1339. |
  1340. | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
  1341. | {
  1342. | /* We're scanning a new file or input source. It's
  1343. | * possible that this happened because the user
  1344. | * just pointed yyin at a new source and called
  1345. | * yylex(). If so, then we have to assure
  1346. | * consistency between YY_CURRENT_BUFFER and our
  1347. | * globals. Here is the right place to do so, because
  1348. | * this is the first action (other than possibly a
  1349. | * back-up) that will match for the new input source.
  1350. | */
  1351. | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
  1352. | YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
  1353. | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
  1354. | }
  1355. |
  1356. | /* Note that here we test for yy_c_buf_p "<=" to the position
  1357. | * of the first EOB in the buffer, since yy_c_buf_p will
  1358. | * already have been incremented past the NUL character
  1359. | * (since all states make transitions on EOB to the
  1360. | * end-of-buffer state). Contrast this with the test
  1361. | * in input().
  1362. | */
  1363. | if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
  1364. | { /* This was really a NUL. */
  1365. | yy_state_type yy_next_state;
  1366. |
  1367. | (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
  1368. |
  1369. | yy_current_state = yy_get_previous_state( );
  1370. |
  1371. | /* Okay, we're now positioned to make the NUL
  1372. | * transition. We couldn't have
  1373. | * yy_get_previous_state() go ahead and do it
  1374. | * for us because it doesn't know how to deal
  1375. | * with the possibility of jamming (and we don't
  1376. | * want to build jamming into it because then it
  1377. | * will run more slowly).
  1378. | */
  1379. |
  1380. | yy_next_state = yy_try_NUL_trans( yy_current_state );
  1381. |
  1382. | yy_bp = (yytext_ptr) + YY_MORE_ADJ;
  1383. |
  1384. | if ( yy_next_state )
  1385. | {
  1386. | /* Consume the NUL. */
  1387. | yy_cp = ++(yy_c_buf_p);
  1388. | yy_current_state = yy_next_state;
  1389. | goto yy_match;
  1390. | }
  1391. |
  1392. | else
  1393. | {
  1394. | yy_cp = (yy_c_buf_p);
  1395. | goto yy_find_action;
  1396. | }
  1397. | }
  1398. |
  1399. | else switch ( yy_get_next_buffer( ) )
  1400. | {
  1401. | case EOB_ACT_END_OF_FILE:
  1402. | {
  1403. | (yy_did_buffer_switch_on_eof) = 0;
  1404. |
  1405. | if ( yywrap( ) )
  1406. | {
  1407. | /* Note: because we've taken care in
  1408. | * yy_get_next_buffer() to have set up
  1409. | * yytext, we can now set up
  1410. | * yy_c_buf_p so that if some total
  1411. | * hoser (like flex itself) wants to
  1412. | * call the scanner after we return the
  1413. | * YY_NULL, it'll still work - another
  1414. | * YY_NULL will get returned.
  1415. | */
  1416. | (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
  1417. |
  1418. | yy_act = YY_STATE_EOF(YY_START);
  1419. | goto do_action;
  1420. | }
  1421. |
  1422. | else
  1423. | {
  1424. | if ( ! (yy_did_buffer_switch_on_eof) )
  1425. | YY_NEW_FILE;
  1426. | }
  1427. | break;
  1428. | }
  1429. |
  1430. | case EOB_ACT_CONTINUE_SCAN:
  1431. | (yy_c_buf_p) =
  1432. | (yytext_ptr) + yy_amount_of_matched_text;
  1433. |
  1434. | yy_current_state = yy_get_previous_state( );
  1435. |
  1436. | yy_cp = (yy_c_buf_p);
  1437. | yy_bp = (yytext_ptr) + YY_MORE_ADJ;
  1438. | goto yy_match;
  1439. |
  1440. | case EOB_ACT_LAST_MATCH:
  1441. | (yy_c_buf_p) =
  1442. | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
  1443. |
  1444. | yy_current_state = yy_get_previous_state( );
  1445. |
  1446. | yy_cp = (yy_c_buf_p);
  1447. | yy_bp = (yytext_ptr) + YY_MORE_ADJ;
  1448. | goto yy_find_action;
  1449. | }
  1450. | break;
  1451. | }
  1452. |
  1453. | default:
  1454. | YY_FATAL_ERROR(
  1455. | "fatal flex scanner internal error--no action found" );
  1456. | } /* end of action switch */
  1457. | } /* end of scanning one token */
  1458. | } /* end of user's declarations */
  1459. | } /* end of yylex */
  1460. |
  1461. | /* yy_get_next_buffer - try to read in a new buffer
  1462. | *
  1463. | * Returns a code representing an action:
  1464. | * EOB_ACT_LAST_MATCH -
  1465. | * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
  1466. | * EOB_ACT_END_OF_FILE - end of file
  1467. | */
  1468. | static int yy_get_next_buffer (void)
  1469. | {
  1470. | register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
  1471. | register char *source = (yytext_ptr);
  1472. | register int number_to_move, i;
  1473. | int ret_val;
  1474. |
  1475. | if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
  1476. | YY_FATAL_ERROR(
  1477. | "fatal flex scanner internal error--end of buffer missed" );
  1478. |
  1479. | if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
  1480. | { /* Don't try to fill the buffer, so this is an EOF. */
  1481. | if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
  1482. | {
  1483. | /* We matched a single character, the EOB, so
  1484. | * treat this as a final EOF.
  1485. | */
  1486. | return EOB_ACT_END_OF_FILE;
  1487. | }
  1488. |
  1489. | else
  1490. | {
  1491. | /* We matched some text prior to the EOB, first
  1492. | * process it.
  1493. | */
  1494. | return EOB_ACT_LAST_MATCH;
  1495. | }
  1496. | }
  1497. |
  1498. | /* Try to read more data. */
  1499. |
  1500. | /* First move last chars to start of buffer. */
  1501. | number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
  1502. |
  1503. | for ( i = 0; i < number_to_move; ++i )
  1504. | *(dest++) = *(source++);
  1505. |
  1506. | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
  1507. | /* don't do the read, it's not guaranteed to return an EOF,
  1508. | * just force an EOF
  1509. | */
  1510. | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
  1511. |
  1512. | else
  1513. | {
  1514. | yy_size_t num_to_read =
  1515. | YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
  1516. |
  1517. | while ( num_to_read <= 0 )
  1518. | { /* Not enough room in the buffer - grow it. */
  1519. |
  1520. | YY_FATAL_ERROR(
  1521. | "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
  1522. |
  1523. | }
  1524. |
  1525. | if ( num_to_read > YY_READ_BUF_SIZE )
  1526. | num_to_read = YY_READ_BUF_SIZE;
  1527. |
  1528. | /* Read in more data. */
  1529. | YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
  1530. | (yy_n_chars), num_to_read );
  1531. |
  1532. | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
  1533. | }
  1534. |
  1535. | if ( (yy_n_chars) == 0 )
  1536. | {
  1537. | if ( number_to_move == YY_MORE_ADJ )
  1538. | {
  1539. | ret_val = EOB_ACT_END_OF_FILE;
  1540. | yyrestart(yyin );
  1541. | }
  1542. |
  1543. | else
  1544. | {
  1545. | ret_val = EOB_ACT_LAST_MATCH;
  1546. | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
  1547. | YY_BUFFER_EOF_PENDING;
  1548. | }
  1549. | }
  1550. |
  1551. | else
  1552. | ret_val = EOB_ACT_CONTINUE_SCAN;
  1553. |
  1554. | if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
  1555. | /* Extend the array by 50%, plus the number we really need. */
  1556. | yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
  1557. | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
  1558. | if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
  1559. | YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
  1560. | }
  1561. |
  1562. | (yy_n_chars) += number_to_move;
  1563. | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
  1564. | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
  1565. |
  1566. | (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
  1567. |
  1568. | return ret_val;
  1569. | }
  1570. |
  1571. | /* yy_get_previous_state - get the state just before the EOB char was reached */
  1572. |
  1573. | static yy_state_type yy_get_previous_state (void)
  1574. | {
  1575. | register yy_state_type yy_current_state;
  1576. | register char *yy_cp;
  1577. |
  1578. | yy_current_state = (yy_start);
  1579. |
  1580. | (yy_state_ptr) = (yy_state_buf);
  1581. | *(yy_state_ptr)++ = yy_current_state;
  1582. |
  1583. | for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
  1584. | {
  1585. | register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
  1586. | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
  1587. | {
  1588. | yy_current_state = (int) yy_def[yy_current_state];
  1589. | if ( yy_current_state >= 13 )
  1590. | yy_c = yy_meta[(unsigned int) yy_c];
  1591. | }
  1592. | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
  1593. | *(yy_state_ptr)++ = yy_current_state;
  1594. | }
  1595. |
  1596. | return yy_current_state;
  1597. | }
  1598. |
  1599. | /* yy_try_NUL_trans - try to make a transition on the NUL character
  1600. | *
  1601. | * synopsis
  1602. | * next_state = yy_try_NUL_trans( current_state );
  1603. | */
  1604. | static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
  1605. | {
  1606. | register int yy_is_jam;
  1607. |
  1608. | register YY_CHAR yy_c = 1;
  1609. | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
  1610. | {
  1611. | yy_current_state = (int) yy_def[yy_current_state];
  1612. | if ( yy_current_state >= 13 )
  1613. | yy_c = yy_meta[(unsigned int) yy_c];
  1614. | }
  1615. | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
  1616. | yy_is_jam = (yy_current_state == 12);
  1617. | if ( ! yy_is_jam )
  1618. | *(yy_state_ptr)++ = yy_current_state;
  1619. |
  1620. | return yy_is_jam ? 0 : yy_current_state;
  1621. | }
  1622. |
  1623. | static void yyunput (int c, register char * yy_bp )
  1624. | {
  1625. | register char *yy_cp;
  1626. |
  1627. | yy_cp = (yy_c_buf_p);
  1628. |
  1629. | /* undo effects of setting up yytext */
  1630. | *yy_cp = (yy_hold_char);
  1631. |
  1632. | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
  1633. | { /* need to shift things up to make room */
  1634. | /* +2 for EOB chars. */
  1635. | register yy_size_t number_to_move = (yy_n_chars) + 2;
  1636. | register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
  1637. | YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
  1638. | register char *source =
  1639. | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
  1640. |
  1641. | while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
  1642. | *--dest = *--source;
  1643. |
  1644. | yy_cp += (int) (dest - source);
  1645. | yy_bp += (int) (dest - source);
  1646. | YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
  1647. | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
  1648. |
  1649. | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
  1650. | YY_FATAL_ERROR( "flex scanner push-back overflow" );
  1651. | }
  1652. |
  1653. | *--yy_cp = (char) c;
  1654. |
  1655. | (yytext_ptr) = yy_bp;
  1656. | (yy_hold_char) = *yy_cp;
  1657. | (yy_c_buf_p) = yy_cp;
  1658. | }
  1659. |
  1660. | #ifndef YY_NO_INPUT
  1661. | #ifdef __cplusplus
  1662. | static int yyinput (void)
  1663. | #else
  1664. | static int input (void)
  1665. | #endif
  1666. |
  1667. | {
  1668. | int c;
  1669. |
  1670. | *(yy_c_buf_p) = (yy_hold_char);
  1671. |
  1672. | if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
  1673. | {
  1674. | /* yy_c_buf_p now points to the character we want to return.
  1675. | * If this occurs *before* the EOB characters, then it's a
  1676. | * valid NUL; if not, then we've hit the end of the buffer.
  1677. | */
  1678. | if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
  1679. | /* This was really a NUL. */
  1680. | *(yy_c_buf_p) = '\0';
  1681. |
  1682. | else
  1683. | { /* need more input */
  1684. | yy_size_t offset = (yy_c_buf_p) - (yytext_ptr);
  1685. | ++(yy_c_buf_p);
  1686. |
  1687. | switch ( yy_get_next_buffer( ) )
  1688. | {
  1689. | case EOB_ACT_LAST_MATCH:
  1690. | /* This happens because yy_g_n_b()
  1691. | * sees that we've accumulated a
  1692. | * token and flags that we need to
  1693. | * try matching the token before
  1694. | * proceeding. But for input(),
  1695. | * there's no matching to consider.
  1696. | * So convert the EOB_ACT_LAST_MATCH
  1697. | * to EOB_ACT_END_OF_FILE.
  1698. | */
  1699. |
  1700. | /* Reset buffer status. */
  1701. | yyrestart(yyin );
  1702. |
  1703. | /*FALLTHROUGH*/
  1704. |
  1705. | case EOB_ACT_END_OF_FILE:
  1706. | {
  1707. | if ( yywrap( ) )
  1708. | return EOF;
  1709. |
  1710. | if ( ! (yy_did_buffer_switch_on_eof) )
  1711. | YY_NEW_FILE;
  1712. | #ifdef __cplusplus
  1713. | return yyinput();
  1714. | #else
  1715. | return input();
  1716. | #endif
  1717. | }
  1718. |
  1719. | case EOB_ACT_CONTINUE_SCAN:
  1720. | (yy_c_buf_p) = (yytext_ptr) + offset;
  1721. | break;
  1722. | }
  1723. | }
  1724. | }
  1725. |
  1726. | c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
  1727. | *(yy_c_buf_p) = '\0'; /* preserve yytext */
  1728. | (yy_hold_char) = *++(yy_c_buf_p);
  1729. |
  1730. | return c;
  1731. | }
  1732. | #endif /* ifndef YY_NO_INPUT */
  1733. |
  1734. | /** Immediately switch to a different input stream.
  1735. | * @param input_file A readable stream.
  1736. | *
  1737. | * @note This function does not reset the start condition to @c INITIAL .
  1738. | */
  1739. | void yyrestart (FILE * input_file )
  1740. | {
  1741. |
  1742. | if ( ! YY_CURRENT_BUFFER ){
  1743. | yyensure_buffer_stack ();
  1744. | YY_CURRENT_BUFFER_LVALUE =
  1745. | yy_create_buffer(yyin,YY_BUF_SIZE );
  1746. | }
  1747. |
  1748. | yy_init_buffer(YY_CURRENT_BUFFER,input_file );
  1749. | yy_load_buffer_state( );
  1750. | }
  1751. |
  1752. | /** Switch to a different input buffer.
  1753. | * @param new_buffer The new input buffer.
  1754. | *
  1755. | */
  1756. | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
  1757. | {
  1758. |
  1759. | /* TODO. We should be able to replace this entire function body
  1760. | * with
  1761. | * yypop_buffer_state();
  1762. | * yypush_buffer_state(new_buffer);
  1763. | */
  1764. | yyensure_buffer_stack ();
  1765. | if ( YY_CURRENT_BUFFER == new_buffer )
  1766. | return;
  1767. |
  1768. | if ( YY_CURRENT_BUFFER )
  1769. | {
  1770. | /* Flush out information for old buffer. */
  1771. | *(yy_c_buf_p) = (yy_hold_char);
  1772. | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
  1773. | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
  1774. | }
  1775. |
  1776. | YY_CURRENT_BUFFER_LVALUE = new_buffer;
  1777. | yy_load_buffer_state( );
  1778. |
  1779. | /* We don't actually know whether we did this switch during
  1780. | * EOF (yywrap()) processing, but the only time this flag
  1781. | * is looked at is after yywrap() is called, so it's safe
  1782. | * to go ahead and always set it.
  1783. | */
  1784. | (yy_did_buffer_switch_on_eof) = 1;
  1785. | }
  1786. |
  1787. | static void yy_load_buffer_state (void)
  1788. | {
  1789. | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
  1790. | (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
  1791. | yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
  1792. | (yy_hold_char) = *(yy_c_buf_p);
  1793. | }
  1794. |
  1795. | /** Allocate and initialize an input buffer state.
  1796. | * @param file A readable stream.
  1797. | * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
  1798. | *
  1799. | * @return the allocated buffer state.
  1800. | */
  1801. | YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
  1802. | {
  1803. | YY_BUFFER_STATE b;
  1804. |
  1805. | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
  1806. | if ( ! b )
  1807. | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
  1808. |
  1809. | b->yy_buf_size = size;
  1810. |
  1811. | /* yy_ch_buf has to be 2 characters longer than the size given because
  1812. | * we need to put in 2 end-of-buffer characters.
  1813. | */
  1814. | b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
  1815. | if ( ! b->yy_ch_buf )
  1816. | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
  1817. |
  1818. | b->yy_is_our_buffer = 1;
  1819. |
  1820. | yy_init_buffer(b,file );
  1821. |
  1822. | return b;
  1823. | }
  1824. |
  1825. | /** Destroy the buffer.
  1826. | * @param b a buffer created with yy_create_buffer()
  1827. | *
  1828. | */
  1829. | void yy_delete_buffer (YY_BUFFER_STATE b )
  1830. | {
  1831. |
  1832. | if ( ! b )
  1833. | return;
  1834. |
  1835. | if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
  1836. | YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
  1837. |
  1838. | if ( b->yy_is_our_buffer )
  1839. | yyfree((void *) b->yy_ch_buf );
  1840. |
  1841. | yyfree((void *) b );
  1842. | }
  1843. |
  1844. | /* Initializes or reinitializes a buffer.
  1845. | * This function is sometimes called more than once on the same buffer,
  1846. | * such as during a yyrestart() or at EOF.
  1847. | */
  1848. | static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
  1849. |
  1850. | {
  1851. | int oerrno = errno;
  1852. |
  1853. | yy_flush_buffer(b );
  1854. |
  1855. | b->yy_input_file = file;
  1856. | b->yy_fill_buffer = 1;
  1857. |
  1858. | /* If b is the current buffer, then yy_init_buffer was _probably_
  1859. | * called from yyrestart() or through yy_get_next_buffer.
  1860. | * In that case, we don't want to reset the lineno or column.
  1861. | */
  1862. | if (b != YY_CURRENT_BUFFER){
  1863. | b->yy_bs_lineno = 1;
  1864. | b->yy_bs_column = 0;
  1865. | }
  1866. |
  1867. | b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
  1868. |
  1869. | errno = oerrno;
  1870. | }
  1871. |
  1872. | /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
  1873. | * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
  1874. | *
  1875. | */
  1876. | void yy_flush_buffer (YY_BUFFER_STATE b )
  1877. | {
  1878. | if ( ! b )
  1879. | return;
  1880. |
  1881. | b->yy_n_chars = 0;
  1882. |
  1883. | /* We always need two end-of-buffer characters. The first causes
  1884. | * a transition to the end-of-buffer state. The second causes
  1885. | * a jam in that state.
  1886. | */
  1887. | b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
  1888. | b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
  1889. |
  1890. | b->yy_buf_pos = &b->yy_ch_buf[0];
  1891. |
  1892. | b->yy_at_bol = 1;
  1893. | b->yy_buffer_status = YY_BUFFER_NEW;
  1894. |
  1895. | if ( b == YY_CURRENT_BUFFER )
  1896. | yy_load_buffer_state( );
  1897. | }
  1898. |
  1899. | /** Pushes the new state onto the stack. The new state becomes
  1900. | * the current state. This function will allocate the stack
  1901. | * if necessary.
  1902. | * @param new_buffer The new state.
  1903. | *
  1904. | */
  1905. | void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
  1906. | {
  1907. | if (new_buffer == NULL)
  1908. | return;
  1909. |
  1910. | yyensure_buffer_stack();
  1911. |
  1912. | /* This block is copied from yy_switch_to_buffer. */
  1913. | if ( YY_CURRENT_BUFFER )
  1914. | {
  1915. | /* Flush out information for old buffer. */
  1916. | *(yy_c_buf_p) = (yy_hold_char);
  1917. | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
  1918. | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
  1919. | }
  1920. |
  1921. | /* Only push if top exists. Otherwise, replace top. */
  1922. | if (YY_CURRENT_BUFFER)
  1923. | (yy_buffer_stack_top)++;
  1924. | YY_CURRENT_BUFFER_LVALUE = new_buffer;
  1925. |
  1926. | /* copied from yy_switch_to_buffer. */
  1927. | yy_load_buffer_state( );
  1928. | (yy_did_buffer_switch_on_eof) = 1;
  1929. | }
  1930. |
  1931. | /** Removes and deletes the top of the stack, if present.
  1932. | * The next element becomes the new top.
  1933. | *
  1934. | */
  1935. | void yypop_buffer_state (void)
  1936. | {
  1937. | if (!YY_CURRENT_BUFFER)
  1938. | return;
  1939. |
  1940. | yy_delete_buffer(YY_CURRENT_BUFFER );
  1941. | YY_CURRENT_BUFFER_LVALUE = NULL;
  1942. | if ((yy_buffer_stack_top) > 0)
  1943. | --(yy_buffer_stack_top);
  1944. |
  1945. | if (YY_CURRENT_BUFFER) {
  1946. | yy_load_buffer_state( );
  1947. | (yy_did_buffer_switch_on_eof) = 1;
  1948. | }
  1949. | }
  1950. |
  1951. | /* Allocates the stack if it does not exist.
  1952. | * Guarantees space for at least one push.
  1953. | */
  1954. | static void yyensure_buffer_stack (void)
  1955. | {
  1956. | yy_size_t num_to_alloc;
  1957. |
  1958. | if (!(yy_buffer_stack)) {
  1959. |
  1960. | /* First allocation is just for 2 elements, since we don't know if this
  1961. | * scanner will even need a stack. We use 2 instead of 1 to avoid an
  1962. | * immediate realloc on the next call.
  1963. | */
  1964. | num_to_alloc = 1;
  1965. | (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
  1966. | (num_to_alloc * sizeof(struct yy_buffer_state*)
  1967. | );
  1968. | if ( ! (yy_buffer_stack) )
  1969. | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
  1970. |
  1971. | memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
  1972. |
  1973. | (yy_buffer_stack_max) = num_to_alloc;
  1974. | (yy_buffer_stack_top) = 0;
  1975. | return;
  1976. | }
  1977. |
  1978. | if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
  1979. |
  1980. | /* Increase the buffer to prepare for a possible push. */
  1981. | int grow_size = 8 /* arbitrary grow size */;
  1982. |
  1983. | num_to_alloc = (yy_buffer_stack_max) + grow_size;
  1984. | (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
  1985. | ((yy_buffer_stack),
  1986. | num_to_alloc * sizeof(struct yy_buffer_state*)
  1987. | );
  1988. | if ( ! (yy_buffer_stack) )
  1989. | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
  1990. |
  1991. | /* zero only the new slots.*/
  1992. | memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
  1993. | (yy_buffer_stack_max) = num_to_alloc;
  1994. | }
  1995. | }
  1996. |
  1997. | /** Setup the input buffer state to scan directly from a user-specified character buffer.
  1998. | * @param base the character buffer
  1999. | * @param size the size in bytes of the character buffer
  2000. | *
  2001. | * @return the newly allocated buffer state object.
  2002. | */
  2003. | YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
  2004. | {
  2005. | YY_BUFFER_STATE b;
  2006. |
  2007. | if ( size < 2 ||
  2008. | base[size-2] != YY_END_OF_BUFFER_CHAR ||
  2009. | base[size-1] != YY_END_OF_BUFFER_CHAR )
  2010. | /* They forgot to leave room for the EOB's. */
  2011. | return 0;
  2012. |
  2013. | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
  2014. | if ( ! b )
  2015. | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
  2016. |
  2017. | b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
  2018. | b->yy_buf_pos = b->yy_ch_buf = base;
  2019. | b->yy_is_our_buffer = 0;
  2020. | b->yy_input_file = 0;
  2021. | b->yy_n_chars = b->yy_buf_size;
  2022. | b->yy_is_interactive = 0;
  2023. | b->yy_at_bol = 1;
  2024. | b->yy_fill_buffer = 0;
  2025. | b->yy_buffer_status = YY_BUFFER_NEW;
  2026. |
  2027. | yy_switch_to_buffer(b );
  2028. |
  2029. | return b;
  2030. | }
  2031. |
  2032. | /** Setup the input buffer state to scan a string. The next call to yylex() will
  2033. | * scan from a @e copy of @a str.
  2034. | * @param yystr a NUL-terminated string to scan
  2035. | *
  2036. | * @return the newly allocated buffer state object.
  2037. | * @note If you want to scan bytes that may contain NUL values, then use
  2038. | * yy_scan_bytes() instead.
  2039. | */
  2040. | YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
  2041. | {
  2042. |
  2043. | return yy_scan_bytes(yystr,strlen(yystr) );
  2044. | }
  2045. |
  2046. | /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
  2047. | * scan from a @e copy of @a bytes.
  2048. | * @param yybytes the byte buffer to scan
  2049. | * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
  2050. | *
  2051. | * @return the newly allocated buffer state object.
  2052. | */
  2053. | YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len )
  2054. | {
  2055. | YY_BUFFER_STATE b;
  2056. | char *buf;
  2057. | yy_size_t n;
  2058. | yy_size_t i;
  2059. |
  2060. | /* Get memory for full buffer, including space for trailing EOB's. */
  2061. | n = _yybytes_len + 2;
  2062. | buf = (char *) yyalloc(n );
  2063. | if ( ! buf )
  2064. | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
  2065. |
  2066. | for ( i = 0; i < _yybytes_len; ++i )
  2067. | buf[i] = yybytes[i];
  2068. |
  2069. | buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
  2070. |
  2071. | b = yy_scan_buffer(buf,n );
  2072. | if ( ! b )
  2073. | YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
  2074. |
  2075. | /* It's okay to grow etc. this buffer, and we should throw it
  2076. | * away when we're done.
  2077. | */
  2078. | b->yy_is_our_buffer = 1;
  2079. |
  2080. | return b;
  2081. | }
  2082. |
  2083. | #ifndef YY_EXIT_FAILURE
  2084. | #define YY_EXIT_FAILURE 2
  2085. | #endif
  2086. |
  2087. | static void yy_fatal_error (yyconst char* msg )
  2088. | {
  2089. | (void) fprintf( stderr, "%s\n", msg );
  2090. | exit( YY_EXIT_FAILURE );
  2091. | }
  2092. |
  2093. | /* Redefine yyless() so it works in section 3 code. */
  2094. |
  2095. | #undef yyless
  2096. | #define yyless(n) \
  2097. | do \
  2098. | { \
  2099. | /* Undo effects of setting up yytext. */ \
  2100. | int yyless_macro_arg = (n); \
  2101. | YY_LESS_LINENO(yyless_macro_arg);\
  2102. | yytext[yyleng] = (yy_hold_char); \
  2103. | (yy_c_buf_p) = yytext + yyless_macro_arg; \
  2104. | (yy_hold_char) = *(yy_c_buf_p); \
  2105. | *(yy_c_buf_p) = '\0'; \
  2106. | yyleng = yyless_macro_arg; \
  2107. | } \
  2108. | while ( 0 )
  2109. |
  2110. | /* Accessor methods (get/set functions) to struct members. */
  2111. |
  2112. | /** Get the current line number.
  2113. | *
  2114. | */
  2115. | int yyget_lineno (void)
  2116. | {
  2117. |
  2118. | return yylineno;
  2119. | }
  2120. |
  2121. | /** Get the input stream.
  2122. | *
  2123. | */
  2124. | FILE *yyget_in (void)
  2125. | {
  2126. | return yyin;
  2127. | }
  2128. |
  2129. | /** Get the output stream.
  2130. | *
  2131. | */
  2132. | FILE *yyget_out (void)
  2133. | {
  2134. | return yyout;
  2135. | }
  2136. |
  2137. | /** Get the length of the current token.
  2138. | *
  2139. | */
  2140. | yy_size_t yyget_leng (void)
  2141. | {
  2142. | return yyleng;
  2143. | }
  2144. |
  2145. | /** Get the current token.
  2146. | *
  2147. | */
  2148. |
  2149. | char *yyget_text (void)
  2150. | {
  2151. | return yytext;
  2152. | }
  2153. |
  2154. | /** Set the current line number.
  2155. | * @param line_number
  2156. | *
  2157. | */
  2158. | void yyset_lineno (int line_number )
  2159. | {
  2160. |
  2161. | yylineno = line_number;
  2162. | }
  2163. |
  2164. | /** Set the input stream. This does not discard the current
  2165. | * input buffer.
  2166. | * @param in_str A readable stream.
  2167. | *
  2168. | * @see yy_switch_to_buffer
  2169. | */
  2170. | void yyset_in (FILE * in_str )
  2171. | {
  2172. | yyin = in_str ;
  2173. | }
  2174. |
  2175. | void yyset_out (FILE * out_str )
  2176. | {
  2177. | yyout = out_str ;
  2178. | }
  2179. |
  2180. | int yyget_debug (void)
  2181. | {
  2182. | return yy_flex_debug;
  2183. | }
  2184. |
  2185. | void yyset_debug (int bdebug )
  2186. | {
  2187. | yy_flex_debug = bdebug ;
  2188. | }
  2189. |
  2190. | static int yy_init_globals (void)
  2191. | {
  2192. | /* Initialization is the same as for the non-reentrant scanner.
  2193. | * This function is called from yylex_destroy(), so don't allocate here.
  2194. | */
  2195. |
  2196. | (yy_buffer_stack) = 0;
  2197. | (yy_buffer_stack_top) = 0;
  2198. | (yy_buffer_stack_max) = 0;
  2199. | (yy_c_buf_p) = (char *) 0;
  2200. | (yy_init) = 0;
  2201. | (yy_start) = 0;
  2202. |
  2203. | (yy_state_buf) = 0;
  2204. | (yy_state_ptr) = 0;
  2205. | (yy_full_match) = 0;
  2206. | (yy_lp) = 0;
  2207. |
  2208. | /* Defined in main.c */
  2209. | #ifdef YY_STDINIT
  2210. | yyin = stdin;
  2211. | yyout = stdout;
  2212. | #else
  2213. | yyin = (FILE *) 0;
  2214. | yyout = (FILE *) 0;
  2215. | #endif
  2216. |
  2217. | /* For future reference: Set errno on error, since we are called by
  2218. | * yylex_init()
  2219. | */
  2220. | return 0;
  2221. | }
  2222. |
  2223. | /* yylex_destroy is for both reentrant and non-reentrant scanners. */
  2224. | int yylex_destroy (void)
  2225. | {
  2226. |
  2227. | /* Pop the buffer stack, destroying each element. */
  2228. | while(YY_CURRENT_BUFFER){
  2229. | yy_delete_buffer(YY_CURRENT_BUFFER );
  2230. | YY_CURRENT_BUFFER_LVALUE = NULL;
  2231. | yypop_buffer_state();
  2232. | }
  2233. |
  2234. | /* Destroy the stack itself. */
  2235. | yyfree((yy_buffer_stack) );
  2236. | (yy_buffer_stack) = NULL;
  2237. |
  2238. | yyfree ( (yy_state_buf) );
  2239. | (yy_state_buf) = NULL;
  2240. |
  2241. | /* Reset the globals. This is important in a non-reentrant scanner so the next time
  2242. | * yylex() is called, initialization will occur. */
  2243. | yy_init_globals( );
  2244. |
  2245. | return 0;
  2246. | }
  2247. |
  2248. | /*
  2249. | * Internal utility routines.
  2250. | */
  2251. |
  2252. | #ifndef yytext_ptr
  2253. | static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
  2254. | {
  2255. | register int i;
  2256. | for ( i = 0; i < n; ++i )
  2257. | s1[i] = s2[i];
  2258. | }
  2259. | #endif
  2260. |
  2261. | #ifdef YY_NEED_STRLEN
  2262. | static int yy_flex_strlen (yyconst char * s )
  2263. | {
  2264. | register int n;
  2265. | for ( n = 0; s[n]; ++n )
  2266. | ;
  2267. |
  2268. | return n;
  2269. | }
  2270. | #endif
  2271. |
  2272. | void *yyalloc (yy_size_t size )
  2273. | {
  2274. | return (void *) malloc( size );
  2275. | }
  2276. |
  2277. | void *yyrealloc (void * ptr, yy_size_t size )
  2278. | {
  2279. | /* The cast to (char *) in the following accommodates both
  2280. | * implementations that use char* generic pointers, and those
  2281. | * that use void* generic pointers. It works with the latter
  2282. | * because both ANSI C and C++ allow castless assignment from
  2283. | * any pointer type to void*, and deal with argument conversions
  2284. | * as though doing an assignment.
  2285. | */
  2286. | return (void *) realloc( (char *) ptr, size );
  2287. | }
  2288. |
  2289. | void yyfree (void * ptr )
  2290. | {
  2291. | free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
  2292. | }
  2293. |
  2294. | #define YYTABLES_NAME "yytables"
  2295. |
  2296. | #line 10 "conftest.l"
  2297. |
  2298. |
  2299. | #ifdef YYTEXT_POINTER
  2300. | extern char *yytext;
  2301. | #endif
  2302. | int
  2303. | main (void)
  2304. | {
  2305. | return ! yylex () + ! yywrap ();
  2306. | }
  2307. configure:16771: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c -lfl >&5
  2308. configure:16771: $? = 0
  2309. configure:16781: result: -lfl
  2310. configure:16787: checking whether yytext is a pointer
  2311. configure:16804: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c -lfl >&5
  2312. configure:16804: $? = 0
  2313. configure:16812: result: yes
  2314. configure:16826: checking for bison
  2315. configure:16842: found /usr/bin/bison
  2316. configure:16853: result: bison -y
  2317. configure:16877: checking for python
  2318. configure:16895: found /usr/bin/python
  2319. configure:16907: result: /usr/bin/python
  2320. configure:16928: checking for python version
  2321. configure:16935: result: 3.4
  2322. configure:16947: checking for python platform
  2323. configure:16954: result: linux
  2324. configure:16980: checking for python script directory
  2325. configure:17015: result: ${prefix}/lib/python3.4/site-packages
  2326. configure:17024: checking for python extension module directory
  2327. configure:17059: result: ${exec_prefix}/lib/python3.4/site-packages
  2328. configure:17074: checking for perl
  2329. configure:17093: found /usr/bin/perl
  2330. configure:17105: result: /usr/bin/perl
  2331. configure:17115: checking for gperf
  2332. configure:17149: result: no
  2333. configure:17156: checking gperf version >= 3.0.0
  2334. configure:17167: result: not found
  2335. configure:17252: checking for stdbool.h that conforms to C99
  2336. configure:17319: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  2337. configure:17319: $? = 0
  2338. configure:17326: result: yes
  2339. configure:17328: checking for _Bool
  2340. configure:17328: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  2341. configure:17328: $? = 0
  2342. configure:17328: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  2343. conftest.c: In function 'main':
  2344. conftest.c:61:20: error: expected expression before ')' token
  2345. if (sizeof ((_Bool)))
  2346. ^
  2347. configure:17328: $? = 1
  2348. configure: failed program was:
  2349. | /* confdefs.h */
  2350. | #define PACKAGE_NAME "strongSwan"
  2351. | #define PACKAGE_TARNAME "strongswan"
  2352. | #define PACKAGE_VERSION "5.3.2"
  2353. | #define PACKAGE_STRING "strongSwan 5.3.2"
  2354. | #define PACKAGE_BUGREPORT ""
  2355. | #define PACKAGE_URL ""
  2356. | #define PACKAGE "strongswan"
  2357. | #define VERSION "5.3.2"
  2358. | #define CONFIG_H_INCLUDED /**/
  2359. | #define STDC_HEADERS 1
  2360. | #define HAVE_SYS_TYPES_H 1
  2361. | #define HAVE_SYS_STAT_H 1
  2362. | #define HAVE_STDLIB_H 1
  2363. | #define HAVE_STRING_H 1
  2364. | #define HAVE_MEMORY_H 1
  2365. | #define HAVE_STRINGS_H 1
  2366. | #define HAVE_INTTYPES_H 1
  2367. | #define HAVE_STDINT_H 1
  2368. | #define HAVE_UNISTD_H 1
  2369. | #define HAVE_DLFCN_H 1
  2370. | #define LT_OBJDIR ".libs/"
  2371. | #define YYTEXT_POINTER 1
  2372. | /* end confdefs.h. */
  2373. | #include <stdio.h>
  2374. | #ifdef HAVE_SYS_TYPES_H
  2375. | # include <sys/types.h>
  2376. | #endif
  2377. | #ifdef HAVE_SYS_STAT_H
  2378. | # include <sys/stat.h>
  2379. | #endif
  2380. | #ifdef STDC_HEADERS
  2381. | # include <stdlib.h>
  2382. | # include <stddef.h>
  2383. | #else
  2384. | # ifdef HAVE_STDLIB_H
  2385. | # include <stdlib.h>
  2386. | # endif
  2387. | #endif
  2388. | #ifdef HAVE_STRING_H
  2389. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2390. | # include <memory.h>
  2391. | # endif
  2392. | # include <string.h>
  2393. | #endif
  2394. | #ifdef HAVE_STRINGS_H
  2395. | # include <strings.h>
  2396. | #endif
  2397. | #ifdef HAVE_INTTYPES_H
  2398. | # include <inttypes.h>
  2399. | #endif
  2400. | #ifdef HAVE_STDINT_H
  2401. | # include <stdint.h>
  2402. | #endif
  2403. | #ifdef HAVE_UNISTD_H
  2404. | # include <unistd.h>
  2405. | #endif
  2406. | int
  2407. | main ()
  2408. | {
  2409. | if (sizeof ((_Bool)))
  2410. | return 0;
  2411. | ;
  2412. | return 0;
  2413. | }
  2414. configure:17328: result: yes
  2415. configure:17345: checking for size_t
  2416. configure:17345: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  2417. configure:17345: $? = 0
  2418. configure:17345: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  2419. conftest.c: In function 'main':
  2420. conftest.c:63:21: error: expected expression before ')' token
  2421. if (sizeof ((size_t)))
  2422. ^
  2423. configure:17345: $? = 1
  2424. configure: failed program was:
  2425. | /* confdefs.h */
  2426. | #define PACKAGE_NAME "strongSwan"
  2427. | #define PACKAGE_TARNAME "strongswan"
  2428. | #define PACKAGE_VERSION "5.3.2"
  2429. | #define PACKAGE_STRING "strongSwan 5.3.2"
  2430. | #define PACKAGE_BUGREPORT ""
  2431. | #define PACKAGE_URL ""
  2432. | #define PACKAGE "strongswan"
  2433. | #define VERSION "5.3.2"
  2434. | #define CONFIG_H_INCLUDED /**/
  2435. | #define STDC_HEADERS 1
  2436. | #define HAVE_SYS_TYPES_H 1
  2437. | #define HAVE_SYS_STAT_H 1
  2438. | #define HAVE_STDLIB_H 1
  2439. | #define HAVE_STRING_H 1
  2440. | #define HAVE_MEMORY_H 1
  2441. | #define HAVE_STRINGS_H 1
  2442. | #define HAVE_INTTYPES_H 1
  2443. | #define HAVE_STDINT_H 1
  2444. | #define HAVE_UNISTD_H 1
  2445. | #define HAVE_DLFCN_H 1
  2446. | #define LT_OBJDIR ".libs/"
  2447. | #define YYTEXT_POINTER 1
  2448. | #define HAVE__BOOL 1
  2449. | #define HAVE_STDBOOL_H 1
  2450. | /* end confdefs.h. */
  2451. | #include <stdio.h>
  2452. | #ifdef HAVE_SYS_TYPES_H
  2453. | # include <sys/types.h>
  2454. | #endif
  2455. | #ifdef HAVE_SYS_STAT_H
  2456. | # include <sys/stat.h>
  2457. | #endif
  2458. | #ifdef STDC_HEADERS
  2459. | # include <stdlib.h>
  2460. | # include <stddef.h>
  2461. | #else
  2462. | # ifdef HAVE_STDLIB_H
  2463. | # include <stdlib.h>
  2464. | # endif
  2465. | #endif
  2466. | #ifdef HAVE_STRING_H
  2467. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2468. | # include <memory.h>
  2469. | # endif
  2470. | # include <string.h>
  2471. | #endif
  2472. | #ifdef HAVE_STRINGS_H
  2473. | # include <strings.h>
  2474. | #endif
  2475. | #ifdef HAVE_INTTYPES_H
  2476. | # include <inttypes.h>
  2477. | #endif
  2478. | #ifdef HAVE_STDINT_H
  2479. | # include <stdint.h>
  2480. | #endif
  2481. | #ifdef HAVE_UNISTD_H
  2482. | # include <unistd.h>
  2483. | #endif
  2484. | int
  2485. | main ()
  2486. | {
  2487. | if (sizeof ((size_t)))
  2488. | return 0;
  2489. | ;
  2490. | return 0;
  2491. | }
  2492. configure:17345: result: yes
  2493. configure:17358: checking for working alloca.h
  2494. configure:17375: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  2495. configure:17375: $? = 0
  2496. configure:17383: result: yes
  2497. configure:17391: checking for alloca
  2498. configure:17428: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  2499. configure:17428: $? = 0
  2500. configure:17436: result: yes
  2501. configure:17542: checking whether strerror_r is declared
  2502. configure:17542: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  2503. configure:17542: $? = 0
  2504. configure:17542: result: yes
  2505. configure:17555: checking for strerror_r
  2506. configure:17555: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  2507. configure:17555: $? = 0
  2508. configure:17555: result: yes
  2509. configure:17564: checking whether strerror_r returns char *
  2510. configure:17588: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  2511. conftest.c: In function 'main':
  2512. conftest.c:69:13: error: invalid type argument of unary '*' (have 'int')
  2513. char x = *strerror_r (0, buf, sizeof buf);
  2514. ^
  2515. conftest.c:70:14: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
  2516. char *p = strerror_r (0, buf, sizeof buf);
  2517. ^
  2518. configure:17588: $? = 1
  2519. configure: failed program was:
  2520. | /* confdefs.h */
  2521. | #define PACKAGE_NAME "strongSwan"
  2522. | #define PACKAGE_TARNAME "strongswan"
  2523. | #define PACKAGE_VERSION "5.3.2"
  2524. | #define PACKAGE_STRING "strongSwan 5.3.2"
  2525. | #define PACKAGE_BUGREPORT ""
  2526. | #define PACKAGE_URL ""
  2527. | #define PACKAGE "strongswan"
  2528. | #define VERSION "5.3.2"
  2529. | #define CONFIG_H_INCLUDED /**/
  2530. | #define STDC_HEADERS 1
  2531. | #define HAVE_SYS_TYPES_H 1
  2532. | #define HAVE_SYS_STAT_H 1
  2533. | #define HAVE_STDLIB_H 1
  2534. | #define HAVE_STRING_H 1
  2535. | #define HAVE_MEMORY_H 1
  2536. | #define HAVE_STRINGS_H 1
  2537. | #define HAVE_INTTYPES_H 1
  2538. | #define HAVE_STDINT_H 1
  2539. | #define HAVE_UNISTD_H 1
  2540. | #define HAVE_DLFCN_H 1
  2541. | #define LT_OBJDIR ".libs/"
  2542. | #define YYTEXT_POINTER 1
  2543. | #define HAVE__BOOL 1
  2544. | #define HAVE_STDBOOL_H 1
  2545. | #define HAVE_ALLOCA_H 1
  2546. | #define HAVE_ALLOCA 1
  2547. | #define HAVE_DECL_STRERROR_R 1
  2548. | #define HAVE_STRERROR_R 1
  2549. | /* end confdefs.h. */
  2550. | #include <stdio.h>
  2551. | #ifdef HAVE_SYS_TYPES_H
  2552. | # include <sys/types.h>
  2553. | #endif
  2554. | #ifdef HAVE_SYS_STAT_H
  2555. | # include <sys/stat.h>
  2556. | #endif
  2557. | #ifdef STDC_HEADERS
  2558. | # include <stdlib.h>
  2559. | # include <stddef.h>
  2560. | #else
  2561. | # ifdef HAVE_STDLIB_H
  2562. | # include <stdlib.h>
  2563. | # endif
  2564. | #endif
  2565. | #ifdef HAVE_STRING_H
  2566. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2567. | # include <memory.h>
  2568. | # endif
  2569. | # include <string.h>
  2570. | #endif
  2571. | #ifdef HAVE_STRINGS_H
  2572. | # include <strings.h>
  2573. | #endif
  2574. | #ifdef HAVE_INTTYPES_H
  2575. | # include <inttypes.h>
  2576. | #endif
  2577. | #ifdef HAVE_STDINT_H
  2578. | # include <stdint.h>
  2579. | #endif
  2580. | #ifdef HAVE_UNISTD_H
  2581. | # include <unistd.h>
  2582. | #endif
  2583. | int
  2584. | main ()
  2585. | {
  2586. |
  2587. | char buf[100];
  2588. | char x = *strerror_r (0, buf, sizeof buf);
  2589. | char *p = strerror_r (0, buf, sizeof buf);
  2590. | return !p || x;
  2591. |
  2592. | ;
  2593. | return 0;
  2594. | }
  2595. configure:17626: result: no
  2596. configure:17641: checking for library containing dlopen
  2597. configure:17672: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  2598. /tmp/cckX1jGa.o: In function `main':
  2599. conftest.c:(.text.startup+0x7): undefined reference to `dlopen'
  2600. collect2: error: ld returned 1 exit status
  2601. configure:17672: $? = 1
  2602. configure: failed program was:
  2603. | /* confdefs.h */
  2604. | #define PACKAGE_NAME "strongSwan"
  2605. | #define PACKAGE_TARNAME "strongswan"
  2606. | #define PACKAGE_VERSION "5.3.2"
  2607. | #define PACKAGE_STRING "strongSwan 5.3.2"
  2608. | #define PACKAGE_BUGREPORT ""
  2609. | #define PACKAGE_URL ""
  2610. | #define PACKAGE "strongswan"
  2611. | #define VERSION "5.3.2"
  2612. | #define CONFIG_H_INCLUDED /**/
  2613. | #define STDC_HEADERS 1
  2614. | #define HAVE_SYS_TYPES_H 1
  2615. | #define HAVE_SYS_STAT_H 1
  2616. | #define HAVE_STDLIB_H 1
  2617. | #define HAVE_STRING_H 1
  2618. | #define HAVE_MEMORY_H 1
  2619. | #define HAVE_STRINGS_H 1
  2620. | #define HAVE_INTTYPES_H 1
  2621. | #define HAVE_STDINT_H 1
  2622. | #define HAVE_UNISTD_H 1
  2623. | #define HAVE_DLFCN_H 1
  2624. | #define LT_OBJDIR ".libs/"
  2625. | #define YYTEXT_POINTER 1
  2626. | #define HAVE__BOOL 1
  2627. | #define HAVE_STDBOOL_H 1
  2628. | #define HAVE_ALLOCA_H 1
  2629. | #define HAVE_ALLOCA 1
  2630. | #define HAVE_DECL_STRERROR_R 1
  2631. | #define HAVE_STRERROR_R 1
  2632. | /* end confdefs.h. */
  2633. |
  2634. | /* Override any GCC internal prototype to avoid an error.
  2635. | Use char because int might match the return type of a GCC
  2636. | builtin and then its argument prototype would still apply. */
  2637. | #ifdef __cplusplus
  2638. | extern "C"
  2639. | #endif
  2640. | char dlopen ();
  2641. | int
  2642. | main ()
  2643. | {
  2644. | return dlopen ();
  2645. | ;
  2646. | return 0;
  2647. | }
  2648. configure:17672: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c -ldl >&5
  2649. configure:17672: $? = 0
  2650. configure:17689: result: -ldl
  2651. configure:17701: checking for library containing backtrace
  2652. configure:17732: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  2653. configure:17732: $? = 0
  2654. configure:17749: result: none required
  2655. configure:17759: checking for backtrace
  2656. configure:17759: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  2657. configure:17759: $? = 0
  2658. configure:17759: result: yes
  2659. configure:17772: checking for library containing socket
  2660. configure:17803: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  2661. configure:17803: $? = 0
  2662. configure:17820: result: none required
  2663. configure:17874: checking for library containing pthread_create
  2664. configure:17905: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  2665. /tmp/ccLsJWwv.o: In function `main':
  2666. conftest.c:(.text.startup+0x7): undefined reference to `pthread_create'
  2667. collect2: error: ld returned 1 exit status
  2668. configure:17905: $? = 1
  2669. configure: failed program was:
  2670. | /* confdefs.h */
  2671. | #define PACKAGE_NAME "strongSwan"
  2672. | #define PACKAGE_TARNAME "strongswan"
  2673. | #define PACKAGE_VERSION "5.3.2"
  2674. | #define PACKAGE_STRING "strongSwan 5.3.2"
  2675. | #define PACKAGE_BUGREPORT ""
  2676. | #define PACKAGE_URL ""
  2677. | #define PACKAGE "strongswan"
  2678. | #define VERSION "5.3.2"
  2679. | #define CONFIG_H_INCLUDED /**/
  2680. | #define STDC_HEADERS 1
  2681. | #define HAVE_SYS_TYPES_H 1
  2682. | #define HAVE_SYS_STAT_H 1
  2683. | #define HAVE_STDLIB_H 1
  2684. | #define HAVE_STRING_H 1
  2685. | #define HAVE_MEMORY_H 1
  2686. | #define HAVE_STRINGS_H 1
  2687. | #define HAVE_INTTYPES_H 1
  2688. | #define HAVE_STDINT_H 1
  2689. | #define HAVE_UNISTD_H 1
  2690. | #define HAVE_DLFCN_H 1
  2691. | #define LT_OBJDIR ".libs/"
  2692. | #define YYTEXT_POINTER 1
  2693. | #define HAVE__BOOL 1
  2694. | #define HAVE_STDBOOL_H 1
  2695. | #define HAVE_ALLOCA_H 1
  2696. | #define HAVE_ALLOCA 1
  2697. | #define HAVE_DECL_STRERROR_R 1
  2698. | #define HAVE_STRERROR_R 1
  2699. | #define HAVE_BACKTRACE 1
  2700. | /* end confdefs.h. */
  2701. |
  2702. | /* Override any GCC internal prototype to avoid an error.
  2703. | Use char because int might match the return type of a GCC
  2704. | builtin and then its argument prototype would still apply. */
  2705. | #ifdef __cplusplus
  2706. | extern "C"
  2707. | #endif
  2708. | char pthread_create ();
  2709. | int
  2710. | main ()
  2711. | {
  2712. | return pthread_create ();
  2713. | ;
  2714. | return 0;
  2715. | }
  2716. configure:17905: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c -lpthread >&5
  2717. configure:17905: $? = 0
  2718. configure:17922: result: -lpthread
  2719. configure:17935: checking for dladdr
  2720. configure:17950: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  2721. configure:17950: $? = 0
  2722. configure:17951: result: yes
  2723. configure:17965: checking for pthread_condattr_setclock(CLOCK_MONOTONE)
  2724. configure:17994: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c -lpthread >&5
  2725. configure:17994: $? = 0
  2726. configure:17994: ./conftest
  2727. configure:17994: $? = 0
  2728. configure:17995: result: yes
  2729. configure:18011: checking for pthread_condattr_init
  2730. configure:18011: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c -lpthread >&5
  2731. configure:18011: $? = 0
  2732. configure:18011: result: yes
  2733. configure:18023: checking for pthread_cond_timedwait_monotonic
  2734. configure:18023: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c -lpthread >&5
  2735. /tmp/ccg5q6VA.o: In function `main':
  2736. conftest.c:(.text.startup+0x7): undefined reference to `pthread_cond_timedwait_monotonic'
  2737. collect2: error: ld returned 1 exit status
  2738. configure:18023: $? = 1
  2739. configure: failed program was:
  2740. | /* confdefs.h */
  2741. | #define PACKAGE_NAME "strongSwan"
  2742. | #define PACKAGE_TARNAME "strongswan"
  2743. | #define PACKAGE_VERSION "5.3.2"
  2744. | #define PACKAGE_STRING "strongSwan 5.3.2"
  2745. | #define PACKAGE_BUGREPORT ""
  2746. | #define PACKAGE_URL ""
  2747. | #define PACKAGE "strongswan"
  2748. | #define VERSION "5.3.2"
  2749. | #define CONFIG_H_INCLUDED /**/
  2750. | #define STDC_HEADERS 1
  2751. | #define HAVE_SYS_TYPES_H 1
  2752. | #define HAVE_SYS_STAT_H 1
  2753. | #define HAVE_STDLIB_H 1
  2754. | #define HAVE_STRING_H 1
  2755. | #define HAVE_MEMORY_H 1
  2756. | #define HAVE_STRINGS_H 1
  2757. | #define HAVE_INTTYPES_H 1
  2758. | #define HAVE_STDINT_H 1
  2759. | #define HAVE_UNISTD_H 1
  2760. | #define HAVE_DLFCN_H 1
  2761. | #define LT_OBJDIR ".libs/"
  2762. | #define YYTEXT_POINTER 1
  2763. | #define HAVE__BOOL 1
  2764. | #define HAVE_STDBOOL_H 1
  2765. | #define HAVE_ALLOCA_H 1
  2766. | #define HAVE_ALLOCA 1
  2767. | #define HAVE_DECL_STRERROR_R 1
  2768. | #define HAVE_STRERROR_R 1
  2769. | #define HAVE_BACKTRACE 1
  2770. | #define HAVE_DLADDR /**/
  2771. | #define HAVE_CONDATTR_CLOCK_MONOTONIC /**/
  2772. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  2773. | /* end confdefs.h. */
  2774. | /* Define pthread_cond_timedwait_monotonic to an innocuous variant, in case <limits.h> declares pthread_cond_timedwait_monotonic.
  2775. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2776. | #define pthread_cond_timedwait_monotonic innocuous_pthread_cond_timedwait_monotonic
  2777. |
  2778. | /* System header to define __stub macros and hopefully few prototypes,
  2779. | which can conflict with char pthread_cond_timedwait_monotonic (); below.
  2780. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2781. | <limits.h> exists even on freestanding compilers. */
  2782. |
  2783. | #ifdef __STDC__
  2784. | # include <limits.h>
  2785. | #else
  2786. | # include <assert.h>
  2787. | #endif
  2788. |
  2789. | #undef pthread_cond_timedwait_monotonic
  2790. |
  2791. | /* Override any GCC internal prototype to avoid an error.
  2792. | Use char because int might match the return type of a GCC
  2793. | builtin and then its argument prototype would still apply. */
  2794. | #ifdef __cplusplus
  2795. | extern "C"
  2796. | #endif
  2797. | char pthread_cond_timedwait_monotonic ();
  2798. | /* The GNU C library defines this for functions which it implements
  2799. | to always fail with ENOSYS. Some functions are actually named
  2800. | something starting with __ and the normal name is an alias. */
  2801. | #if defined __stub_pthread_cond_timedwait_monotonic || defined __stub___pthread_cond_timedwait_monotonic
  2802. | choke me
  2803. | #endif
  2804. |
  2805. | int
  2806. | main ()
  2807. | {
  2808. | return pthread_cond_timedwait_monotonic ();
  2809. | ;
  2810. | return 0;
  2811. | }
  2812. configure:18023: result: no
  2813. configure:18035: checking for pthread_cancel
  2814. configure:18035: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c -lpthread >&5
  2815. configure:18035: $? = 0
  2816. configure:18035: result: yes
  2817. configure:18047: checking for pthread_rwlock_init
  2818. configure:18047: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c -lpthread >&5
  2819. configure:18047: $? = 0
  2820. configure:18047: result: yes
  2821. configure:18059: checking for pthread_spin_init
  2822. configure:18059: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c -lpthread >&5
  2823. configure:18059: $? = 0
  2824. configure:18059: result: yes
  2825. configure:18071: checking for sem_timedwait
  2826. configure:18071: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c -lpthread >&5
  2827. configure:18071: $? = 0
  2828. configure:18071: result: yes
  2829. configure:18082: checking for gettid
  2830. configure:18082: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  2831. /tmp/ccmKfL7W.o: In function `main':
  2832. conftest.c:(.text.startup+0x7): undefined reference to `gettid'
  2833. collect2: error: ld returned 1 exit status
  2834. configure:18082: $? = 1
  2835. configure: failed program was:
  2836. | /* confdefs.h */
  2837. | #define PACKAGE_NAME "strongSwan"
  2838. | #define PACKAGE_TARNAME "strongswan"
  2839. | #define PACKAGE_VERSION "5.3.2"
  2840. | #define PACKAGE_STRING "strongSwan 5.3.2"
  2841. | #define PACKAGE_BUGREPORT ""
  2842. | #define PACKAGE_URL ""
  2843. | #define PACKAGE "strongswan"
  2844. | #define VERSION "5.3.2"
  2845. | #define CONFIG_H_INCLUDED /**/
  2846. | #define STDC_HEADERS 1
  2847. | #define HAVE_SYS_TYPES_H 1
  2848. | #define HAVE_SYS_STAT_H 1
  2849. | #define HAVE_STDLIB_H 1
  2850. | #define HAVE_STRING_H 1
  2851. | #define HAVE_MEMORY_H 1
  2852. | #define HAVE_STRINGS_H 1
  2853. | #define HAVE_INTTYPES_H 1
  2854. | #define HAVE_STDINT_H 1
  2855. | #define HAVE_UNISTD_H 1
  2856. | #define HAVE_DLFCN_H 1
  2857. | #define LT_OBJDIR ".libs/"
  2858. | #define YYTEXT_POINTER 1
  2859. | #define HAVE__BOOL 1
  2860. | #define HAVE_STDBOOL_H 1
  2861. | #define HAVE_ALLOCA_H 1
  2862. | #define HAVE_ALLOCA 1
  2863. | #define HAVE_DECL_STRERROR_R 1
  2864. | #define HAVE_STRERROR_R 1
  2865. | #define HAVE_BACKTRACE 1
  2866. | #define HAVE_DLADDR /**/
  2867. | #define HAVE_CONDATTR_CLOCK_MONOTONIC /**/
  2868. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  2869. | #define HAVE_PTHREAD_CANCEL 1
  2870. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  2871. | #define HAVE_PTHREAD_SPIN_INIT 1
  2872. | #define HAVE_SEM_TIMEDWAIT 1
  2873. | /* end confdefs.h. */
  2874. | /* Define gettid to an innocuous variant, in case <limits.h> declares gettid.
  2875. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2876. | #define gettid innocuous_gettid
  2877. |
  2878. | /* System header to define __stub macros and hopefully few prototypes,
  2879. | which can conflict with char gettid (); below.
  2880. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2881. | <limits.h> exists even on freestanding compilers. */
  2882. |
  2883. | #ifdef __STDC__
  2884. | # include <limits.h>
  2885. | #else
  2886. | # include <assert.h>
  2887. | #endif
  2888. |
  2889. | #undef gettid
  2890. |
  2891. | /* Override any GCC internal prototype to avoid an error.
  2892. | Use char because int might match the return type of a GCC
  2893. | builtin and then its argument prototype would still apply. */
  2894. | #ifdef __cplusplus
  2895. | extern "C"
  2896. | #endif
  2897. | char gettid ();
  2898. | /* The GNU C library defines this for functions which it implements
  2899. | to always fail with ENOSYS. Some functions are actually named
  2900. | something starting with __ and the normal name is an alias. */
  2901. | #if defined __stub_gettid || defined __stub___gettid
  2902. | choke me
  2903. | #endif
  2904. |
  2905. | int
  2906. | main ()
  2907. | {
  2908. | return gettid ();
  2909. | ;
  2910. | return 0;
  2911. | }
  2912. configure:18082: result: no
  2913. configure:18088: checking for SYS_gettid
  2914. configure:18104: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  2915. configure:18104: $? = 0
  2916. configure:18105: result: yes
  2917. configure:18123: checking for qsort_r
  2918. configure:18123: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  2919. configure:18123: $? = 0
  2920. configure:18123: result: yes
  2921. configure:18133: checking for GNU-style qsort_r
  2922. configure:18149: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Werror -D_FORTIFY_SOURCE=2 conftest.c >&5
  2923. configure:18149: $? = 0
  2924. configure:18150: result: yes
  2925. configure:18201: checking for prctl
  2926. configure:18201: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  2927. configure:18201: $? = 0
  2928. configure:18201: result: yes
  2929. configure:18201: checking for mallinfo
  2930. configure:18201: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  2931. configure:18201: $? = 0
  2932. configure:18201: result: yes
  2933. configure:18201: checking for getpass
  2934. configure:18201: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  2935. configure:18201: $? = 0
  2936. configure:18201: result: yes
  2937. configure:18201: checking for closefrom
  2938. configure:18201: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  2939. /tmp/cck9E3Yh.o: In function `main':
  2940. conftest.c:(.text.startup+0x7): undefined reference to `closefrom'
  2941. collect2: error: ld returned 1 exit status
  2942. configure:18201: $? = 1
  2943. configure: failed program was:
  2944. | /* confdefs.h */
  2945. | #define PACKAGE_NAME "strongSwan"
  2946. | #define PACKAGE_TARNAME "strongswan"
  2947. | #define PACKAGE_VERSION "5.3.2"
  2948. | #define PACKAGE_STRING "strongSwan 5.3.2"
  2949. | #define PACKAGE_BUGREPORT ""
  2950. | #define PACKAGE_URL ""
  2951. | #define PACKAGE "strongswan"
  2952. | #define VERSION "5.3.2"
  2953. | #define CONFIG_H_INCLUDED /**/
  2954. | #define STDC_HEADERS 1
  2955. | #define HAVE_SYS_TYPES_H 1
  2956. | #define HAVE_SYS_STAT_H 1
  2957. | #define HAVE_STDLIB_H 1
  2958. | #define HAVE_STRING_H 1
  2959. | #define HAVE_MEMORY_H 1
  2960. | #define HAVE_STRINGS_H 1
  2961. | #define HAVE_INTTYPES_H 1
  2962. | #define HAVE_STDINT_H 1
  2963. | #define HAVE_UNISTD_H 1
  2964. | #define HAVE_DLFCN_H 1
  2965. | #define LT_OBJDIR ".libs/"
  2966. | #define YYTEXT_POINTER 1
  2967. | #define HAVE__BOOL 1
  2968. | #define HAVE_STDBOOL_H 1
  2969. | #define HAVE_ALLOCA_H 1
  2970. | #define HAVE_ALLOCA 1
  2971. | #define HAVE_DECL_STRERROR_R 1
  2972. | #define HAVE_STRERROR_R 1
  2973. | #define HAVE_BACKTRACE 1
  2974. | #define HAVE_DLADDR /**/
  2975. | #define HAVE_CONDATTR_CLOCK_MONOTONIC /**/
  2976. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  2977. | #define HAVE_PTHREAD_CANCEL 1
  2978. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  2979. | #define HAVE_PTHREAD_SPIN_INIT 1
  2980. | #define HAVE_SEM_TIMEDWAIT 1
  2981. | #define HAVE_GETTID /**/
  2982. | #define HAVE_SYS_GETTID /**/
  2983. | #define HAVE_QSORT_R /**/
  2984. | #define HAVE_QSORT_R_GNU /**/
  2985. | #define HAVE_PRCTL 1
  2986. | #define HAVE_MALLINFO 1
  2987. | #define HAVE_GETPASS 1
  2988. | /* end confdefs.h. */
  2989. | /* Define closefrom to an innocuous variant, in case <limits.h> declares closefrom.
  2990. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2991. | #define closefrom innocuous_closefrom
  2992. |
  2993. | /* System header to define __stub macros and hopefully few prototypes,
  2994. | which can conflict with char closefrom (); below.
  2995. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2996. | <limits.h> exists even on freestanding compilers. */
  2997. |
  2998. | #ifdef __STDC__
  2999. | # include <limits.h>
  3000. | #else
  3001. | # include <assert.h>
  3002. | #endif
  3003. |
  3004. | #undef closefrom
  3005. |
  3006. | /* Override any GCC internal prototype to avoid an error.
  3007. | Use char because int might match the return type of a GCC
  3008. | builtin and then its argument prototype would still apply. */
  3009. | #ifdef __cplusplus
  3010. | extern "C"
  3011. | #endif
  3012. | char closefrom ();
  3013. | /* The GNU C library defines this for functions which it implements
  3014. | to always fail with ENOSYS. Some functions are actually named
  3015. | something starting with __ and the normal name is an alias. */
  3016. | #if defined __stub_closefrom || defined __stub___closefrom
  3017. | choke me
  3018. | #endif
  3019. |
  3020. | int
  3021. | main ()
  3022. | {
  3023. | return closefrom ();
  3024. | ;
  3025. | return 0;
  3026. | }
  3027. configure:18201: result: no
  3028. configure:18201: checking for getpwnam_r
  3029. configure:18201: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  3030. configure:18201: $? = 0
  3031. configure:18201: result: yes
  3032. configure:18201: checking for getgrnam_r
  3033. configure:18201: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  3034. configure:18201: $? = 0
  3035. configure:18201: result: yes
  3036. configure:18201: checking for getpwuid_r
  3037. configure:18201: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  3038. configure:18201: $? = 0
  3039. configure:18201: result: yes
  3040. configure:18213: checking for fmemopen
  3041. configure:18213: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  3042. configure:18213: $? = 0
  3043. configure:18213: result: yes
  3044. configure:18213: checking for funopen
  3045. configure:18213: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  3046. /tmp/cc8WqOtx.o: In function `main':
  3047. conftest.c:(.text.startup+0x7): undefined reference to `funopen'
  3048. collect2: error: ld returned 1 exit status
  3049. configure:18213: $? = 1
  3050. configure: failed program was:
  3051. | /* confdefs.h */
  3052. | #define PACKAGE_NAME "strongSwan"
  3053. | #define PACKAGE_TARNAME "strongswan"
  3054. | #define PACKAGE_VERSION "5.3.2"
  3055. | #define PACKAGE_STRING "strongSwan 5.3.2"
  3056. | #define PACKAGE_BUGREPORT ""
  3057. | #define PACKAGE_URL ""
  3058. | #define PACKAGE "strongswan"
  3059. | #define VERSION "5.3.2"
  3060. | #define CONFIG_H_INCLUDED /**/
  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 HAVE_DLFCN_H 1
  3072. | #define LT_OBJDIR ".libs/"
  3073. | #define YYTEXT_POINTER 1
  3074. | #define HAVE__BOOL 1
  3075. | #define HAVE_STDBOOL_H 1
  3076. | #define HAVE_ALLOCA_H 1
  3077. | #define HAVE_ALLOCA 1
  3078. | #define HAVE_DECL_STRERROR_R 1
  3079. | #define HAVE_STRERROR_R 1
  3080. | #define HAVE_BACKTRACE 1
  3081. | #define HAVE_DLADDR /**/
  3082. | #define HAVE_CONDATTR_CLOCK_MONOTONIC /**/
  3083. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  3084. | #define HAVE_PTHREAD_CANCEL 1
  3085. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  3086. | #define HAVE_PTHREAD_SPIN_INIT 1
  3087. | #define HAVE_SEM_TIMEDWAIT 1
  3088. | #define HAVE_GETTID /**/
  3089. | #define HAVE_SYS_GETTID /**/
  3090. | #define HAVE_QSORT_R /**/
  3091. | #define HAVE_QSORT_R_GNU /**/
  3092. | #define HAVE_PRCTL 1
  3093. | #define HAVE_MALLINFO 1
  3094. | #define HAVE_GETPASS 1
  3095. | #define HAVE_GETPWNAM_R 1
  3096. | #define HAVE_GETGRNAM_R 1
  3097. | #define HAVE_GETPWUID_R 1
  3098. | #define HAVE_FMEMOPEN 1
  3099. | /* end confdefs.h. */
  3100. | /* Define funopen to an innocuous variant, in case <limits.h> declares funopen.
  3101. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3102. | #define funopen innocuous_funopen
  3103. |
  3104. | /* System header to define __stub macros and hopefully few prototypes,
  3105. | which can conflict with char funopen (); below.
  3106. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3107. | <limits.h> exists even on freestanding compilers. */
  3108. |
  3109. | #ifdef __STDC__
  3110. | # include <limits.h>
  3111. | #else
  3112. | # include <assert.h>
  3113. | #endif
  3114. |
  3115. | #undef funopen
  3116. |
  3117. | /* Override any GCC internal prototype to avoid an error.
  3118. | Use char because int might match the return type of a GCC
  3119. | builtin and then its argument prototype would still apply. */
  3120. | #ifdef __cplusplus
  3121. | extern "C"
  3122. | #endif
  3123. | char funopen ();
  3124. | /* The GNU C library defines this for functions which it implements
  3125. | to always fail with ENOSYS. Some functions are actually named
  3126. | something starting with __ and the normal name is an alias. */
  3127. | #if defined __stub_funopen || defined __stub___funopen
  3128. | choke me
  3129. | #endif
  3130. |
  3131. | int
  3132. | main ()
  3133. | {
  3134. | return funopen ();
  3135. | ;
  3136. | return 0;
  3137. | }
  3138. configure:18213: result: no
  3139. configure:18213: checking for mmap
  3140. configure:18213: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  3141. configure:18213: $? = 0
  3142. configure:18213: result: yes
  3143. configure:18213: checking for memrchr
  3144. configure:18213: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  3145. configure:18213: $? = 0
  3146. configure:18213: result: yes
  3147. configure:18213: checking for setlinebuf
  3148. configure:18213: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  3149. configure:18213: $? = 0
  3150. configure:18213: result: yes
  3151. configure:18213: checking for strptime
  3152. configure:18213: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  3153. configure:18213: $? = 0
  3154. configure:18213: result: yes
  3155. configure:18223: checking for syslog
  3156. configure:18223: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  3157. configure:18223: $? = 0
  3158. configure:18223: result: yes
  3159. configure:18245: checking sys/sockio.h usability
  3160. configure:18245: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  3161. conftest.c:88:24: fatal error: sys/sockio.h: No such file or directory
  3162. compilation terminated.
  3163. configure:18245: $? = 1
  3164. configure: failed program was:
  3165. | /* confdefs.h */
  3166. | #define PACKAGE_NAME "strongSwan"
  3167. | #define PACKAGE_TARNAME "strongswan"
  3168. | #define PACKAGE_VERSION "5.3.2"
  3169. | #define PACKAGE_STRING "strongSwan 5.3.2"
  3170. | #define PACKAGE_BUGREPORT ""
  3171. | #define PACKAGE_URL ""
  3172. | #define PACKAGE "strongswan"
  3173. | #define VERSION "5.3.2"
  3174. | #define CONFIG_H_INCLUDED /**/
  3175. | #define STDC_HEADERS 1
  3176. | #define HAVE_SYS_TYPES_H 1
  3177. | #define HAVE_SYS_STAT_H 1
  3178. | #define HAVE_STDLIB_H 1
  3179. | #define HAVE_STRING_H 1
  3180. | #define HAVE_MEMORY_H 1
  3181. | #define HAVE_STRINGS_H 1
  3182. | #define HAVE_INTTYPES_H 1
  3183. | #define HAVE_STDINT_H 1
  3184. | #define HAVE_UNISTD_H 1
  3185. | #define HAVE_DLFCN_H 1
  3186. | #define LT_OBJDIR ".libs/"
  3187. | #define YYTEXT_POINTER 1
  3188. | #define HAVE__BOOL 1
  3189. | #define HAVE_STDBOOL_H 1
  3190. | #define HAVE_ALLOCA_H 1
  3191. | #define HAVE_ALLOCA 1
  3192. | #define HAVE_DECL_STRERROR_R 1
  3193. | #define HAVE_STRERROR_R 1
  3194. | #define HAVE_BACKTRACE 1
  3195. | #define HAVE_DLADDR /**/
  3196. | #define HAVE_CONDATTR_CLOCK_MONOTONIC /**/
  3197. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  3198. | #define HAVE_PTHREAD_CANCEL 1
  3199. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  3200. | #define HAVE_PTHREAD_SPIN_INIT 1
  3201. | #define HAVE_SEM_TIMEDWAIT 1
  3202. | #define HAVE_GETTID /**/
  3203. | #define HAVE_SYS_GETTID /**/
  3204. | #define HAVE_QSORT_R /**/
  3205. | #define HAVE_QSORT_R_GNU /**/
  3206. | #define HAVE_PRCTL 1
  3207. | #define HAVE_MALLINFO 1
  3208. | #define HAVE_GETPASS 1
  3209. | #define HAVE_GETPWNAM_R 1
  3210. | #define HAVE_GETGRNAM_R 1
  3211. | #define HAVE_GETPWUID_R 1
  3212. | #define HAVE_FMEMOPEN 1
  3213. | #define HAVE_MMAP 1
  3214. | #define HAVE_MEMRCHR 1
  3215. | #define HAVE_SETLINEBUF 1
  3216. | #define HAVE_STRPTIME 1
  3217. | #define HAVE_SYSLOG /**/
  3218. | /* end confdefs.h. */
  3219. | #include <stdio.h>
  3220. | #ifdef HAVE_SYS_TYPES_H
  3221. | # include <sys/types.h>
  3222. | #endif
  3223. | #ifdef HAVE_SYS_STAT_H
  3224. | # include <sys/stat.h>
  3225. | #endif
  3226. | #ifdef STDC_HEADERS
  3227. | # include <stdlib.h>
  3228. | # include <stddef.h>
  3229. | #else
  3230. | # ifdef HAVE_STDLIB_H
  3231. | # include <stdlib.h>
  3232. | # endif
  3233. | #endif
  3234. | #ifdef HAVE_STRING_H
  3235. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3236. | # include <memory.h>
  3237. | # endif
  3238. | # include <string.h>
  3239. | #endif
  3240. | #ifdef HAVE_STRINGS_H
  3241. | # include <strings.h>
  3242. | #endif
  3243. | #ifdef HAVE_INTTYPES_H
  3244. | # include <inttypes.h>
  3245. | #endif
  3246. | #ifdef HAVE_STDINT_H
  3247. | # include <stdint.h>
  3248. | #endif
  3249. | #ifdef HAVE_UNISTD_H
  3250. | # include <unistd.h>
  3251. | #endif
  3252. | #include <sys/sockio.h>
  3253. configure:18245: result: no
  3254. configure:18245: checking sys/sockio.h presence
  3255. configure:18245: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
  3256. conftest.c:55:24: fatal error: sys/sockio.h: No such file or directory
  3257. compilation terminated.
  3258. configure:18245: $? = 1
  3259. configure: failed program was:
  3260. | /* confdefs.h */
  3261. | #define PACKAGE_NAME "strongSwan"
  3262. | #define PACKAGE_TARNAME "strongswan"
  3263. | #define PACKAGE_VERSION "5.3.2"
  3264. | #define PACKAGE_STRING "strongSwan 5.3.2"
  3265. | #define PACKAGE_BUGREPORT ""
  3266. | #define PACKAGE_URL ""
  3267. | #define PACKAGE "strongswan"
  3268. | #define VERSION "5.3.2"
  3269. | #define CONFIG_H_INCLUDED /**/
  3270. | #define STDC_HEADERS 1
  3271. | #define HAVE_SYS_TYPES_H 1
  3272. | #define HAVE_SYS_STAT_H 1
  3273. | #define HAVE_STDLIB_H 1
  3274. | #define HAVE_STRING_H 1
  3275. | #define HAVE_MEMORY_H 1
  3276. | #define HAVE_STRINGS_H 1
  3277. | #define HAVE_INTTYPES_H 1
  3278. | #define HAVE_STDINT_H 1
  3279. | #define HAVE_UNISTD_H 1
  3280. | #define HAVE_DLFCN_H 1
  3281. | #define LT_OBJDIR ".libs/"
  3282. | #define YYTEXT_POINTER 1
  3283. | #define HAVE__BOOL 1
  3284. | #define HAVE_STDBOOL_H 1
  3285. | #define HAVE_ALLOCA_H 1
  3286. | #define HAVE_ALLOCA 1
  3287. | #define HAVE_DECL_STRERROR_R 1
  3288. | #define HAVE_STRERROR_R 1
  3289. | #define HAVE_BACKTRACE 1
  3290. | #define HAVE_DLADDR /**/
  3291. | #define HAVE_CONDATTR_CLOCK_MONOTONIC /**/
  3292. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  3293. | #define HAVE_PTHREAD_CANCEL 1
  3294. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  3295. | #define HAVE_PTHREAD_SPIN_INIT 1
  3296. | #define HAVE_SEM_TIMEDWAIT 1
  3297. | #define HAVE_GETTID /**/
  3298. | #define HAVE_SYS_GETTID /**/
  3299. | #define HAVE_QSORT_R /**/
  3300. | #define HAVE_QSORT_R_GNU /**/
  3301. | #define HAVE_PRCTL 1
  3302. | #define HAVE_MALLINFO 1
  3303. | #define HAVE_GETPASS 1
  3304. | #define HAVE_GETPWNAM_R 1
  3305. | #define HAVE_GETGRNAM_R 1
  3306. | #define HAVE_GETPWUID_R 1
  3307. | #define HAVE_FMEMOPEN 1
  3308. | #define HAVE_MMAP 1
  3309. | #define HAVE_MEMRCHR 1
  3310. | #define HAVE_SETLINEBUF 1
  3311. | #define HAVE_STRPTIME 1
  3312. | #define HAVE_SYSLOG /**/
  3313. | /* end confdefs.h. */
  3314. | #include <sys/sockio.h>
  3315. configure:18245: result: no
  3316. configure:18245: checking for sys/sockio.h
  3317. configure:18245: result: no
  3318. configure:18245: checking glob.h usability
  3319. configure:18245: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  3320. configure:18245: $? = 0
  3321. configure:18245: result: yes
  3322. configure:18245: checking glob.h presence
  3323. configure:18245: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
  3324. In file included from /usr/include/sys/cdefs.h:23:0,
  3325. from /usr/include/glob.h:21,
  3326. from conftest.c:55:
  3327. /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  3328. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  3329. ^
  3330. configure:18245: $? = 0
  3331. configure:18245: result: yes
  3332. configure:18245: checking for glob.h
  3333. configure:18245: result: yes
  3334. configure:18245: checking net/if_tun.h usability
  3335. configure:18245: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  3336. conftest.c:89:24: fatal error: net/if_tun.h: No such file or directory
  3337. compilation terminated.
  3338. configure:18245: $? = 1
  3339. configure: failed program was:
  3340. | /* confdefs.h */
  3341. | #define PACKAGE_NAME "strongSwan"
  3342. | #define PACKAGE_TARNAME "strongswan"
  3343. | #define PACKAGE_VERSION "5.3.2"
  3344. | #define PACKAGE_STRING "strongSwan 5.3.2"
  3345. | #define PACKAGE_BUGREPORT ""
  3346. | #define PACKAGE_URL ""
  3347. | #define PACKAGE "strongswan"
  3348. | #define VERSION "5.3.2"
  3349. | #define CONFIG_H_INCLUDED /**/
  3350. | #define STDC_HEADERS 1
  3351. | #define HAVE_SYS_TYPES_H 1
  3352. | #define HAVE_SYS_STAT_H 1
  3353. | #define HAVE_STDLIB_H 1
  3354. | #define HAVE_STRING_H 1
  3355. | #define HAVE_MEMORY_H 1
  3356. | #define HAVE_STRINGS_H 1
  3357. | #define HAVE_INTTYPES_H 1
  3358. | #define HAVE_STDINT_H 1
  3359. | #define HAVE_UNISTD_H 1
  3360. | #define HAVE_DLFCN_H 1
  3361. | #define LT_OBJDIR ".libs/"
  3362. | #define YYTEXT_POINTER 1
  3363. | #define HAVE__BOOL 1
  3364. | #define HAVE_STDBOOL_H 1
  3365. | #define HAVE_ALLOCA_H 1
  3366. | #define HAVE_ALLOCA 1
  3367. | #define HAVE_DECL_STRERROR_R 1
  3368. | #define HAVE_STRERROR_R 1
  3369. | #define HAVE_BACKTRACE 1
  3370. | #define HAVE_DLADDR /**/
  3371. | #define HAVE_CONDATTR_CLOCK_MONOTONIC /**/
  3372. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  3373. | #define HAVE_PTHREAD_CANCEL 1
  3374. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  3375. | #define HAVE_PTHREAD_SPIN_INIT 1
  3376. | #define HAVE_SEM_TIMEDWAIT 1
  3377. | #define HAVE_GETTID /**/
  3378. | #define HAVE_SYS_GETTID /**/
  3379. | #define HAVE_QSORT_R /**/
  3380. | #define HAVE_QSORT_R_GNU /**/
  3381. | #define HAVE_PRCTL 1
  3382. | #define HAVE_MALLINFO 1
  3383. | #define HAVE_GETPASS 1
  3384. | #define HAVE_GETPWNAM_R 1
  3385. | #define HAVE_GETGRNAM_R 1
  3386. | #define HAVE_GETPWUID_R 1
  3387. | #define HAVE_FMEMOPEN 1
  3388. | #define HAVE_MMAP 1
  3389. | #define HAVE_MEMRCHR 1
  3390. | #define HAVE_SETLINEBUF 1
  3391. | #define HAVE_STRPTIME 1
  3392. | #define HAVE_SYSLOG /**/
  3393. | #define HAVE_GLOB_H 1
  3394. | /* end confdefs.h. */
  3395. | #include <stdio.h>
  3396. | #ifdef HAVE_SYS_TYPES_H
  3397. | # include <sys/types.h>
  3398. | #endif
  3399. | #ifdef HAVE_SYS_STAT_H
  3400. | # include <sys/stat.h>
  3401. | #endif
  3402. | #ifdef STDC_HEADERS
  3403. | # include <stdlib.h>
  3404. | # include <stddef.h>
  3405. | #else
  3406. | # ifdef HAVE_STDLIB_H
  3407. | # include <stdlib.h>
  3408. | # endif
  3409. | #endif
  3410. | #ifdef HAVE_STRING_H
  3411. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3412. | # include <memory.h>
  3413. | # endif
  3414. | # include <string.h>
  3415. | #endif
  3416. | #ifdef HAVE_STRINGS_H
  3417. | # include <strings.h>
  3418. | #endif
  3419. | #ifdef HAVE_INTTYPES_H
  3420. | # include <inttypes.h>
  3421. | #endif
  3422. | #ifdef HAVE_STDINT_H
  3423. | # include <stdint.h>
  3424. | #endif
  3425. | #ifdef HAVE_UNISTD_H
  3426. | # include <unistd.h>
  3427. | #endif
  3428. | #include <net/if_tun.h>
  3429. configure:18245: result: no
  3430. configure:18245: checking net/if_tun.h presence
  3431. configure:18245: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
  3432. conftest.c:56:24: fatal error: net/if_tun.h: No such file or directory
  3433. compilation terminated.
  3434. configure:18245: $? = 1
  3435. configure: failed program was:
  3436. | /* confdefs.h */
  3437. | #define PACKAGE_NAME "strongSwan"
  3438. | #define PACKAGE_TARNAME "strongswan"
  3439. | #define PACKAGE_VERSION "5.3.2"
  3440. | #define PACKAGE_STRING "strongSwan 5.3.2"
  3441. | #define PACKAGE_BUGREPORT ""
  3442. | #define PACKAGE_URL ""
  3443. | #define PACKAGE "strongswan"
  3444. | #define VERSION "5.3.2"
  3445. | #define CONFIG_H_INCLUDED /**/
  3446. | #define STDC_HEADERS 1
  3447. | #define HAVE_SYS_TYPES_H 1
  3448. | #define HAVE_SYS_STAT_H 1
  3449. | #define HAVE_STDLIB_H 1
  3450. | #define HAVE_STRING_H 1
  3451. | #define HAVE_MEMORY_H 1
  3452. | #define HAVE_STRINGS_H 1
  3453. | #define HAVE_INTTYPES_H 1
  3454. | #define HAVE_STDINT_H 1
  3455. | #define HAVE_UNISTD_H 1
  3456. | #define HAVE_DLFCN_H 1
  3457. | #define LT_OBJDIR ".libs/"
  3458. | #define YYTEXT_POINTER 1
  3459. | #define HAVE__BOOL 1
  3460. | #define HAVE_STDBOOL_H 1
  3461. | #define HAVE_ALLOCA_H 1
  3462. | #define HAVE_ALLOCA 1
  3463. | #define HAVE_DECL_STRERROR_R 1
  3464. | #define HAVE_STRERROR_R 1
  3465. | #define HAVE_BACKTRACE 1
  3466. | #define HAVE_DLADDR /**/
  3467. | #define HAVE_CONDATTR_CLOCK_MONOTONIC /**/
  3468. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  3469. | #define HAVE_PTHREAD_CANCEL 1
  3470. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  3471. | #define HAVE_PTHREAD_SPIN_INIT 1
  3472. | #define HAVE_SEM_TIMEDWAIT 1
  3473. | #define HAVE_GETTID /**/
  3474. | #define HAVE_SYS_GETTID /**/
  3475. | #define HAVE_QSORT_R /**/
  3476. | #define HAVE_QSORT_R_GNU /**/
  3477. | #define HAVE_PRCTL 1
  3478. | #define HAVE_MALLINFO 1
  3479. | #define HAVE_GETPASS 1
  3480. | #define HAVE_GETPWNAM_R 1
  3481. | #define HAVE_GETGRNAM_R 1
  3482. | #define HAVE_GETPWUID_R 1
  3483. | #define HAVE_FMEMOPEN 1
  3484. | #define HAVE_MMAP 1
  3485. | #define HAVE_MEMRCHR 1
  3486. | #define HAVE_SETLINEBUF 1
  3487. | #define HAVE_STRPTIME 1
  3488. | #define HAVE_SYSLOG /**/
  3489. | #define HAVE_GLOB_H 1
  3490. | /* end confdefs.h. */
  3491. | #include <net/if_tun.h>
  3492. configure:18245: result: no
  3493. configure:18245: checking for net/if_tun.h
  3494. configure:18245: result: no
  3495. configure:18258: checking net/pfkeyv2.h usability
  3496. configure:18258: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  3497. conftest.c:89:25: fatal error: net/pfkeyv2.h: No such file or directory
  3498. compilation terminated.
  3499. configure:18258: $? = 1
  3500. configure: failed program was:
  3501. | /* confdefs.h */
  3502. | #define PACKAGE_NAME "strongSwan"
  3503. | #define PACKAGE_TARNAME "strongswan"
  3504. | #define PACKAGE_VERSION "5.3.2"
  3505. | #define PACKAGE_STRING "strongSwan 5.3.2"
  3506. | #define PACKAGE_BUGREPORT ""
  3507. | #define PACKAGE_URL ""
  3508. | #define PACKAGE "strongswan"
  3509. | #define VERSION "5.3.2"
  3510. | #define CONFIG_H_INCLUDED /**/
  3511. | #define STDC_HEADERS 1
  3512. | #define HAVE_SYS_TYPES_H 1
  3513. | #define HAVE_SYS_STAT_H 1
  3514. | #define HAVE_STDLIB_H 1
  3515. | #define HAVE_STRING_H 1
  3516. | #define HAVE_MEMORY_H 1
  3517. | #define HAVE_STRINGS_H 1
  3518. | #define HAVE_INTTYPES_H 1
  3519. | #define HAVE_STDINT_H 1
  3520. | #define HAVE_UNISTD_H 1
  3521. | #define HAVE_DLFCN_H 1
  3522. | #define LT_OBJDIR ".libs/"
  3523. | #define YYTEXT_POINTER 1
  3524. | #define HAVE__BOOL 1
  3525. | #define HAVE_STDBOOL_H 1
  3526. | #define HAVE_ALLOCA_H 1
  3527. | #define HAVE_ALLOCA 1
  3528. | #define HAVE_DECL_STRERROR_R 1
  3529. | #define HAVE_STRERROR_R 1
  3530. | #define HAVE_BACKTRACE 1
  3531. | #define HAVE_DLADDR /**/
  3532. | #define HAVE_CONDATTR_CLOCK_MONOTONIC /**/
  3533. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  3534. | #define HAVE_PTHREAD_CANCEL 1
  3535. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  3536. | #define HAVE_PTHREAD_SPIN_INIT 1
  3537. | #define HAVE_SEM_TIMEDWAIT 1
  3538. | #define HAVE_GETTID /**/
  3539. | #define HAVE_SYS_GETTID /**/
  3540. | #define HAVE_QSORT_R /**/
  3541. | #define HAVE_QSORT_R_GNU /**/
  3542. | #define HAVE_PRCTL 1
  3543. | #define HAVE_MALLINFO 1
  3544. | #define HAVE_GETPASS 1
  3545. | #define HAVE_GETPWNAM_R 1
  3546. | #define HAVE_GETGRNAM_R 1
  3547. | #define HAVE_GETPWUID_R 1
  3548. | #define HAVE_FMEMOPEN 1
  3549. | #define HAVE_MMAP 1
  3550. | #define HAVE_MEMRCHR 1
  3551. | #define HAVE_SETLINEBUF 1
  3552. | #define HAVE_STRPTIME 1
  3553. | #define HAVE_SYSLOG /**/
  3554. | #define HAVE_GLOB_H 1
  3555. | /* end confdefs.h. */
  3556. | #include <stdio.h>
  3557. | #ifdef HAVE_SYS_TYPES_H
  3558. | # include <sys/types.h>
  3559. | #endif
  3560. | #ifdef HAVE_SYS_STAT_H
  3561. | # include <sys/stat.h>
  3562. | #endif
  3563. | #ifdef STDC_HEADERS
  3564. | # include <stdlib.h>
  3565. | # include <stddef.h>
  3566. | #else
  3567. | # ifdef HAVE_STDLIB_H
  3568. | # include <stdlib.h>
  3569. | # endif
  3570. | #endif
  3571. | #ifdef HAVE_STRING_H
  3572. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3573. | # include <memory.h>
  3574. | # endif
  3575. | # include <string.h>
  3576. | #endif
  3577. | #ifdef HAVE_STRINGS_H
  3578. | # include <strings.h>
  3579. | #endif
  3580. | #ifdef HAVE_INTTYPES_H
  3581. | # include <inttypes.h>
  3582. | #endif
  3583. | #ifdef HAVE_STDINT_H
  3584. | # include <stdint.h>
  3585. | #endif
  3586. | #ifdef HAVE_UNISTD_H
  3587. | # include <unistd.h>
  3588. | #endif
  3589. | #include <net/pfkeyv2.h>
  3590. configure:18258: result: no
  3591. configure:18258: checking net/pfkeyv2.h presence
  3592. configure:18258: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
  3593. conftest.c:56:25: fatal error: net/pfkeyv2.h: No such file or directory
  3594. compilation terminated.
  3595. configure:18258: $? = 1
  3596. configure: failed program was:
  3597. | /* confdefs.h */
  3598. | #define PACKAGE_NAME "strongSwan"
  3599. | #define PACKAGE_TARNAME "strongswan"
  3600. | #define PACKAGE_VERSION "5.3.2"
  3601. | #define PACKAGE_STRING "strongSwan 5.3.2"
  3602. | #define PACKAGE_BUGREPORT ""
  3603. | #define PACKAGE_URL ""
  3604. | #define PACKAGE "strongswan"
  3605. | #define VERSION "5.3.2"
  3606. | #define CONFIG_H_INCLUDED /**/
  3607. | #define STDC_HEADERS 1
  3608. | #define HAVE_SYS_TYPES_H 1
  3609. | #define HAVE_SYS_STAT_H 1
  3610. | #define HAVE_STDLIB_H 1
  3611. | #define HAVE_STRING_H 1
  3612. | #define HAVE_MEMORY_H 1
  3613. | #define HAVE_STRINGS_H 1
  3614. | #define HAVE_INTTYPES_H 1
  3615. | #define HAVE_STDINT_H 1
  3616. | #define HAVE_UNISTD_H 1
  3617. | #define HAVE_DLFCN_H 1
  3618. | #define LT_OBJDIR ".libs/"
  3619. | #define YYTEXT_POINTER 1
  3620. | #define HAVE__BOOL 1
  3621. | #define HAVE_STDBOOL_H 1
  3622. | #define HAVE_ALLOCA_H 1
  3623. | #define HAVE_ALLOCA 1
  3624. | #define HAVE_DECL_STRERROR_R 1
  3625. | #define HAVE_STRERROR_R 1
  3626. | #define HAVE_BACKTRACE 1
  3627. | #define HAVE_DLADDR /**/
  3628. | #define HAVE_CONDATTR_CLOCK_MONOTONIC /**/
  3629. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  3630. | #define HAVE_PTHREAD_CANCEL 1
  3631. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  3632. | #define HAVE_PTHREAD_SPIN_INIT 1
  3633. | #define HAVE_SEM_TIMEDWAIT 1
  3634. | #define HAVE_GETTID /**/
  3635. | #define HAVE_SYS_GETTID /**/
  3636. | #define HAVE_QSORT_R /**/
  3637. | #define HAVE_QSORT_R_GNU /**/
  3638. | #define HAVE_PRCTL 1
  3639. | #define HAVE_MALLINFO 1
  3640. | #define HAVE_GETPASS 1
  3641. | #define HAVE_GETPWNAM_R 1
  3642. | #define HAVE_GETGRNAM_R 1
  3643. | #define HAVE_GETPWUID_R 1
  3644. | #define HAVE_FMEMOPEN 1
  3645. | #define HAVE_MMAP 1
  3646. | #define HAVE_MEMRCHR 1
  3647. | #define HAVE_SETLINEBUF 1
  3648. | #define HAVE_STRPTIME 1
  3649. | #define HAVE_SYSLOG /**/
  3650. | #define HAVE_GLOB_H 1
  3651. | /* end confdefs.h. */
  3652. | #include <net/pfkeyv2.h>
  3653. configure:18258: result: no
  3654. configure:18258: checking for net/pfkeyv2.h
  3655. configure:18258: result: no
  3656. configure:18258: checking netipsec/ipsec.h usability
  3657. configure:18258: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  3658. conftest.c:89:28: fatal error: netipsec/ipsec.h: No such file or directory
  3659. compilation terminated.
  3660. configure:18258: $? = 1
  3661. configure: failed program was:
  3662. | /* confdefs.h */
  3663. | #define PACKAGE_NAME "strongSwan"
  3664. | #define PACKAGE_TARNAME "strongswan"
  3665. | #define PACKAGE_VERSION "5.3.2"
  3666. | #define PACKAGE_STRING "strongSwan 5.3.2"
  3667. | #define PACKAGE_BUGREPORT ""
  3668. | #define PACKAGE_URL ""
  3669. | #define PACKAGE "strongswan"
  3670. | #define VERSION "5.3.2"
  3671. | #define CONFIG_H_INCLUDED /**/
  3672. | #define STDC_HEADERS 1
  3673. | #define HAVE_SYS_TYPES_H 1
  3674. | #define HAVE_SYS_STAT_H 1
  3675. | #define HAVE_STDLIB_H 1
  3676. | #define HAVE_STRING_H 1
  3677. | #define HAVE_MEMORY_H 1
  3678. | #define HAVE_STRINGS_H 1
  3679. | #define HAVE_INTTYPES_H 1
  3680. | #define HAVE_STDINT_H 1
  3681. | #define HAVE_UNISTD_H 1
  3682. | #define HAVE_DLFCN_H 1
  3683. | #define LT_OBJDIR ".libs/"
  3684. | #define YYTEXT_POINTER 1
  3685. | #define HAVE__BOOL 1
  3686. | #define HAVE_STDBOOL_H 1
  3687. | #define HAVE_ALLOCA_H 1
  3688. | #define HAVE_ALLOCA 1
  3689. | #define HAVE_DECL_STRERROR_R 1
  3690. | #define HAVE_STRERROR_R 1
  3691. | #define HAVE_BACKTRACE 1
  3692. | #define HAVE_DLADDR /**/
  3693. | #define HAVE_CONDATTR_CLOCK_MONOTONIC /**/
  3694. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  3695. | #define HAVE_PTHREAD_CANCEL 1
  3696. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  3697. | #define HAVE_PTHREAD_SPIN_INIT 1
  3698. | #define HAVE_SEM_TIMEDWAIT 1
  3699. | #define HAVE_GETTID /**/
  3700. | #define HAVE_SYS_GETTID /**/
  3701. | #define HAVE_QSORT_R /**/
  3702. | #define HAVE_QSORT_R_GNU /**/
  3703. | #define HAVE_PRCTL 1
  3704. | #define HAVE_MALLINFO 1
  3705. | #define HAVE_GETPASS 1
  3706. | #define HAVE_GETPWNAM_R 1
  3707. | #define HAVE_GETGRNAM_R 1
  3708. | #define HAVE_GETPWUID_R 1
  3709. | #define HAVE_FMEMOPEN 1
  3710. | #define HAVE_MMAP 1
  3711. | #define HAVE_MEMRCHR 1
  3712. | #define HAVE_SETLINEBUF 1
  3713. | #define HAVE_STRPTIME 1
  3714. | #define HAVE_SYSLOG /**/
  3715. | #define HAVE_GLOB_H 1
  3716. | /* end confdefs.h. */
  3717. | #include <stdio.h>
  3718. | #ifdef HAVE_SYS_TYPES_H
  3719. | # include <sys/types.h>
  3720. | #endif
  3721. | #ifdef HAVE_SYS_STAT_H
  3722. | # include <sys/stat.h>
  3723. | #endif
  3724. | #ifdef STDC_HEADERS
  3725. | # include <stdlib.h>
  3726. | # include <stddef.h>
  3727. | #else
  3728. | # ifdef HAVE_STDLIB_H
  3729. | # include <stdlib.h>
  3730. | # endif
  3731. | #endif
  3732. | #ifdef HAVE_STRING_H
  3733. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3734. | # include <memory.h>
  3735. | # endif
  3736. | # include <string.h>
  3737. | #endif
  3738. | #ifdef HAVE_STRINGS_H
  3739. | # include <strings.h>
  3740. | #endif
  3741. | #ifdef HAVE_INTTYPES_H
  3742. | # include <inttypes.h>
  3743. | #endif
  3744. | #ifdef HAVE_STDINT_H
  3745. | # include <stdint.h>
  3746. | #endif
  3747. | #ifdef HAVE_UNISTD_H
  3748. | # include <unistd.h>
  3749. | #endif
  3750. | #include <netipsec/ipsec.h>
  3751. configure:18258: result: no
  3752. configure:18258: checking netipsec/ipsec.h presence
  3753. configure:18258: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
  3754. conftest.c:56:28: fatal error: netipsec/ipsec.h: No such file or directory
  3755. compilation terminated.
  3756. configure:18258: $? = 1
  3757. configure: failed program was:
  3758. | /* confdefs.h */
  3759. | #define PACKAGE_NAME "strongSwan"
  3760. | #define PACKAGE_TARNAME "strongswan"
  3761. | #define PACKAGE_VERSION "5.3.2"
  3762. | #define PACKAGE_STRING "strongSwan 5.3.2"
  3763. | #define PACKAGE_BUGREPORT ""
  3764. | #define PACKAGE_URL ""
  3765. | #define PACKAGE "strongswan"
  3766. | #define VERSION "5.3.2"
  3767. | #define CONFIG_H_INCLUDED /**/
  3768. | #define STDC_HEADERS 1
  3769. | #define HAVE_SYS_TYPES_H 1
  3770. | #define HAVE_SYS_STAT_H 1
  3771. | #define HAVE_STDLIB_H 1
  3772. | #define HAVE_STRING_H 1
  3773. | #define HAVE_MEMORY_H 1
  3774. | #define HAVE_STRINGS_H 1
  3775. | #define HAVE_INTTYPES_H 1
  3776. | #define HAVE_STDINT_H 1
  3777. | #define HAVE_UNISTD_H 1
  3778. | #define HAVE_DLFCN_H 1
  3779. | #define LT_OBJDIR ".libs/"
  3780. | #define YYTEXT_POINTER 1
  3781. | #define HAVE__BOOL 1
  3782. | #define HAVE_STDBOOL_H 1
  3783. | #define HAVE_ALLOCA_H 1
  3784. | #define HAVE_ALLOCA 1
  3785. | #define HAVE_DECL_STRERROR_R 1
  3786. | #define HAVE_STRERROR_R 1
  3787. | #define HAVE_BACKTRACE 1
  3788. | #define HAVE_DLADDR /**/
  3789. | #define HAVE_CONDATTR_CLOCK_MONOTONIC /**/
  3790. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  3791. | #define HAVE_PTHREAD_CANCEL 1
  3792. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  3793. | #define HAVE_PTHREAD_SPIN_INIT 1
  3794. | #define HAVE_SEM_TIMEDWAIT 1
  3795. | #define HAVE_GETTID /**/
  3796. | #define HAVE_SYS_GETTID /**/
  3797. | #define HAVE_QSORT_R /**/
  3798. | #define HAVE_QSORT_R_GNU /**/
  3799. | #define HAVE_PRCTL 1
  3800. | #define HAVE_MALLINFO 1
  3801. | #define HAVE_GETPASS 1
  3802. | #define HAVE_GETPWNAM_R 1
  3803. | #define HAVE_GETGRNAM_R 1
  3804. | #define HAVE_GETPWUID_R 1
  3805. | #define HAVE_FMEMOPEN 1
  3806. | #define HAVE_MMAP 1
  3807. | #define HAVE_MEMRCHR 1
  3808. | #define HAVE_SETLINEBUF 1
  3809. | #define HAVE_STRPTIME 1
  3810. | #define HAVE_SYSLOG /**/
  3811. | #define HAVE_GLOB_H 1
  3812. | /* end confdefs.h. */
  3813. | #include <netipsec/ipsec.h>
  3814. configure:18258: result: no
  3815. configure:18258: checking for netipsec/ipsec.h
  3816. configure:18258: result: no
  3817. configure:18258: checking netinet6/ipsec.h usability
  3818. configure:18258: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  3819. conftest.c:89:28: fatal error: netinet6/ipsec.h: No such file or directory
  3820. compilation terminated.
  3821. configure:18258: $? = 1
  3822. configure: failed program was:
  3823. | /* confdefs.h */
  3824. | #define PACKAGE_NAME "strongSwan"
  3825. | #define PACKAGE_TARNAME "strongswan"
  3826. | #define PACKAGE_VERSION "5.3.2"
  3827. | #define PACKAGE_STRING "strongSwan 5.3.2"
  3828. | #define PACKAGE_BUGREPORT ""
  3829. | #define PACKAGE_URL ""
  3830. | #define PACKAGE "strongswan"
  3831. | #define VERSION "5.3.2"
  3832. | #define CONFIG_H_INCLUDED /**/
  3833. | #define STDC_HEADERS 1
  3834. | #define HAVE_SYS_TYPES_H 1
  3835. | #define HAVE_SYS_STAT_H 1
  3836. | #define HAVE_STDLIB_H 1
  3837. | #define HAVE_STRING_H 1
  3838. | #define HAVE_MEMORY_H 1
  3839. | #define HAVE_STRINGS_H 1
  3840. | #define HAVE_INTTYPES_H 1
  3841. | #define HAVE_STDINT_H 1
  3842. | #define HAVE_UNISTD_H 1
  3843. | #define HAVE_DLFCN_H 1
  3844. | #define LT_OBJDIR ".libs/"
  3845. | #define YYTEXT_POINTER 1
  3846. | #define HAVE__BOOL 1
  3847. | #define HAVE_STDBOOL_H 1
  3848. | #define HAVE_ALLOCA_H 1
  3849. | #define HAVE_ALLOCA 1
  3850. | #define HAVE_DECL_STRERROR_R 1
  3851. | #define HAVE_STRERROR_R 1
  3852. | #define HAVE_BACKTRACE 1
  3853. | #define HAVE_DLADDR /**/
  3854. | #define HAVE_CONDATTR_CLOCK_MONOTONIC /**/
  3855. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  3856. | #define HAVE_PTHREAD_CANCEL 1
  3857. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  3858. | #define HAVE_PTHREAD_SPIN_INIT 1
  3859. | #define HAVE_SEM_TIMEDWAIT 1
  3860. | #define HAVE_GETTID /**/
  3861. | #define HAVE_SYS_GETTID /**/
  3862. | #define HAVE_QSORT_R /**/
  3863. | #define HAVE_QSORT_R_GNU /**/
  3864. | #define HAVE_PRCTL 1
  3865. | #define HAVE_MALLINFO 1
  3866. | #define HAVE_GETPASS 1
  3867. | #define HAVE_GETPWNAM_R 1
  3868. | #define HAVE_GETGRNAM_R 1
  3869. | #define HAVE_GETPWUID_R 1
  3870. | #define HAVE_FMEMOPEN 1
  3871. | #define HAVE_MMAP 1
  3872. | #define HAVE_MEMRCHR 1
  3873. | #define HAVE_SETLINEBUF 1
  3874. | #define HAVE_STRPTIME 1
  3875. | #define HAVE_SYSLOG /**/
  3876. | #define HAVE_GLOB_H 1
  3877. | /* end confdefs.h. */
  3878. | #include <stdio.h>
  3879. | #ifdef HAVE_SYS_TYPES_H
  3880. | # include <sys/types.h>
  3881. | #endif
  3882. | #ifdef HAVE_SYS_STAT_H
  3883. | # include <sys/stat.h>
  3884. | #endif
  3885. | #ifdef STDC_HEADERS
  3886. | # include <stdlib.h>
  3887. | # include <stddef.h>
  3888. | #else
  3889. | # ifdef HAVE_STDLIB_H
  3890. | # include <stdlib.h>
  3891. | # endif
  3892. | #endif
  3893. | #ifdef HAVE_STRING_H
  3894. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3895. | # include <memory.h>
  3896. | # endif
  3897. | # include <string.h>
  3898. | #endif
  3899. | #ifdef HAVE_STRINGS_H
  3900. | # include <strings.h>
  3901. | #endif
  3902. | #ifdef HAVE_INTTYPES_H
  3903. | # include <inttypes.h>
  3904. | #endif
  3905. | #ifdef HAVE_STDINT_H
  3906. | # include <stdint.h>
  3907. | #endif
  3908. | #ifdef HAVE_UNISTD_H
  3909. | # include <unistd.h>
  3910. | #endif
  3911. | #include <netinet6/ipsec.h>
  3912. configure:18258: result: no
  3913. configure:18258: checking netinet6/ipsec.h presence
  3914. configure:18258: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
  3915. conftest.c:56:28: fatal error: netinet6/ipsec.h: No such file or directory
  3916. compilation terminated.
  3917. configure:18258: $? = 1
  3918. configure: failed program was:
  3919. | /* confdefs.h */
  3920. | #define PACKAGE_NAME "strongSwan"
  3921. | #define PACKAGE_TARNAME "strongswan"
  3922. | #define PACKAGE_VERSION "5.3.2"
  3923. | #define PACKAGE_STRING "strongSwan 5.3.2"
  3924. | #define PACKAGE_BUGREPORT ""
  3925. | #define PACKAGE_URL ""
  3926. | #define PACKAGE "strongswan"
  3927. | #define VERSION "5.3.2"
  3928. | #define CONFIG_H_INCLUDED /**/
  3929. | #define STDC_HEADERS 1
  3930. | #define HAVE_SYS_TYPES_H 1
  3931. | #define HAVE_SYS_STAT_H 1
  3932. | #define HAVE_STDLIB_H 1
  3933. | #define HAVE_STRING_H 1
  3934. | #define HAVE_MEMORY_H 1
  3935. | #define HAVE_STRINGS_H 1
  3936. | #define HAVE_INTTYPES_H 1
  3937. | #define HAVE_STDINT_H 1
  3938. | #define HAVE_UNISTD_H 1
  3939. | #define HAVE_DLFCN_H 1
  3940. | #define LT_OBJDIR ".libs/"
  3941. | #define YYTEXT_POINTER 1
  3942. | #define HAVE__BOOL 1
  3943. | #define HAVE_STDBOOL_H 1
  3944. | #define HAVE_ALLOCA_H 1
  3945. | #define HAVE_ALLOCA 1
  3946. | #define HAVE_DECL_STRERROR_R 1
  3947. | #define HAVE_STRERROR_R 1
  3948. | #define HAVE_BACKTRACE 1
  3949. | #define HAVE_DLADDR /**/
  3950. | #define HAVE_CONDATTR_CLOCK_MONOTONIC /**/
  3951. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  3952. | #define HAVE_PTHREAD_CANCEL 1
  3953. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  3954. | #define HAVE_PTHREAD_SPIN_INIT 1
  3955. | #define HAVE_SEM_TIMEDWAIT 1
  3956. | #define HAVE_GETTID /**/
  3957. | #define HAVE_SYS_GETTID /**/
  3958. | #define HAVE_QSORT_R /**/
  3959. | #define HAVE_QSORT_R_GNU /**/
  3960. | #define HAVE_PRCTL 1
  3961. | #define HAVE_MALLINFO 1
  3962. | #define HAVE_GETPASS 1
  3963. | #define HAVE_GETPWNAM_R 1
  3964. | #define HAVE_GETGRNAM_R 1
  3965. | #define HAVE_GETPWUID_R 1
  3966. | #define HAVE_FMEMOPEN 1
  3967. | #define HAVE_MMAP 1
  3968. | #define HAVE_MEMRCHR 1
  3969. | #define HAVE_SETLINEBUF 1
  3970. | #define HAVE_STRPTIME 1
  3971. | #define HAVE_SYSLOG /**/
  3972. | #define HAVE_GLOB_H 1
  3973. | /* end confdefs.h. */
  3974. | #include <netinet6/ipsec.h>
  3975. configure:18258: result: no
  3976. configure:18258: checking for netinet6/ipsec.h
  3977. configure:18258: result: no
  3978. configure:18258: checking linux/udp.h usability
  3979. configure:18258: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  3980. configure:18258: $? = 0
  3981. configure:18258: result: yes
  3982. configure:18258: checking linux/udp.h presence
  3983. configure:18258: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
  3984. configure:18258: $? = 0
  3985. configure:18258: result: yes
  3986. configure:18258: checking for linux/udp.h
  3987. configure:18258: result: yes
  3988. configure:18271: checking for netinet/ip6.h
  3989. configure:18271: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  3990. configure:18271: $? = 0
  3991. configure:18271: result: yes
  3992. configure:18271: checking for linux/fib_rules.h
  3993. configure:18271: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  3994. configure:18271: $? = 0
  3995. configure:18271: result: yes
  3996. configure:18286: checking for struct sockaddr.sa_len
  3997. configure:18286: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  3998. conftest.c: In function 'main':
  3999. conftest.c:68:12: error: 'struct sockaddr' has no member named 'sa_len'
  4000. if (ac_aggr.sa_len)
  4001. ^
  4002. configure:18286: $? = 1
  4003. configure: failed program was:
  4004. | /* confdefs.h */
  4005. | #define PACKAGE_NAME "strongSwan"
  4006. | #define PACKAGE_TARNAME "strongswan"
  4007. | #define PACKAGE_VERSION "5.3.2"
  4008. | #define PACKAGE_STRING "strongSwan 5.3.2"
  4009. | #define PACKAGE_BUGREPORT ""
  4010. | #define PACKAGE_URL ""
  4011. | #define PACKAGE "strongswan"
  4012. | #define VERSION "5.3.2"
  4013. | #define CONFIG_H_INCLUDED /**/
  4014. | #define STDC_HEADERS 1
  4015. | #define HAVE_SYS_TYPES_H 1
  4016. | #define HAVE_SYS_STAT_H 1
  4017. | #define HAVE_STDLIB_H 1
  4018. | #define HAVE_STRING_H 1
  4019. | #define HAVE_MEMORY_H 1
  4020. | #define HAVE_STRINGS_H 1
  4021. | #define HAVE_INTTYPES_H 1
  4022. | #define HAVE_STDINT_H 1
  4023. | #define HAVE_UNISTD_H 1
  4024. | #define HAVE_DLFCN_H 1
  4025. | #define LT_OBJDIR ".libs/"
  4026. | #define YYTEXT_POINTER 1
  4027. | #define HAVE__BOOL 1
  4028. | #define HAVE_STDBOOL_H 1
  4029. | #define HAVE_ALLOCA_H 1
  4030. | #define HAVE_ALLOCA 1
  4031. | #define HAVE_DECL_STRERROR_R 1
  4032. | #define HAVE_STRERROR_R 1
  4033. | #define HAVE_BACKTRACE 1
  4034. | #define HAVE_DLADDR /**/
  4035. | #define HAVE_CONDATTR_CLOCK_MONOTONIC /**/
  4036. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  4037. | #define HAVE_PTHREAD_CANCEL 1
  4038. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  4039. | #define HAVE_PTHREAD_SPIN_INIT 1
  4040. | #define HAVE_SEM_TIMEDWAIT 1
  4041. | #define HAVE_GETTID /**/
  4042. | #define HAVE_SYS_GETTID /**/
  4043. | #define HAVE_QSORT_R /**/
  4044. | #define HAVE_QSORT_R_GNU /**/
  4045. | #define HAVE_PRCTL 1
  4046. | #define HAVE_MALLINFO 1
  4047. | #define HAVE_GETPASS 1
  4048. | #define HAVE_GETPWNAM_R 1
  4049. | #define HAVE_GETGRNAM_R 1
  4050. | #define HAVE_GETPWUID_R 1
  4051. | #define HAVE_FMEMOPEN 1
  4052. | #define HAVE_MMAP 1
  4053. | #define HAVE_MEMRCHR 1
  4054. | #define HAVE_SETLINEBUF 1
  4055. | #define HAVE_STRPTIME 1
  4056. | #define HAVE_SYSLOG /**/
  4057. | #define HAVE_GLOB_H 1
  4058. | #define HAVE_LINUX_UDP_H 1
  4059. | #define HAVE_NETINET_IP6_H 1
  4060. | #define HAVE_LINUX_FIB_RULES_H 1
  4061. | /* end confdefs.h. */
  4062. |
  4063. | #include <sys/types.h>
  4064. | #include <sys/socket.h>
  4065. |
  4066. |
  4067. | int
  4068. | main ()
  4069. | {
  4070. | static struct sockaddr ac_aggr;
  4071. | if (ac_aggr.sa_len)
  4072. | return 0;
  4073. | ;
  4074. | return 0;
  4075. | }
  4076. configure:18286: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  4077. conftest.c: In function 'main':
  4078. conftest.c:68:19: error: 'struct sockaddr' has no member named 'sa_len'
  4079. if (sizeof ac_aggr.sa_len)
  4080. ^
  4081. configure:18286: $? = 1
  4082. configure: failed program was:
  4083. | /* confdefs.h */
  4084. | #define PACKAGE_NAME "strongSwan"
  4085. | #define PACKAGE_TARNAME "strongswan"
  4086. | #define PACKAGE_VERSION "5.3.2"
  4087. | #define PACKAGE_STRING "strongSwan 5.3.2"
  4088. | #define PACKAGE_BUGREPORT ""
  4089. | #define PACKAGE_URL ""
  4090. | #define PACKAGE "strongswan"
  4091. | #define VERSION "5.3.2"
  4092. | #define CONFIG_H_INCLUDED /**/
  4093. | #define STDC_HEADERS 1
  4094. | #define HAVE_SYS_TYPES_H 1
  4095. | #define HAVE_SYS_STAT_H 1
  4096. | #define HAVE_STDLIB_H 1
  4097. | #define HAVE_STRING_H 1
  4098. | #define HAVE_MEMORY_H 1
  4099. | #define HAVE_STRINGS_H 1
  4100. | #define HAVE_INTTYPES_H 1
  4101. | #define HAVE_STDINT_H 1
  4102. | #define HAVE_UNISTD_H 1
  4103. | #define HAVE_DLFCN_H 1
  4104. | #define LT_OBJDIR ".libs/"
  4105. | #define YYTEXT_POINTER 1
  4106. | #define HAVE__BOOL 1
  4107. | #define HAVE_STDBOOL_H 1
  4108. | #define HAVE_ALLOCA_H 1
  4109. | #define HAVE_ALLOCA 1
  4110. | #define HAVE_DECL_STRERROR_R 1
  4111. | #define HAVE_STRERROR_R 1
  4112. | #define HAVE_BACKTRACE 1
  4113. | #define HAVE_DLADDR /**/
  4114. | #define HAVE_CONDATTR_CLOCK_MONOTONIC /**/
  4115. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  4116. | #define HAVE_PTHREAD_CANCEL 1
  4117. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  4118. | #define HAVE_PTHREAD_SPIN_INIT 1
  4119. | #define HAVE_SEM_TIMEDWAIT 1
  4120. | #define HAVE_GETTID /**/
  4121. | #define HAVE_SYS_GETTID /**/
  4122. | #define HAVE_QSORT_R /**/
  4123. | #define HAVE_QSORT_R_GNU /**/
  4124. | #define HAVE_PRCTL 1
  4125. | #define HAVE_MALLINFO 1
  4126. | #define HAVE_GETPASS 1
  4127. | #define HAVE_GETPWNAM_R 1
  4128. | #define HAVE_GETGRNAM_R 1
  4129. | #define HAVE_GETPWUID_R 1
  4130. | #define HAVE_FMEMOPEN 1
  4131. | #define HAVE_MMAP 1
  4132. | #define HAVE_MEMRCHR 1
  4133. | #define HAVE_SETLINEBUF 1
  4134. | #define HAVE_STRPTIME 1
  4135. | #define HAVE_SYSLOG /**/
  4136. | #define HAVE_GLOB_H 1
  4137. | #define HAVE_LINUX_UDP_H 1
  4138. | #define HAVE_NETINET_IP6_H 1
  4139. | #define HAVE_LINUX_FIB_RULES_H 1
  4140. | /* end confdefs.h. */
  4141. |
  4142. | #include <sys/types.h>
  4143. | #include <sys/socket.h>
  4144. |
  4145. |
  4146. | int
  4147. | main ()
  4148. | {
  4149. | static struct sockaddr ac_aggr;
  4150. | if (sizeof ac_aggr.sa_len)
  4151. | return 0;
  4152. | ;
  4153. | return 0;
  4154. | }
  4155. configure:18286: result: no
  4156. configure:18301: checking for struct sadb_x_policy.sadb_x_policy_priority
  4157. configure:18301: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  4158. configure:18301: $? = 0
  4159. configure:18301: result: yes
  4160. configure:18321: checking for in6addr_any
  4161. configure:18337: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  4162. configure:18337: $? = 0
  4163. configure:18338: result: yes
  4164. configure:18350: checking for in6_pktinfo
  4165. configure:18370: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  4166. configure:18370: $? = 0
  4167. configure:18371: result: yes
  4168. configure:18383: checking for RTM_IFANNOUNCE
  4169. configure:18398: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  4170. conftest.c: In function 'main':
  4171. conftest.c:68:8: error: 'RTM_IFANNOUNCE' undeclared (first use in this function)
  4172. return RTM_IFANNOUNCE;
  4173. ^
  4174. conftest.c:68:8: note: each undeclared identifier is reported only once for each function it appears in
  4175. configure:18398: $? = 1
  4176. configure: failed program was:
  4177. | /* confdefs.h */
  4178. | #define PACKAGE_NAME "strongSwan"
  4179. | #define PACKAGE_TARNAME "strongswan"
  4180. | #define PACKAGE_VERSION "5.3.2"
  4181. | #define PACKAGE_STRING "strongSwan 5.3.2"
  4182. | #define PACKAGE_BUGREPORT ""
  4183. | #define PACKAGE_URL ""
  4184. | #define PACKAGE "strongswan"
  4185. | #define VERSION "5.3.2"
  4186. | #define CONFIG_H_INCLUDED /**/
  4187. | #define STDC_HEADERS 1
  4188. | #define HAVE_SYS_TYPES_H 1
  4189. | #define HAVE_SYS_STAT_H 1
  4190. | #define HAVE_STDLIB_H 1
  4191. | #define HAVE_STRING_H 1
  4192. | #define HAVE_MEMORY_H 1
  4193. | #define HAVE_STRINGS_H 1
  4194. | #define HAVE_INTTYPES_H 1
  4195. | #define HAVE_STDINT_H 1
  4196. | #define HAVE_UNISTD_H 1
  4197. | #define HAVE_DLFCN_H 1
  4198. | #define LT_OBJDIR ".libs/"
  4199. | #define YYTEXT_POINTER 1
  4200. | #define HAVE__BOOL 1
  4201. | #define HAVE_STDBOOL_H 1
  4202. | #define HAVE_ALLOCA_H 1
  4203. | #define HAVE_ALLOCA 1
  4204. | #define HAVE_DECL_STRERROR_R 1
  4205. | #define HAVE_STRERROR_R 1
  4206. | #define HAVE_BACKTRACE 1
  4207. | #define HAVE_DLADDR /**/
  4208. | #define HAVE_CONDATTR_CLOCK_MONOTONIC /**/
  4209. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  4210. | #define HAVE_PTHREAD_CANCEL 1
  4211. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  4212. | #define HAVE_PTHREAD_SPIN_INIT 1
  4213. | #define HAVE_SEM_TIMEDWAIT 1
  4214. | #define HAVE_GETTID /**/
  4215. | #define HAVE_SYS_GETTID /**/
  4216. | #define HAVE_QSORT_R /**/
  4217. | #define HAVE_QSORT_R_GNU /**/
  4218. | #define HAVE_PRCTL 1
  4219. | #define HAVE_MALLINFO 1
  4220. | #define HAVE_GETPASS 1
  4221. | #define HAVE_GETPWNAM_R 1
  4222. | #define HAVE_GETGRNAM_R 1
  4223. | #define HAVE_GETPWUID_R 1
  4224. | #define HAVE_FMEMOPEN 1
  4225. | #define HAVE_MMAP 1
  4226. | #define HAVE_MEMRCHR 1
  4227. | #define HAVE_SETLINEBUF 1
  4228. | #define HAVE_STRPTIME 1
  4229. | #define HAVE_SYSLOG /**/
  4230. | #define HAVE_GLOB_H 1
  4231. | #define HAVE_LINUX_UDP_H 1
  4232. | #define HAVE_NETINET_IP6_H 1
  4233. | #define HAVE_LINUX_FIB_RULES_H 1
  4234. | #define HAVE_STRUCT_SADB_X_POLICY_SADB_X_POLICY_PRIORITY 1
  4235. | #define HAVE_IN6ADDR_ANY /**/
  4236. | #define HAVE_IN6_PKTINFO /**/
  4237. | /* end confdefs.h. */
  4238. | #include <sys/socket.h>
  4239. | #include <net/if.h>
  4240. | #include <net/route.h>
  4241. | int
  4242. | main ()
  4243. | {
  4244. | return RTM_IFANNOUNCE;
  4245. | ;
  4246. | return 0;
  4247. | }
  4248. configure:18405: result: no
  4249. configure:18411: checking for IPSEC_MODE_BEET
  4250. configure:18433: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  4251. configure:18433: $? = 0
  4252. configure:18434: result: yes
  4253. configure:18446: checking for IPSEC_DIR_FWD
  4254. configure:18468: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  4255. configure:18468: $? = 0
  4256. configure:18469: result: yes
  4257. configure:18481: checking for RTA_TABLE
  4258. configure:18497: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  4259. configure:18497: $? = 0
  4260. configure:18498: result: yes
  4261. configure:18510: checking for __int128
  4262. configure:18524: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  4263. configure:18524: $? = 0
  4264. configure:18525: result: yes
  4265. configure:18537: checking for GCC __sync operations
  4266. configure:18556: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  4267. configure:18556: $? = 0
  4268. configure:18556: ./conftest
  4269. configure:18556: $? = 0
  4270. configure:18557: result: yes
  4271. configure:18584: checking for register_printf_specifier
  4272. configure:18584: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  4273. configure:18584: $? = 0
  4274. configure:18584: result: yes
  4275. configure:18614: checking for Windows target
  4276. configure:18630: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  4277. conftest.c:68:21: fatal error: windows.h: No such file or directory
  4278. compilation terminated.
  4279. configure:18630: $? = 1
  4280. configure: failed program was:
  4281. | /* confdefs.h */
  4282. | #define PACKAGE_NAME "strongSwan"
  4283. | #define PACKAGE_TARNAME "strongswan"
  4284. | #define PACKAGE_VERSION "5.3.2"
  4285. | #define PACKAGE_STRING "strongSwan 5.3.2"
  4286. | #define PACKAGE_BUGREPORT ""
  4287. | #define PACKAGE_URL ""
  4288. | #define PACKAGE "strongswan"
  4289. | #define VERSION "5.3.2"
  4290. | #define CONFIG_H_INCLUDED /**/
  4291. | #define STDC_HEADERS 1
  4292. | #define HAVE_SYS_TYPES_H 1
  4293. | #define HAVE_SYS_STAT_H 1
  4294. | #define HAVE_STDLIB_H 1
  4295. | #define HAVE_STRING_H 1
  4296. | #define HAVE_MEMORY_H 1
  4297. | #define HAVE_STRINGS_H 1
  4298. | #define HAVE_INTTYPES_H 1
  4299. | #define HAVE_STDINT_H 1
  4300. | #define HAVE_UNISTD_H 1
  4301. | #define HAVE_DLFCN_H 1
  4302. | #define LT_OBJDIR ".libs/"
  4303. | #define YYTEXT_POINTER 1
  4304. | #define HAVE__BOOL 1
  4305. | #define HAVE_STDBOOL_H 1
  4306. | #define HAVE_ALLOCA_H 1
  4307. | #define HAVE_ALLOCA 1
  4308. | #define HAVE_DECL_STRERROR_R 1
  4309. | #define HAVE_STRERROR_R 1
  4310. | #define HAVE_BACKTRACE 1
  4311. | #define HAVE_DLADDR /**/
  4312. | #define HAVE_CONDATTR_CLOCK_MONOTONIC /**/
  4313. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  4314. | #define HAVE_PTHREAD_CANCEL 1
  4315. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  4316. | #define HAVE_PTHREAD_SPIN_INIT 1
  4317. | #define HAVE_SEM_TIMEDWAIT 1
  4318. | #define HAVE_GETTID /**/
  4319. | #define HAVE_SYS_GETTID /**/
  4320. | #define HAVE_QSORT_R /**/
  4321. | #define HAVE_QSORT_R_GNU /**/
  4322. | #define HAVE_PRCTL 1
  4323. | #define HAVE_MALLINFO 1
  4324. | #define HAVE_GETPASS 1
  4325. | #define HAVE_GETPWNAM_R 1
  4326. | #define HAVE_GETGRNAM_R 1
  4327. | #define HAVE_GETPWUID_R 1
  4328. | #define HAVE_FMEMOPEN 1
  4329. | #define HAVE_MMAP 1
  4330. | #define HAVE_MEMRCHR 1
  4331. | #define HAVE_SETLINEBUF 1
  4332. | #define HAVE_STRPTIME 1
  4333. | #define HAVE_SYSLOG /**/
  4334. | #define HAVE_GLOB_H 1
  4335. | #define HAVE_LINUX_UDP_H 1
  4336. | #define HAVE_NETINET_IP6_H 1
  4337. | #define HAVE_LINUX_FIB_RULES_H 1
  4338. | #define HAVE_STRUCT_SADB_X_POLICY_SADB_X_POLICY_PRIORITY 1
  4339. | #define HAVE_IN6ADDR_ANY /**/
  4340. | #define HAVE_IN6_PKTINFO /**/
  4341. | #define HAVE_IPSEC_MODE_BEET /**/
  4342. | #define HAVE_IPSEC_DIR_FWD /**/
  4343. | #define HAVE_RTA_TABLE /**/
  4344. | #define HAVE_INT128 /**/
  4345. | #define HAVE_GCC_SYNC_OPERATIONS /**/
  4346. | #define HAVE_PRINTF_SPECIFIER /**/
  4347. | /* end confdefs.h. */
  4348. | #include <windows.h>
  4349. | int
  4350. | main ()
  4351. | {
  4352. | #ifndef WIN32
  4353. | # error WIN32 undefined
  4354. | #endif
  4355. |
  4356. | ;
  4357. | return 0;
  4358. | }
  4359. configure:18646: result: no
  4360. configure:18656: checking for library containing clock_gettime
  4361. configure:18687: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  4362. configure:18687: $? = 0
  4363. configure:18704: result: none required
  4364. configure:18714: checking for clock_gettime
  4365. configure:18714: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  4366. configure:18714: $? = 0
  4367. configure:18714: result: yes
  4368. configure:18740: checking for working __attribute__((packed))
  4369. configure:18758: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  4370. configure:18758: $? = 0
  4371. configure:18759: result: yes
  4372. configure:18768: checking clang
  4373. configure:18785: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  4374. conftest.c: In function 'main':
  4375. conftest.c:75:6: error: #error not using LLVM clang
  4376. # error not using LLVM clang
  4377. ^
  4378. configure:18785: $? = 1
  4379. configure: failed program was:
  4380. | /* confdefs.h */
  4381. | #define PACKAGE_NAME "strongSwan"
  4382. | #define PACKAGE_TARNAME "strongswan"
  4383. | #define PACKAGE_VERSION "5.3.2"
  4384. | #define PACKAGE_STRING "strongSwan 5.3.2"
  4385. | #define PACKAGE_BUGREPORT ""
  4386. | #define PACKAGE_URL ""
  4387. | #define PACKAGE "strongswan"
  4388. | #define VERSION "5.3.2"
  4389. | #define CONFIG_H_INCLUDED /**/
  4390. | #define STDC_HEADERS 1
  4391. | #define HAVE_SYS_TYPES_H 1
  4392. | #define HAVE_SYS_STAT_H 1
  4393. | #define HAVE_STDLIB_H 1
  4394. | #define HAVE_STRING_H 1
  4395. | #define HAVE_MEMORY_H 1
  4396. | #define HAVE_STRINGS_H 1
  4397. | #define HAVE_INTTYPES_H 1
  4398. | #define HAVE_STDINT_H 1
  4399. | #define HAVE_UNISTD_H 1
  4400. | #define HAVE_DLFCN_H 1
  4401. | #define LT_OBJDIR ".libs/"
  4402. | #define YYTEXT_POINTER 1
  4403. | #define HAVE__BOOL 1
  4404. | #define HAVE_STDBOOL_H 1
  4405. | #define HAVE_ALLOCA_H 1
  4406. | #define HAVE_ALLOCA 1
  4407. | #define HAVE_DECL_STRERROR_R 1
  4408. | #define HAVE_STRERROR_R 1
  4409. | #define HAVE_BACKTRACE 1
  4410. | #define HAVE_DLADDR /**/
  4411. | #define HAVE_CONDATTR_CLOCK_MONOTONIC /**/
  4412. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  4413. | #define HAVE_PTHREAD_CANCEL 1
  4414. | #define HAVE_PTHREAD_RWLOCK_INIT 1
  4415. | #define HAVE_PTHREAD_SPIN_INIT 1
  4416. | #define HAVE_SEM_TIMEDWAIT 1
  4417. | #define HAVE_GETTID /**/
  4418. | #define HAVE_SYS_GETTID /**/
  4419. | #define HAVE_QSORT_R /**/
  4420. | #define HAVE_QSORT_R_GNU /**/
  4421. | #define HAVE_PRCTL 1
  4422. | #define HAVE_MALLINFO 1
  4423. | #define HAVE_GETPASS 1
  4424. | #define HAVE_GETPWNAM_R 1
  4425. | #define HAVE_GETGRNAM_R 1
  4426. | #define HAVE_GETPWUID_R 1
  4427. | #define HAVE_FMEMOPEN 1
  4428. | #define HAVE_MMAP 1
  4429. | #define HAVE_MEMRCHR 1
  4430. | #define HAVE_SETLINEBUF 1
  4431. | #define HAVE_STRPTIME 1
  4432. | #define HAVE_SYSLOG /**/
  4433. | #define HAVE_GLOB_H 1
  4434. | #define HAVE_LINUX_UDP_H 1
  4435. | #define HAVE_NETINET_IP6_H 1
  4436. | #define HAVE_LINUX_FIB_RULES_H 1
  4437. | #define HAVE_STRUCT_SADB_X_POLICY_SADB_X_POLICY_PRIORITY 1
  4438. | #define HAVE_IN6ADDR_ANY /**/
  4439. | #define HAVE_IN6_PKTINFO /**/
  4440. | #define HAVE_IPSEC_MODE_BEET /**/
  4441. | #define HAVE_IPSEC_DIR_FWD /**/
  4442. | #define HAVE_RTA_TABLE /**/
  4443. | #define HAVE_INT128 /**/
  4444. | #define HAVE_GCC_SYNC_OPERATIONS /**/
  4445. | #define HAVE_PRINTF_SPECIFIER /**/
  4446. | #define HAVE_CLOCK_GETTIME 1
  4447. | /* end confdefs.h. */
  4448. |
  4449. | int
  4450. | main ()
  4451. | {
  4452. |
  4453. | #ifndef __clang__
  4454. | # error not using LLVM clang
  4455. | #endif
  4456. |
  4457. | ;
  4458. | return 0;
  4459. | }
  4460. configure:18792: result: no
  4461. configure:20432: checking for main in -lcrypto
  4462. configure:20451: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c -lcrypto >&5
  4463. configure:20451: $? = 0
  4464. configure:20461: result: yes
  4465. configure:20469: checking openssl/evp.h usability
  4466. configure:20469: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  4467. configure:20469: $? = 0
  4468. configure:20469: result: yes
  4469. configure:20469: checking openssl/evp.h presence
  4470. configure:20469: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
  4471. In file included from /usr/include/stdio.h:27:0,
  4472. from /usr/include/openssl/bio.h:65,
  4473. from /usr/include/openssl/evp.h:75,
  4474. from conftest.c:69:
  4475. /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  4476. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  4477. ^
  4478. configure:20469: $? = 0
  4479. configure:20469: result: yes
  4480. configure:20469: checking for openssl/evp.h
  4481. configure:20469: result: yes
  4482. configure:20845: $PKG_CONFIG --exists --print-errors "libnm-glib"
  4483. configure:20848: $? = 0
  4484. configure:20852: checking for nm
  4485. configure:20859: $PKG_CONFIG --exists --print-errors "NetworkManager gthread-2.0 libnm-util libnm-glib libnm-glib-vpn"
  4486. configure:20862: $? = 0
  4487. configure:20876: $PKG_CONFIG --exists --print-errors "NetworkManager gthread-2.0 libnm-util libnm-glib libnm-glib-vpn"
  4488. configure:20879: $? = 0
  4489. configure:20937: result: yes
  4490. configure:24488: checking that generated files are newer than configure
  4491. configure:24494: result: done
  4492. configure:25274: creating ./config.status
  4493.  
  4494. ## ---------------------- ##
  4495. ## Running config.status. ##
  4496. ## ---------------------- ##
  4497.  
  4498. This file was extended by strongSwan config.status 5.3.2, which was
  4499. generated by GNU Autoconf 2.69. Invocation command line was
  4500.  
  4501. CONFIG_FILES =
  4502. CONFIG_HEADERS =
  4503. CONFIG_LINKS =
  4504. CONFIG_COMMANDS =
  4505. $ ./config.status
  4506.  
  4507. on jules-ntb
  4508.  
  4509. config.status:1831: creating Makefile
  4510. config.status:1831: creating conf/Makefile
  4511. config.status:1831: creating man/Makefile
  4512. config.status:1831: creating init/Makefile
  4513. config.status:1831: creating init/systemd/Makefile
  4514. config.status:1831: creating init/systemd-swanctl/Makefile
  4515. config.status:1831: creating src/Makefile
  4516. config.status:1831: creating src/include/Makefile
  4517. config.status:1831: creating src/libstrongswan/Makefile
  4518. config.status:1831: creating src/libstrongswan/plugins/aes/Makefile
  4519. config.status:1831: creating src/libstrongswan/plugins/cmac/Makefile
  4520. config.status:1831: creating src/libstrongswan/plugins/des/Makefile
  4521. config.status:1831: creating src/libstrongswan/plugins/blowfish/Makefile
  4522. config.status:1831: creating src/libstrongswan/plugins/rc2/Makefile
  4523. config.status:1831: creating src/libstrongswan/plugins/md4/Makefile
  4524. config.status:1831: creating src/libstrongswan/plugins/md5/Makefile
  4525. config.status:1831: creating src/libstrongswan/plugins/sha1/Makefile
  4526. config.status:1831: creating src/libstrongswan/plugins/sha2/Makefile
  4527. config.status:1831: creating src/libstrongswan/plugins/fips_prf/Makefile
  4528. config.status:1831: creating src/libstrongswan/plugins/gmp/Makefile
  4529. config.status:1831: creating src/libstrongswan/plugins/rdrand/Makefile
  4530. config.status:1831: creating src/libstrongswan/plugins/aesni/Makefile
  4531. config.status:1831: creating src/libstrongswan/plugins/random/Makefile
  4532. config.status:1831: creating src/libstrongswan/plugins/nonce/Makefile
  4533. config.status:1831: creating src/libstrongswan/plugins/hmac/Makefile
  4534. config.status:1831: creating src/libstrongswan/plugins/xcbc/Makefile
  4535. config.status:1831: creating src/libstrongswan/plugins/x509/Makefile
  4536. config.status:1831: creating src/libstrongswan/plugins/revocation/Makefile
  4537. config.status:1831: creating src/libstrongswan/plugins/constraints/Makefile
  4538. config.status:1831: creating src/libstrongswan/plugins/acert/Makefile
  4539. config.status:1831: creating src/libstrongswan/plugins/pubkey/Makefile
  4540. config.status:1831: creating src/libstrongswan/plugins/pkcs1/Makefile
  4541. config.status:1831: creating src/libstrongswan/plugins/pkcs7/Makefile
  4542. config.status:1831: creating src/libstrongswan/plugins/pkcs8/Makefile
  4543. config.status:1831: creating src/libstrongswan/plugins/pkcs12/Makefile
  4544. config.status:1831: creating src/libstrongswan/plugins/pgp/Makefile
  4545. config.status:1831: creating src/libstrongswan/plugins/dnskey/Makefile
  4546. config.status:1831: creating src/libstrongswan/plugins/sshkey/Makefile
  4547. config.status:1831: creating src/libstrongswan/plugins/pem/Makefile
  4548. config.status:1831: creating src/libstrongswan/plugins/curl/Makefile
  4549. config.status:1831: creating src/libstrongswan/plugins/files/Makefile
  4550. config.status:1831: creating src/libstrongswan/plugins/winhttp/Makefile
  4551. config.status:1831: creating src/libstrongswan/plugins/unbound/Makefile
  4552. config.status:1831: creating src/libstrongswan/plugins/soup/Makefile
  4553. config.status:1831: creating src/libstrongswan/plugins/ldap/Makefile
  4554. config.status:1831: creating src/libstrongswan/plugins/mysql/Makefile
  4555. config.status:1831: creating src/libstrongswan/plugins/sqlite/Makefile
  4556. config.status:1831: creating src/libstrongswan/plugins/padlock/Makefile
  4557. config.status:1831: creating src/libstrongswan/plugins/openssl/Makefile
  4558. config.status:1831: creating src/libstrongswan/plugins/gcrypt/Makefile
  4559. config.status:1831: creating src/libstrongswan/plugins/agent/Makefile
  4560. config.status:1831: creating src/libstrongswan/plugins/keychain/Makefile
  4561. config.status:1831: creating src/libstrongswan/plugins/pkcs11/Makefile
  4562. config.status:1831: creating src/libstrongswan/plugins/ctr/Makefile
  4563. config.status:1831: creating src/libstrongswan/plugins/ccm/Makefile
  4564. config.status:1831: creating src/libstrongswan/plugins/gcm/Makefile
  4565. config.status:1831: creating src/libstrongswan/plugins/af_alg/Makefile
  4566. config.status:1831: creating src/libstrongswan/plugins/ntru/Makefile
  4567. config.status:1831: creating src/libstrongswan/plugins/bliss/Makefile
  4568. config.status:1831: creating src/libstrongswan/plugins/bliss/tests/Makefile
  4569. config.status:1831: creating src/libstrongswan/plugins/test_vectors/Makefile
  4570. config.status:1831: creating src/libstrongswan/tests/Makefile
  4571. config.status:1831: creating src/libhydra/Makefile
  4572. config.status:1831: creating src/libhydra/plugins/kernel_netlink/Makefile
  4573. config.status:1831: creating src/libhydra/plugins/kernel_pfkey/Makefile
  4574. config.status:1831: creating src/libhydra/plugins/kernel_pfroute/Makefile
  4575. config.status:1831: creating src/libhydra/tests/Makefile
  4576. config.status:1831: creating src/libipsec/Makefile
  4577. config.status:1831: creating src/libsimaka/Makefile
  4578. config.status:1831: creating src/libtls/Makefile
  4579. config.status:1831: creating src/libtls/tests/Makefile
  4580. config.status:1831: creating src/libradius/Makefile
  4581. config.status:1831: creating src/libtncif/Makefile
  4582. config.status:1831: creating src/libtnccs/Makefile
  4583. config.status:1831: creating src/libtnccs/plugins/tnc_tnccs/Makefile
  4584. config.status:1831: creating src/libtnccs/plugins/tnc_imc/Makefile
  4585. config.status:1831: creating src/libtnccs/plugins/tnc_imv/Makefile
  4586. config.status:1831: creating src/libtnccs/plugins/tnccs_11/Makefile
  4587. config.status:1831: creating src/libtnccs/plugins/tnccs_20/Makefile
  4588. config.status:1831: creating src/libtnccs/plugins/tnccs_dynamic/Makefile
  4589. config.status:1831: creating src/libpttls/Makefile
  4590. config.status:1831: creating src/libimcv/Makefile
  4591. config.status:1831: creating src/libimcv/plugins/imc_test/Makefile
  4592. config.status:1831: creating src/libimcv/plugins/imv_test/Makefile
  4593. config.status:1831: creating src/libimcv/plugins/imc_scanner/Makefile
  4594. config.status:1831: creating src/libimcv/plugins/imv_scanner/Makefile
  4595. config.status:1831: creating src/libimcv/plugins/imc_os/Makefile
  4596. config.status:1831: creating src/libimcv/plugins/imv_os/Makefile
  4597. config.status:1831: creating src/libimcv/plugins/imc_attestation/Makefile
  4598. config.status:1831: creating src/libimcv/plugins/imv_attestation/Makefile
  4599. config.status:1831: creating src/libimcv/plugins/imc_swid/Makefile
  4600. config.status:1831: creating src/libimcv/plugins/imv_swid/Makefile
  4601. config.status:1831: creating src/charon/Makefile
  4602. config.status:1831: creating src/charon-nm/Makefile
  4603. config.status:1831: creating src/charon-tkm/Makefile
  4604. config.status:1831: creating src/charon-cmd/Makefile
  4605. config.status:1831: creating src/charon-svc/Makefile
  4606. config.status:1831: creating src/charon-systemd/Makefile
  4607. config.status:1831: creating src/libcharon/Makefile
  4608. config.status:1831: creating src/libcharon/plugins/eap_aka/Makefile
  4609. config.status:1831: creating src/libcharon/plugins/eap_aka_3gpp2/Makefile
  4610. config.status:1831: creating src/libcharon/plugins/eap_dynamic/Makefile
  4611. config.status:1831: creating src/libcharon/plugins/eap_identity/Makefile
  4612. config.status:1831: creating src/libcharon/plugins/eap_md5/Makefile
  4613. config.status:1831: creating src/libcharon/plugins/eap_gtc/Makefile
  4614. config.status:1831: creating src/libcharon/plugins/eap_sim/Makefile
  4615. config.status:1831: creating src/libcharon/plugins/eap_sim_file/Makefile
  4616. config.status:1831: creating src/libcharon/plugins/eap_sim_pcsc/Makefile
  4617. config.status:1831: creating src/libcharon/plugins/eap_simaka_sql/Makefile
  4618. config.status:1831: creating src/libcharon/plugins/eap_simaka_pseudonym/Makefile
  4619. config.status:1831: creating src/libcharon/plugins/eap_simaka_reauth/Makefile
  4620. config.status:1831: creating src/libcharon/plugins/eap_mschapv2/Makefile
  4621. config.status:1831: creating src/libcharon/plugins/eap_tls/Makefile
  4622. config.status:1831: creating src/libcharon/plugins/eap_ttls/Makefile
  4623. config.status:1831: creating src/libcharon/plugins/eap_peap/Makefile
  4624. config.status:1831: creating src/libcharon/plugins/eap_tnc/Makefile
  4625. config.status:1831: creating src/libcharon/plugins/eap_radius/Makefile
  4626. config.status:1831: creating src/libcharon/plugins/xauth_generic/Makefile
  4627. config.status:1831: creating src/libcharon/plugins/xauth_eap/Makefile
  4628. config.status:1831: creating src/libcharon/plugins/xauth_pam/Makefile
  4629. config.status:1831: creating src/libcharon/plugins/xauth_noauth/Makefile
  4630. config.status:1831: creating src/libcharon/plugins/tnc_ifmap/Makefile
  4631. config.status:1831: creating src/libcharon/plugins/tnc_pdp/Makefile
  4632. config.status:1831: creating src/libcharon/plugins/socket_default/Makefile
  4633. config.status:1831: creating src/libcharon/plugins/socket_dynamic/Makefile
  4634. config.status:1831: creating src/libcharon/plugins/socket_win/Makefile
  4635. config.status:1831: creating src/libcharon/plugins/connmark/Makefile
  4636. config.status:1831: creating src/libcharon/plugins/forecast/Makefile
  4637. config.status:1831: creating src/libcharon/plugins/farp/Makefile
  4638. config.status:1831: creating src/libcharon/plugins/smp/Makefile
  4639. config.status:1831: creating src/libcharon/plugins/sql/Makefile
  4640. config.status:1831: creating src/libcharon/plugins/dnscert/Makefile
  4641. config.status:1831: creating src/libcharon/plugins/ipseckey/Makefile
  4642. config.status:1831: creating src/libcharon/plugins/medsrv/Makefile
  4643. config.status:1831: creating src/libcharon/plugins/medcli/Makefile
  4644. config.status:1831: creating src/libcharon/plugins/addrblock/Makefile
  4645. config.status:1831: creating src/libcharon/plugins/unity/Makefile
  4646. config.status:1831: creating src/libcharon/plugins/uci/Makefile
  4647. config.status:1831: creating src/libcharon/plugins/ha/Makefile
  4648. config.status:1831: creating src/libcharon/plugins/kernel_libipsec/Makefile
  4649. config.status:1831: creating src/libcharon/plugins/kernel_wfp/Makefile
  4650. config.status:1831: creating src/libcharon/plugins/kernel_iph/Makefile
  4651. config.status:1831: creating src/libcharon/plugins/whitelist/Makefile
  4652. config.status:1831: creating src/libcharon/plugins/ext_auth/Makefile
  4653. config.status:1831: creating src/libcharon/plugins/lookip/Makefile
  4654. config.status:1831: creating src/libcharon/plugins/error_notify/Makefile
  4655. config.status:1831: creating src/libcharon/plugins/certexpire/Makefile
  4656. config.status:1831: creating src/libcharon/plugins/systime_fix/Makefile
  4657. config.status:1831: creating src/libcharon/plugins/led/Makefile
  4658. config.status:1831: creating src/libcharon/plugins/duplicheck/Makefile
  4659. config.status:1831: creating src/libcharon/plugins/coupling/Makefile
  4660. config.status:1831: creating src/libcharon/plugins/radattr/Makefile
  4661. config.status:1831: creating src/libcharon/plugins/osx_attr/Makefile
  4662. config.status:1831: creating src/libcharon/plugins/android_dns/Makefile
  4663. config.status:1831: creating src/libcharon/plugins/android_log/Makefile
  4664. config.status:1831: creating src/libcharon/plugins/maemo/Makefile
  4665. config.status:1831: creating src/libcharon/plugins/stroke/Makefile
  4666. config.status:1831: creating src/libcharon/plugins/vici/Makefile
  4667. config.status:1831: creating src/libcharon/plugins/vici/ruby/Makefile
  4668. config.status:1831: creating src/libcharon/plugins/vici/python/Makefile
  4669. config.status:1831: creating src/libcharon/plugins/updown/Makefile
  4670. config.status:1831: creating src/libcharon/plugins/dhcp/Makefile
  4671. config.status:1831: creating src/libcharon/plugins/load_tester/Makefile
  4672. config.status:1831: creating src/libcharon/plugins/resolve/Makefile
  4673. config.status:1831: creating src/libcharon/plugins/attr/Makefile
  4674. config.status:1831: creating src/libcharon/plugins/attr_sql/Makefile
  4675. config.status:1831: creating src/libcharon/tests/Makefile
  4676. config.status:1831: creating src/stroke/Makefile
  4677. config.status:1831: creating src/ipsec/Makefile
  4678. config.status:1831: creating src/starter/Makefile
  4679. config.status:1831: creating src/starter/tests/Makefile
  4680. config.status:1831: creating src/_updown/Makefile
  4681. config.status:1831: creating src/_copyright/Makefile
  4682. config.status:1831: creating src/scepclient/Makefile
  4683. config.status:1831: creating src/aikgen/Makefile
  4684. config.status:1831: creating src/pki/Makefile
  4685. config.status:1831: creating src/pki/man/Makefile
  4686. config.status:1831: creating src/pool/Makefile
  4687. config.status:1831: creating src/dumm/Makefile
  4688. config.status:1831: creating src/dumm/ext/extconf.rb
  4689. config.status:1831: creating src/libfast/Makefile
  4690. config.status:1831: creating src/manager/Makefile
  4691. config.status:1831: creating src/medsrv/Makefile
  4692. config.status:1831: creating src/checksum/Makefile
  4693. config.status:1831: creating src/conftest/Makefile
  4694. config.status:1831: creating src/pt-tls-client/Makefile
  4695. config.status:1831: creating src/swanctl/Makefile
  4696. config.status:1831: creating scripts/Makefile
  4697. config.status:1831: creating testing/Makefile
  4698. config.status:1831: creating conf/strongswan.conf.5.head
  4699. config.status:1831: creating conf/strongswan.conf.5.tail
  4700. config.status:1831: creating man/ipsec.conf.5
  4701. config.status:1831: creating man/ipsec.secrets.5
  4702. config.status:1831: creating src/charon-cmd/charon-cmd.8
  4703. config.status:1831: creating src/pki/man/pki.1
  4704. config.status:1831: creating src/pki/man/pki---gen.1
  4705. config.status:1831: creating src/pki/man/pki---issue.1
  4706. config.status:1831: creating src/pki/man/pki---keyid.1
  4707. config.status:1831: creating src/pki/man/pki---pkcs7.1
  4708. config.status:1831: creating src/pki/man/pki---pkcs12.1
  4709. config.status:1831: creating src/pki/man/pki---print.1
  4710. config.status:1831: creating src/pki/man/pki---pub.1
  4711. config.status:1831: creating src/pki/man/pki---req.1
  4712. config.status:1831: creating src/pki/man/pki---self.1
  4713. config.status:1831: creating src/pki/man/pki---signcrl.1
  4714. config.status:1831: creating src/pki/man/pki---acert.1
  4715. config.status:1831: creating src/pki/man/pki---verify.1
  4716. config.status:1831: creating src/swanctl/swanctl.8
  4717. config.status:1831: creating src/swanctl/swanctl.conf.5.head
  4718. config.status:1831: creating src/swanctl/swanctl.conf.5.tail
  4719. config.status:1831: creating config.h
  4720. config.status:2060: executing depfiles commands
  4721. config.status:2060: executing libtool commands
  4722. configure:27712: result:
  4723. configure:27714: result: strongSwan will be built with the following plugins
  4724. configure:27716: result: -----------------------------------------------------
  4725. configure:27719: result: libstrongswan: rc2 random nonce x509 revocation constraints pubkey pkcs1 pkcs7 pkcs8 pkcs12 pgp dnskey sshkey pem openssl agent xcbc cmac hmac
  4726. configure:27721: result: libcharon: attr resolve socket-default stroke updown eap-identity eap-md5 eap-gtc eap-mschapv2 xauth-generic
  4727. configure:27723: result: libhydra: kernel-netlink
  4728. configure:27725: result: libtnccs:
  4729. configure:27727: result:
  4730.  
  4731. ## ---------------- ##
  4732. ## Cache variables. ##
  4733. ## ---------------- ##
  4734.  
  4735. ac_cv_build=x86_64-unknown-linux-gnu
  4736. ac_cv_c_bigendian=no
  4737. ac_cv_c_compiler_gnu=yes
  4738. ac_cv_env_CC_set=
  4739. ac_cv_env_CC_value=
  4740. ac_cv_env_CFLAGS_set=set
  4741. ac_cv_env_CFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4'
  4742. ac_cv_env_CPPFLAGS_set=set
  4743. ac_cv_env_CPPFLAGS_value=-D_FORTIFY_SOURCE=2
  4744. ac_cv_env_CPP_set=
  4745. ac_cv_env_CPP_value=
  4746. ac_cv_env_LDFLAGS_set=set
  4747. ac_cv_env_LDFLAGS_value=-Wl,-O1,--sort-common,--as-needed,-z,relro
  4748. ac_cv_env_LIBS_set=
  4749. ac_cv_env_LIBS_value=
  4750. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  4751. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  4752. ac_cv_env_PKG_CONFIG_PATH_set=
  4753. ac_cv_env_PKG_CONFIG_PATH_value=
  4754. ac_cv_env_PKG_CONFIG_set=
  4755. ac_cv_env_PKG_CONFIG_value=
  4756. ac_cv_env_PYTHON_set=
  4757. ac_cv_env_PYTHON_value=
  4758. ac_cv_env_YACC_set=
  4759. ac_cv_env_YACC_value=
  4760. ac_cv_env_YFLAGS_set=
  4761. ac_cv_env_YFLAGS_value=
  4762. ac_cv_env_build_alias_set=
  4763. ac_cv_env_build_alias_value=
  4764. ac_cv_env_gtk_CFLAGS_set=
  4765. ac_cv_env_gtk_CFLAGS_value=
  4766. ac_cv_env_gtk_LIBS_set=
  4767. ac_cv_env_gtk_LIBS_value=
  4768. ac_cv_env_host_alias_set=
  4769. ac_cv_env_host_alias_value=
  4770. ac_cv_env_json_CFLAGS_set=
  4771. ac_cv_env_json_CFLAGS_value=
  4772. ac_cv_env_json_LIBS_set=
  4773. ac_cv_env_json_LIBS_value=
  4774. ac_cv_env_libiptc_CFLAGS_set=
  4775. ac_cv_env_libiptc_CFLAGS_value=
  4776. ac_cv_env_libiptc_LIBS_set=
  4777. ac_cv_env_libiptc_LIBS_value=
  4778. ac_cv_env_maemo_CFLAGS_set=
  4779. ac_cv_env_maemo_CFLAGS_value=
  4780. ac_cv_env_maemo_LIBS_set=
  4781. ac_cv_env_maemo_LIBS_value=
  4782. ac_cv_env_nm_CFLAGS_set=
  4783. ac_cv_env_nm_CFLAGS_value=
  4784. ac_cv_env_nm_LIBS_set=
  4785. ac_cv_env_nm_LIBS_value=
  4786. ac_cv_env_pcsclite_CFLAGS_set=
  4787. ac_cv_env_pcsclite_CFLAGS_value=
  4788. ac_cv_env_pcsclite_LIBS_set=
  4789. ac_cv_env_pcsclite_LIBS_value=
  4790. ac_cv_env_soup_CFLAGS_set=
  4791. ac_cv_env_soup_CFLAGS_value=
  4792. ac_cv_env_soup_LIBS_set=
  4793. ac_cv_env_soup_LIBS_value=
  4794. ac_cv_env_systemd_daemon_CFLAGS_set=
  4795. ac_cv_env_systemd_daemon_CFLAGS_value=
  4796. ac_cv_env_systemd_daemon_LIBS_set=
  4797. ac_cv_env_systemd_daemon_LIBS_value=
  4798. ac_cv_env_systemd_journal_CFLAGS_set=
  4799. ac_cv_env_systemd_journal_CFLAGS_value=
  4800. ac_cv_env_systemd_journal_LIBS_set=
  4801. ac_cv_env_systemd_journal_LIBS_value=
  4802. ac_cv_env_target_alias_set=
  4803. ac_cv_env_target_alias_value=
  4804. ac_cv_env_xml_CFLAGS_set=
  4805. ac_cv_env_xml_CFLAGS_value=
  4806. ac_cv_env_xml_LIBS_set=
  4807. ac_cv_env_xml_LIBS_value=
  4808. ac_cv_func_alloca_works=yes
  4809. ac_cv_func_backtrace=yes
  4810. ac_cv_func_clock_gettime=yes
  4811. ac_cv_func_closefrom=no
  4812. ac_cv_func_fmemopen=yes
  4813. ac_cv_func_funopen=no
  4814. ac_cv_func_getgrnam_r=yes
  4815. ac_cv_func_getpass=yes
  4816. ac_cv_func_getpwnam_r=yes
  4817. ac_cv_func_getpwuid_r=yes
  4818. ac_cv_func_gettid=no
  4819. ac_cv_func_mallinfo=yes
  4820. ac_cv_func_memrchr=yes
  4821. ac_cv_func_mmap=yes
  4822. ac_cv_func_prctl=yes
  4823. ac_cv_func_pthread_cancel=yes
  4824. ac_cv_func_pthread_cond_timedwait_monotonic=no
  4825. ac_cv_func_pthread_condattr_init=yes
  4826. ac_cv_func_pthread_rwlock_init=yes
  4827. ac_cv_func_pthread_spin_init=yes
  4828. ac_cv_func_qsort_r=yes
  4829. ac_cv_func_register_printf_specifier=yes
  4830. ac_cv_func_sem_timedwait=yes
  4831. ac_cv_func_setlinebuf=yes
  4832. ac_cv_func_strerror_r=yes
  4833. ac_cv_func_strerror_r_char_p=no
  4834. ac_cv_func_strptime=yes
  4835. ac_cv_func_syslog=yes
  4836. ac_cv_have_decl_strerror_r=yes
  4837. ac_cv_header_dlfcn_h=yes
  4838. ac_cv_header_glob_h=yes
  4839. ac_cv_header_inttypes_h=yes
  4840. ac_cv_header_linux_fib_rules_h=yes
  4841. ac_cv_header_linux_udp_h=yes
  4842. ac_cv_header_memory_h=yes
  4843. ac_cv_header_net_if_tun_h=no
  4844. ac_cv_header_net_pfkeyv2_h=no
  4845. ac_cv_header_netinet6_ipsec_h=no
  4846. ac_cv_header_netinet_ip6_h=yes
  4847. ac_cv_header_netipsec_ipsec_h=no
  4848. ac_cv_header_openssl_evp_h=yes
  4849. ac_cv_header_stdbool_h=yes
  4850. ac_cv_header_stdc=yes
  4851. ac_cv_header_stdint_h=yes
  4852. ac_cv_header_stdlib_h=yes
  4853. ac_cv_header_string_h=yes
  4854. ac_cv_header_strings_h=yes
  4855. ac_cv_header_sys_sockio_h=no
  4856. ac_cv_header_sys_stat_h=yes
  4857. ac_cv_header_sys_types_h=yes
  4858. ac_cv_header_unistd_h=yes
  4859. ac_cv_host=x86_64-unknown-linux-gnu
  4860. ac_cv_lib_crypto___main=yes
  4861. ac_cv_lib_lex=-lfl
  4862. ac_cv_member_struct_sadb_x_policy_sadb_x_policy_priority=yes
  4863. ac_cv_member_struct_sockaddr_sa_len=no
  4864. ac_cv_objext=o
  4865. ac_cv_path_EGREP='/usr/bin/grep -E'
  4866. ac_cv_path_FGREP='/usr/bin/grep -F'
  4867. ac_cv_path_GREP=/usr/bin/grep
  4868. ac_cv_path_PERL=/usr/bin/perl
  4869. ac_cv_path_PYTHON=/usr/bin/python
  4870. ac_cv_path_SED=/usr/bin/sed
  4871. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  4872. ac_cv_path_install='/usr/bin/install -c'
  4873. ac_cv_path_mkdir=/usr/bin/mkdir
  4874. ac_cv_prog_AWK=gawk
  4875. ac_cv_prog_CPP='gcc -E'
  4876. ac_cv_prog_LEX=flex
  4877. ac_cv_prog_YACC='bison -y'
  4878. ac_cv_prog_ac_ct_AR=ar
  4879. ac_cv_prog_ac_ct_CC=gcc
  4880. ac_cv_prog_ac_ct_OBJDUMP=objdump
  4881. ac_cv_prog_ac_ct_RANLIB=ranlib
  4882. ac_cv_prog_ac_ct_STRIP=strip
  4883. ac_cv_prog_cc_c89=
  4884. ac_cv_prog_cc_g=yes
  4885. ac_cv_prog_lex_root=lex.yy
  4886. ac_cv_prog_lex_yytext_pointer=yes
  4887. ac_cv_prog_make_make_set=yes
  4888. ac_cv_search_backtrace='none required'
  4889. ac_cv_search_clock_gettime='none required'
  4890. ac_cv_search_dlopen=-ldl
  4891. ac_cv_search_pthread_create=-lpthread
  4892. ac_cv_search_socket='none required'
  4893. ac_cv_type__Bool=yes
  4894. ac_cv_type_size_t=yes
  4895. ac_cv_working_alloca_h=yes
  4896. am_cv_CC_dependencies_compiler_type=gcc3
  4897. am_cv_make_support_nested_variables=yes
  4898. am_cv_prog_cc_c_o=yes
  4899. am_cv_prog_tar_ustar=gnutar
  4900. am_cv_python_platform=linux
  4901. am_cv_python_pyexecdir='${exec_prefix}/lib/python3.4/site-packages'
  4902. am_cv_python_pythondir='${prefix}/lib/python3.4/site-packages'
  4903. am_cv_python_version=3.4
  4904. lt_cv_ar_at_file=@
  4905. lt_cv_archive_cmds_need_lc=no
  4906. lt_cv_deplibs_check_method=pass_all
  4907. lt_cv_file_magic_cmd='$MAGIC_CMD'
  4908. lt_cv_file_magic_test_file=
  4909. lt_cv_ld_reload_flag=-r
  4910. lt_cv_nm_interface='BSD nm'
  4911. lt_cv_objdir=.libs
  4912. lt_cv_path_LD=/usr/bin/ld
  4913. lt_cv_path_NM='/usr/bin/nm -B'
  4914. lt_cv_path_mainfest_tool=no
  4915. lt_cv_prog_compiler_c_o=yes
  4916. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  4917. lt_cv_prog_compiler_pic_works=yes
  4918. lt_cv_prog_compiler_rtti_exceptions=no
  4919. lt_cv_prog_compiler_static_works=yes
  4920. lt_cv_prog_gnu_ld=yes
  4921. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  4922. lt_cv_shlibpath_overrides_runpath=no
  4923. 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'\'''
  4924. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  4925. 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'\'''
  4926. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  4927. lt_cv_sys_max_cmd_len=1572864
  4928. lt_cv_to_host_file_cmd=func_convert_file_noop
  4929. lt_cv_to_tool_file_cmd=func_convert_file_noop
  4930. pkg_cv_nm_CFLAGS='-pthread -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
  4931. pkg_cv_nm_LIBS='-lgthread-2.0 -pthread -lnm-glib -lnm-util -lnm-glib-vpn -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 '
  4932.  
  4933. ## ----------------- ##
  4934. ## Output variables. ##
  4935. ## ----------------- ##
  4936.  
  4937. ACLOCAL='${SHELL} /home/honza/dev/arch-build-system/aur/strongswan/src/strongswan-5.3.2/missing aclocal-1.14'
  4938. ALLOCA=''
  4939. AMDEPBACKSLASH='\'
  4940. AMDEP_FALSE='#'
  4941. AMDEP_TRUE=''
  4942. AMTAR='$${TAR-tar}'
  4943. AM_BACKSLASH='\'
  4944. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  4945. AM_DEFAULT_VERBOSITY='1'
  4946. AM_V='$(V)'
  4947. AR='ar'
  4948. AUTOCONF='${SHELL} /home/honza/dev/arch-build-system/aur/strongswan/src/strongswan-5.3.2/missing autoconf'
  4949. AUTOHEADER='${SHELL} /home/honza/dev/arch-build-system/aur/strongswan/src/strongswan-5.3.2/missing autoheader'
  4950. AUTOMAKE='${SHELL} /home/honza/dev/arch-build-system/aur/strongswan/src/strongswan-5.3.2/missing automake-1.14'
  4951. AWK='gawk'
  4952. BFDLIB=''
  4953. BTLIB=''
  4954. CC='gcc'
  4955. CCDEPMODE='depmode=gcc3'
  4956. CFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -include /home/honza/dev/arch-build-system/aur/strongswan/src/strongswan-5.3.2/config.h'
  4957. COVERAGE_CFLAGS=''
  4958. COVERAGE_FALSE=''
  4959. COVERAGE_LDFLAGS=''
  4960. COVERAGE_TRUE='#'
  4961. CPP='gcc -E'
  4962. CPPFLAGS='-D_FORTIFY_SOURCE=2'
  4963. CYGPATH_W='echo'
  4964. DEFS='-DHAVE_CONFIG_H'
  4965. DEPDIR='.deps'
  4966. DLLIB='-ldl '
  4967. DLLTOOL='false'
  4968. DSYMUTIL=''
  4969. DUMPBIN=''
  4970. EASY_INSTALL=''
  4971. ECHO_C=''
  4972. ECHO_N='-n'
  4973. ECHO_T=''
  4974. EGREP='/usr/bin/grep -E'
  4975. EXEEXT=''
  4976. FGREP='/usr/bin/grep -F'
  4977. GEM=''
  4978. GENHTML=''
  4979. GPERF=''
  4980. GPRBUILD=''
  4981. GREP='/usr/bin/grep'
  4982. INSTALL_DATA='${INSTALL} -m 644'
  4983. INSTALL_PROGRAM='${INSTALL}'
  4984. INSTALL_SCRIPT='${INSTALL}'
  4985. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  4986. LCOV=''
  4987. LD='/usr/bin/ld -m elf_x86_64'
  4988. LDFLAGS='-Wl,-O1,--sort-common,--as-needed,-z,relro'
  4989. LEX='flex'
  4990. LEXLIB='-lfl'
  4991. LEX_OUTPUT_ROOT='lex.yy'
  4992. LIBOBJS=''
  4993. LIBS=''
  4994. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  4995. LIPO=''
  4996. LN_S='ln -s'
  4997. LTLIBOBJS=''
  4998. MAKEINFO='${SHELL} /home/honza/dev/arch-build-system/aur/strongswan/src/strongswan-5.3.2/missing makeinfo'
  4999. MANIFEST_TOOL=':'
  5000. MKDIR_P='/usr/bin/mkdir -p'
  5001. MONOLITHIC_FALSE=''
  5002. MONOLITHIC_TRUE='#'
  5003. MYSQLCFLAG=''
  5004. MYSQLCONFIG=''
  5005. MYSQLLIB=''
  5006. NM='/usr/bin/nm -B'
  5007. NMEDIT=''
  5008. OBJDUMP='objdump'
  5009. OBJEXT='o'
  5010. OPENSSL_LIB='-lcrypto'
  5011. OTOOL64=''
  5012. OTOOL=''
  5013. PACKAGE='strongswan'
  5014. PACKAGE_BUGREPORT=''
  5015. PACKAGE_NAME='strongSwan'
  5016. PACKAGE_STRING='strongSwan 5.3.2'
  5017. PACKAGE_TARNAME='strongswan'
  5018. PACKAGE_URL=''
  5019. PACKAGE_VERSION='5.3.2'
  5020. PACKAGE_VERSION_BUILD='2'
  5021. PACKAGE_VERSION_MAJOR='5'
  5022. PACKAGE_VERSION_MINOR='3'
  5023. PACKAGE_VERSION_REVIEW=''
  5024. PATH_SEPARATOR=':'
  5025. PERL='/usr/bin/perl'
  5026. PKG_CONFIG='/usr/bin/pkg-config'
  5027. PKG_CONFIG_LIBDIR=''
  5028. PKG_CONFIG_PATH=''
  5029. PLUGIN_CFLAGS='-rdynamic'
  5030. PTHREADLIB='-lpthread '
  5031. PYTHON='/usr/bin/python'
  5032. PYTHONEGGINSTALLDIR=''
  5033. PYTHON_EGGS_INSTALL_FALSE=''
  5034. PYTHON_EGGS_INSTALL_TRUE='#'
  5035. PYTHON_EXEC_PREFIX='${exec_prefix}'
  5036. PYTHON_PLATFORM='linux'
  5037. PYTHON_PREFIX='${prefix}'
  5038. PYTHON_VERSION='3.4'
  5039. PY_TEST=''
  5040. RANLIB='ranlib'
  5041. RTLIB=''
  5042. RUBY=''
  5043. RUBYGEMDIR=''
  5044. RUBYINCLUDE=''
  5045. RUBYLIB=''
  5046. RUBY_GEMS_INSTALL_FALSE=''
  5047. RUBY_GEMS_INSTALL_TRUE='#'
  5048. SED='/usr/bin/sed'
  5049. SET_MAKE=''
  5050. SHELL='/bin/sh'
  5051. SOCKLIB=''
  5052. STRIP='strip'
  5053. UNWINDLIB=''
  5054. USE_ACERT_FALSE=''
  5055. USE_ACERT_TRUE='#'
  5056. USE_ADDRBLOCK_FALSE=''
  5057. USE_ADDRBLOCK_TRUE='#'
  5058. USE_ADNS_FALSE=''
  5059. USE_ADNS_TRUE='#'
  5060. USE_AESNI_FALSE=''
  5061. USE_AESNI_TRUE='#'
  5062. USE_AES_FALSE=''
  5063. USE_AES_TRUE='#'
  5064. USE_AF_ALG_FALSE=''
  5065. USE_AF_ALG_TRUE='#'
  5066. USE_AGENT_FALSE='#'
  5067. USE_AGENT_TRUE=''
  5068. USE_AIKGEN_FALSE=''
  5069. USE_AIKGEN_TRUE='#'
  5070. USE_ANDROID_DNS_FALSE=''
  5071. USE_ANDROID_DNS_TRUE='#'
  5072. USE_ANDROID_LOG_FALSE=''
  5073. USE_ANDROID_LOG_TRUE='#'
  5074. USE_ATTR_FALSE='#'
  5075. USE_ATTR_SQL_FALSE=''
  5076. USE_ATTR_SQL_TRUE='#'
  5077. USE_ATTR_TRUE=''
  5078. USE_BLISS_FALSE=''
  5079. USE_BLISS_TRUE='#'
  5080. USE_BLOWFISH_FALSE=''
  5081. USE_BLOWFISH_TRUE='#'
  5082. USE_BUILTIN_PRINTF_FALSE=''
  5083. USE_BUILTIN_PRINTF_TRUE='#'
  5084. USE_CCM_FALSE=''
  5085. USE_CCM_TRUE='#'
  5086. USE_CERTEXPIRE_FALSE=''
  5087. USE_CERTEXPIRE_TRUE='#'
  5088. USE_CHARON_FALSE='#'
  5089. USE_CHARON_TRUE=''
  5090. USE_CMAC_FALSE='#'
  5091. USE_CMAC_TRUE=''
  5092. USE_CMD_FALSE=''
  5093. USE_CMD_TRUE='#'
  5094. USE_CONFTEST_FALSE=''
  5095. USE_CONFTEST_TRUE='#'
  5096. USE_CONNMARK_FALSE=''
  5097. USE_CONNMARK_TRUE='#'
  5098. USE_CONSTRAINTS_FALSE='#'
  5099. USE_CONSTRAINTS_TRUE=''
  5100. USE_COUPLING_FALSE=''
  5101. USE_COUPLING_TRUE='#'
  5102. USE_CTR_FALSE=''
  5103. USE_CTR_TRUE='#'
  5104. USE_CURL_FALSE=''
  5105. USE_CURL_TRUE='#'
  5106. USE_DBGHELP_FALSE=''
  5107. USE_DBGHELP_TRUE='#'
  5108. USE_DES_FALSE=''
  5109. USE_DES_TRUE='#'
  5110. USE_DEV_HEADERS_FALSE=''
  5111. USE_DEV_HEADERS_TRUE='#'
  5112. USE_DHCP_FALSE=''
  5113. USE_DHCP_TRUE='#'
  5114. USE_DNSCERT_FALSE=''
  5115. USE_DNSCERT_TRUE='#'
  5116. USE_DNSKEY_FALSE='#'
  5117. USE_DNSKEY_TRUE=''
  5118. USE_DUMM_FALSE=''
  5119. USE_DUMM_TRUE='#'
  5120. USE_DUPLICHECK_FALSE=''
  5121. USE_DUPLICHECK_TRUE='#'
  5122. USE_EAP_AKA_3GPP2_FALSE=''
  5123. USE_EAP_AKA_3GPP2_TRUE='#'
  5124. USE_EAP_AKA_FALSE=''
  5125. USE_EAP_AKA_TRUE='#'
  5126. USE_EAP_DYNAMIC_FALSE=''
  5127. USE_EAP_DYNAMIC_TRUE='#'
  5128. USE_EAP_GTC_FALSE='#'
  5129. USE_EAP_GTC_TRUE=''
  5130. USE_EAP_IDENTITY_FALSE='#'
  5131. USE_EAP_IDENTITY_TRUE=''
  5132. USE_EAP_MD5_FALSE='#'
  5133. USE_EAP_MD5_TRUE=''
  5134. USE_EAP_MSCHAPV2_FALSE='#'
  5135. USE_EAP_MSCHAPV2_TRUE=''
  5136. USE_EAP_PEAP_FALSE=''
  5137. USE_EAP_PEAP_TRUE='#'
  5138. USE_EAP_RADIUS_FALSE=''
  5139. USE_EAP_RADIUS_TRUE='#'
  5140. USE_EAP_SIMAKA_PSEUDONYM_FALSE=''
  5141. USE_EAP_SIMAKA_PSEUDONYM_TRUE='#'
  5142. USE_EAP_SIMAKA_REAUTH_FALSE=''
  5143. USE_EAP_SIMAKA_REAUTH_TRUE='#'
  5144. USE_EAP_SIMAKA_SQL_FALSE=''
  5145. USE_EAP_SIMAKA_SQL_TRUE='#'
  5146. USE_EAP_SIM_FALSE=''
  5147. USE_EAP_SIM_FILE_FALSE=''
  5148. USE_EAP_SIM_FILE_TRUE='#'
  5149. USE_EAP_SIM_PCSC_FALSE=''
  5150. USE_EAP_SIM_PCSC_TRUE='#'
  5151. USE_EAP_SIM_TRUE='#'
  5152. USE_EAP_TLS_FALSE=''
  5153. USE_EAP_TLS_TRUE='#'
  5154. USE_EAP_TNC_FALSE=''
  5155. USE_EAP_TNC_TRUE='#'
  5156. USE_EAP_TTLS_FALSE=''
  5157. USE_EAP_TTLS_TRUE='#'
  5158. USE_ERROR_NOTIFY_FALSE=''
  5159. USE_ERROR_NOTIFY_TRUE='#'
  5160. USE_EXT_AUTH_FALSE=''
  5161. USE_EXT_AUTH_TRUE='#'
  5162. USE_FARP_FALSE=''
  5163. USE_FARP_TRUE='#'
  5164. USE_FAST_FALSE=''
  5165. USE_FAST_TRUE='#'
  5166. USE_FILES_FALSE=''
  5167. USE_FILES_TRUE='#'
  5168. USE_FILE_CONFIG_FALSE='#'
  5169. USE_FILE_CONFIG_TRUE=''
  5170. USE_FIPS_PRF_FALSE=''
  5171. USE_FIPS_PRF_TRUE='#'
  5172. USE_FORECAST_FALSE=''
  5173. USE_FORECAST_TRUE='#'
  5174. USE_GCM_FALSE=''
  5175. USE_GCM_TRUE='#'
  5176. USE_GCRYPT_FALSE=''
  5177. USE_GCRYPT_TRUE='#'
  5178. USE_GMP_FALSE=''
  5179. USE_GMP_TRUE='#'
  5180. USE_HA_FALSE=''
  5181. USE_HA_TRUE='#'
  5182. USE_HMAC_FALSE='#'
  5183. USE_HMAC_TRUE=''
  5184. USE_IKEV1_FALSE='#'
  5185. USE_IKEV1_TRUE=''
  5186. USE_IKEV2_FALSE='#'
  5187. USE_IKEV2_TRUE=''
  5188. USE_IMCV_FALSE=''
  5189. USE_IMCV_TRUE='#'
  5190. USE_IMC_ATTESTATION_FALSE=''
  5191. USE_IMC_ATTESTATION_TRUE='#'
  5192. USE_IMC_OS_FALSE=''
  5193. USE_IMC_OS_TRUE='#'
  5194. USE_IMC_SCANNER_FALSE=''
  5195. USE_IMC_SCANNER_TRUE='#'
  5196. USE_IMC_SWID_FALSE=''
  5197. USE_IMC_SWID_TRUE='#'
  5198. USE_IMC_TEST_FALSE=''
  5199. USE_IMC_TEST_TRUE='#'
  5200. USE_IMV_ATTESTATION_FALSE=''
  5201. USE_IMV_ATTESTATION_TRUE='#'
  5202. USE_IMV_OS_FALSE=''
  5203. USE_IMV_OS_TRUE='#'
  5204. USE_IMV_SCANNER_FALSE=''
  5205. USE_IMV_SCANNER_TRUE='#'
  5206. USE_IMV_SWID_FALSE=''
  5207. USE_IMV_SWID_TRUE='#'
  5208. USE_IMV_TEST_FALSE=''
  5209. USE_IMV_TEST_TRUE='#'
  5210. USE_INTEGRITY_TEST_FALSE=''
  5211. USE_INTEGRITY_TEST_TRUE='#'
  5212. USE_IPSECKEY_FALSE=''
  5213. USE_IPSECKEY_TRUE='#'
  5214. USE_IPSEC_SCRIPT_FALSE='#'
  5215. USE_IPSEC_SCRIPT_TRUE=''
  5216. USE_KERNEL_IPH_FALSE=''
  5217. USE_KERNEL_IPH_TRUE='#'
  5218. USE_KERNEL_LIBIPSEC_FALSE=''
  5219. USE_KERNEL_LIBIPSEC_TRUE='#'
  5220. USE_KERNEL_NETLINK_FALSE='#'
  5221. USE_KERNEL_NETLINK_TRUE=''
  5222. USE_KERNEL_PFKEY_FALSE=''
  5223. USE_KERNEL_PFKEY_TRUE='#'
  5224. USE_KERNEL_PFROUTE_FALSE=''
  5225. USE_KERNEL_PFROUTE_TRUE='#'
  5226. USE_KERNEL_WFP_FALSE=''
  5227. USE_KERNEL_WFP_TRUE='#'
  5228. USE_KEYCHAIN_FALSE=''
  5229. USE_KEYCHAIN_TRUE='#'
  5230. USE_LDAP_FALSE=''
  5231. USE_LDAP_TRUE='#'
  5232. USE_LEAK_DETECTIVE_FALSE=''
  5233. USE_LEAK_DETECTIVE_TRUE='#'
  5234. USE_LED_FALSE=''
  5235. USE_LED_TRUE='#'
  5236. USE_LEGACY_SYSTEMD_FALSE='#'
  5237. USE_LEGACY_SYSTEMD_TRUE=''
  5238. USE_LIBCAP_FALSE=''
  5239. USE_LIBCAP_TRUE='#'
  5240. USE_LIBCHARON_FALSE='#'
  5241. USE_LIBCHARON_TRUE=''
  5242. USE_LIBHYDRA_FALSE='#'
  5243. USE_LIBHYDRA_TRUE=''
  5244. USE_LIBIPSEC_FALSE=''
  5245. USE_LIBIPSEC_TRUE='#'
  5246. USE_LIBPTTLS_FALSE=''
  5247. USE_LIBPTTLS_TRUE='#'
  5248. USE_LIBSTRONGSWAN_FALSE='#'
  5249. USE_LIBSTRONGSWAN_TRUE=''
  5250. USE_LIBTNCCS_FALSE=''
  5251. USE_LIBTNCCS_TRUE='#'
  5252. USE_LIBTNCIF_FALSE=''
  5253. USE_LIBTNCIF_TRUE='#'
  5254. USE_LOAD_TESTER_FALSE=''
  5255. USE_LOAD_TESTER_TRUE='#'
  5256. USE_LOAD_WARNING_FALSE='#'
  5257. USE_LOAD_WARNING_TRUE=''
  5258. USE_LOCK_PROFILER_FALSE=''
  5259. USE_LOCK_PROFILER_TRUE='#'
  5260. USE_LOOKIP_FALSE=''
  5261. USE_LOOKIP_TRUE='#'
  5262. USE_MAEMO_FALSE=''
  5263. USE_MAEMO_TRUE='#'
  5264. USE_MANAGER_FALSE=''
  5265. USE_MANAGER_TRUE='#'
  5266. USE_MD4_FALSE=''
  5267. USE_MD4_TRUE='#'
  5268. USE_MD5_FALSE=''
  5269. USE_MD5_TRUE='#'
  5270. USE_MEDCLI_FALSE=''
  5271. USE_MEDCLI_TRUE='#'
  5272. USE_MEDSRV_FALSE=''
  5273. USE_MEDSRV_TRUE='#'
  5274. USE_ME_FALSE=''
  5275. USE_ME_TRUE='#'
  5276. USE_MYSQL_FALSE=''
  5277. USE_MYSQL_TRUE='#'
  5278. USE_NM_FALSE='#'
  5279. USE_NM_TRUE=''
  5280. USE_NONCE_FALSE='#'
  5281. USE_NONCE_TRUE=''
  5282. USE_NTRU_FALSE=''
  5283. USE_NTRU_TRUE='#'
  5284. USE_OPENSSL_FALSE='#'
  5285. USE_OPENSSL_TRUE=''
  5286. USE_OSX_ATTR_FALSE=''
  5287. USE_OSX_ATTR_TRUE='#'
  5288. USE_PADLOCK_FALSE=''
  5289. USE_PADLOCK_TRUE='#'
  5290. USE_PEM_FALSE='#'
  5291. USE_PEM_TRUE=''
  5292. USE_PGP_FALSE='#'
  5293. USE_PGP_TRUE=''
  5294. USE_PKCS11_FALSE=''
  5295. USE_PKCS11_TRUE='#'
  5296. USE_PKCS12_FALSE='#'
  5297. USE_PKCS12_TRUE=''
  5298. USE_PKCS1_FALSE='#'
  5299. USE_PKCS1_TRUE=''
  5300. USE_PKCS7_FALSE='#'
  5301. USE_PKCS7_TRUE=''
  5302. USE_PKCS8_FALSE='#'
  5303. USE_PKCS8_TRUE=''
  5304. USE_PKI_FALSE='#'
  5305. USE_PKI_TRUE=''
  5306. USE_PUBKEY_FALSE='#'
  5307. USE_PUBKEY_TRUE=''
  5308. USE_PYTHON_EGGS_FALSE=''
  5309. USE_PYTHON_EGGS_TRUE='#'
  5310. USE_PY_TEST_FALSE=''
  5311. USE_PY_TEST_TRUE='#'
  5312. USE_RADATTR_FALSE=''
  5313. USE_RADATTR_TRUE='#'
  5314. USE_RADIUS_FALSE=''
  5315. USE_RADIUS_TRUE='#'
  5316. USE_RANDOM_FALSE='#'
  5317. USE_RANDOM_TRUE=''
  5318. USE_RC2_FALSE='#'
  5319. USE_RC2_TRUE=''
  5320. USE_RDRAND_FALSE=''
  5321. USE_RDRAND_TRUE='#'
  5322. USE_RESOLVE_FALSE='#'
  5323. USE_RESOLVE_TRUE=''
  5324. USE_REVOCATION_FALSE='#'
  5325. USE_REVOCATION_TRUE=''
  5326. USE_RUBY_GEMS_FALSE=''
  5327. USE_RUBY_GEMS_TRUE='#'
  5328. USE_SCEPCLIENT_FALSE='#'
  5329. USE_SCEPCLIENT_TRUE=''
  5330. USE_SCRIPTS_FALSE='#'
  5331. USE_SCRIPTS_TRUE=''
  5332. USE_SHA1_FALSE=''
  5333. USE_SHA1_TRUE='#'
  5334. USE_SHA2_FALSE=''
  5335. USE_SHA2_TRUE='#'
  5336. USE_SILENT_RULES_FALSE=''
  5337. USE_SILENT_RULES_TRUE='#'
  5338. USE_SIMAKA_FALSE=''
  5339. USE_SIMAKA_TRUE='#'
  5340. USE_SMP_FALSE=''
  5341. USE_SMP_TRUE='#'
  5342. USE_SOCKET_DEFAULT_FALSE='#'
  5343. USE_SOCKET_DEFAULT_TRUE=''
  5344. USE_SOCKET_DYNAMIC_FALSE=''
  5345. USE_SOCKET_DYNAMIC_TRUE='#'
  5346. USE_SOCKET_WIN_FALSE=''
  5347. USE_SOCKET_WIN_TRUE='#'
  5348. USE_SOUP_FALSE=''
  5349. USE_SOUP_TRUE='#'
  5350. USE_SQLITE_FALSE=''
  5351. USE_SQLITE_TRUE='#'
  5352. USE_SQL_FALSE=''
  5353. USE_SQL_TRUE='#'
  5354. USE_SSHKEY_FALSE='#'
  5355. USE_SSHKEY_TRUE=''
  5356. USE_STROKE_FALSE='#'
  5357. USE_STROKE_TRUE=''
  5358. USE_SVC_FALSE=''
  5359. USE_SVC_TRUE='#'
  5360. USE_SWANCTL_FALSE=''
  5361. USE_SWANCTL_TRUE='#'
  5362. USE_SYSLOG_FALSE='#'
  5363. USE_SYSLOG_TRUE=''
  5364. USE_SYSTEMD_FALSE=''
  5365. USE_SYSTEMD_TRUE='#'
  5366. USE_SYSTIME_FIX_FALSE=''
  5367. USE_SYSTIME_FIX_TRUE='#'
  5368. USE_TEST_VECTORS_FALSE=''
  5369. USE_TEST_VECTORS_TRUE='#'
  5370. USE_THREADS_FALSE=''
  5371. USE_THREADS_TRUE='#'
  5372. USE_TKM_FALSE=''
  5373. USE_TKM_TRUE='#'
  5374. USE_TLS_FALSE=''
  5375. USE_TLS_TRUE='#'
  5376. USE_TNCCS_11_FALSE=''
  5377. USE_TNCCS_11_TRUE='#'
  5378. USE_TNCCS_20_FALSE=''
  5379. USE_TNCCS_20_TRUE='#'
  5380. USE_TNCCS_DYNAMIC_FALSE=''
  5381. USE_TNCCS_DYNAMIC_TRUE='#'
  5382. USE_TNC_IFMAP_FALSE=''
  5383. USE_TNC_IFMAP_TRUE='#'
  5384. USE_TNC_IMC_FALSE=''
  5385. USE_TNC_IMC_TRUE='#'
  5386. USE_TNC_IMV_FALSE=''
  5387. USE_TNC_IMV_TRUE='#'
  5388. USE_TNC_PDP_FALSE=''
  5389. USE_TNC_PDP_TRUE='#'
  5390. USE_TNC_TNCCS_FALSE=''
  5391. USE_TNC_TNCCS_TRUE='#'
  5392. USE_TROUSERS_FALSE=''
  5393. USE_TROUSERS_TRUE='#'
  5394. USE_UCI_FALSE=''
  5395. USE_UCI_TRUE='#'
  5396. USE_UNBOUND_FALSE=''
  5397. USE_UNBOUND_TRUE='#'
  5398. USE_UNITY_FALSE=''
  5399. USE_UNITY_TRUE='#'
  5400. USE_UPDOWN_FALSE='#'
  5401. USE_UPDOWN_TRUE=''
  5402. USE_VICI_FALSE=''
  5403. USE_VICI_TRUE='#'
  5404. USE_VSTR_FALSE=''
  5405. USE_VSTR_TRUE='#'
  5406. USE_WHITELIST_FALSE=''
  5407. USE_WHITELIST_TRUE='#'
  5408. USE_WINDOWS_FALSE=''
  5409. USE_WINDOWS_TRUE='#'
  5410. USE_WINHTTP_FALSE=''
  5411. USE_WINHTTP_TRUE='#'
  5412. USE_X509_FALSE='#'
  5413. USE_X509_TRUE=''
  5414. USE_XAUTH_EAP_FALSE=''
  5415. USE_XAUTH_EAP_TRUE='#'
  5416. USE_XAUTH_GENERIC_FALSE='#'
  5417. USE_XAUTH_GENERIC_TRUE=''
  5418. USE_XAUTH_NOAUTH_FALSE=''
  5419. USE_XAUTH_NOAUTH_TRUE='#'
  5420. USE_XAUTH_PAM_FALSE=''
  5421. USE_XAUTH_PAM_TRUE='#'
  5422. USE_XCBC_FALSE='#'
  5423. USE_XCBC_TRUE=''
  5424. VERSION='5.3.2'
  5425. YACC='bison -y'
  5426. YFLAGS=''
  5427. ac_ct_AR='ar'
  5428. ac_ct_CC='gcc'
  5429. ac_ct_DUMPBIN=''
  5430. aikgen_plugins=' random nonce x509 pubkey pkcs1 pem openssl'
  5431. am__EXEEXT_FALSE=''
  5432. am__EXEEXT_TRUE='#'
  5433. am__fastdepCC_FALSE='#'
  5434. am__fastdepCC_TRUE=''
  5435. am__include='include'
  5436. am__isrc=''
  5437. am__leading_dot='.'
  5438. am__nodep='_no'
  5439. am__quote=''
  5440. am__tar='tar --format=ustar -chf - "$$tardir"'
  5441. am__untar='tar -xf -'
  5442. attest_plugins=' random x509 pkcs1 pkcs8 pem openssl'
  5443. bindir='${exec_prefix}/bin'
  5444. build='x86_64-unknown-linux-gnu'
  5445. build_alias=''
  5446. build_cpu='x86_64'
  5447. build_os='linux-gnu'
  5448. build_vendor='unknown'
  5449. c_plugins=' attr resolve socket-default stroke updown eap-identity eap-md5 eap-gtc eap-mschapv2 xauth-generic'
  5450. charon_natt_port='4500'
  5451. charon_plugins=' rc2 random nonce x509 revocation constraints pubkey pkcs1 pkcs7 pkcs8 pkcs12 pgp dnskey sshkey pem openssl agent xcbc cmac hmac attr kernel-netlink resolve socket-default stroke updown eap-identity eap-md5 eap-gtc eap-mschapv2 xauth-generic'
  5452. charon_udp_port='500'
  5453. clearsilver_LIBS=''
  5454. cmd_plugins=' rc2 random nonce x509 revocation constraints pubkey pkcs1 pkcs7 pkcs8 pkcs12 sshkey pem openssl agent xcbc cmac hmac kernel-netlink resolve socket-default eap-identity eap-md5 eap-gtc eap-mschapv2 xauth-generic'
  5455. datadir='${datarootdir}'
  5456. datarootdir='${prefix}/share'
  5457. dbusservicedir=''
  5458. dev_headers='no'
  5459. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  5460. dvidir='${docdir}'
  5461. exec_prefix='${prefix}'
  5462. fips_mode='0'
  5463. gtk_CFLAGS=''
  5464. gtk_LIBS=''
  5465. h_plugins=' kernel-netlink'
  5466. host='x86_64-unknown-linux-gnu'
  5467. host_alias=''
  5468. host_cpu='x86_64'
  5469. host_os='linux-gnu'
  5470. host_vendor='unknown'
  5471. htmldir='${docdir}'
  5472. imcvdir='${exec_prefix}/lib/ipsec/imcvs'
  5473. includedir='${prefix}/include'
  5474. infodir='${datarootdir}/info'
  5475. install_sh='${SHELL} /home/honza/dev/arch-build-system/aur/strongswan/src/strongswan-5.3.2/install-sh'
  5476. ipsec_script='ipsec'
  5477. ipsec_script_upper='IPSEC'
  5478. ipsecdir='/usr/lib/ipsec'
  5479. ipsecgroup='root'
  5480. ipseclibdir='${exec_prefix}/lib/ipsec'
  5481. ipsecuser='root'
  5482. json_CFLAGS=''
  5483. json_LIBS=''
  5484. libdir='${exec_prefix}/lib'
  5485. libexecdir='/usr/lib'
  5486. libiptc_CFLAGS=''
  5487. libiptc_LIBS=''
  5488. linux_headers='${top_srcdir}/src/include'
  5489. localedir='${datarootdir}/locale'
  5490. localstatedir='${prefix}/var'
  5491. maemo_CFLAGS=''
  5492. maemo_LIBS=''
  5493. manager_plugins=' pkcs1 pkcs8 pem openssl'
  5494. mandir='${datarootdir}/man'
  5495. medsrv_plugins=' random pkcs1 pkcs8 pem openssl'
  5496. mkdir_p='$(MKDIR_P)'
  5497. nm_CFLAGS='-pthread -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
  5498. nm_LIBS='-lgthread-2.0 -pthread -lnm-glib -lnm-util -lnm-glib-vpn -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 '
  5499. nm_ca_dir='/usr/share/ca-certificates'
  5500. nm_plugins=' rc2 random nonce x509 revocation constraints pkcs1 pkcs7 pkcs8 sshkey pem openssl agent xcbc cmac hmac kernel-netlink socket-default eap-identity eap-md5 eap-gtc eap-mschapv2'
  5501. oldincludedir='/usr/include'
  5502. pcsclite_CFLAGS=''
  5503. pcsclite_LIBS=''
  5504. pdfdir='${docdir}'
  5505. piddir='/var/run'
  5506. pkgpyexecdir='${pyexecdir}/strongswan'
  5507. pkgpythondir='${pythondir}/strongswan'
  5508. pki_plugins=' rc2 random x509 revocation pkcs1 pkcs7 pkcs8 pkcs12 dnskey sshkey pem openssl hmac'
  5509. plugindir='${exec_prefix}/lib/ipsec/plugins'
  5510. pool_plugins=''
  5511. prefix='/usr'
  5512. program_transform_name='s,x,x,'
  5513. psdir='${docdir}'
  5514. pyexecdir='${exec_prefix}/lib/python3.4/site-packages'
  5515. pythondir='${prefix}/lib/python3.4/site-packages'
  5516. random_device='/dev/random'
  5517. resolv_conf='/etc/resolv.conf'
  5518. routing_table='220'
  5519. routing_table_prio='220'
  5520. s_plugins=' rc2 random nonce x509 revocation constraints pubkey pkcs1 pkcs7 pkcs8 pkcs12 pgp dnskey sshkey pem openssl agent xcbc cmac hmac'
  5521. sbindir='/usr/bin'
  5522. scepclient_plugins=' rc2 random x509 pkcs1 pkcs7 pkcs8 pkcs12 pem openssl'
  5523. scripts_plugins=' rc2 random x509 pkcs1 pkcs7 pkcs8 pkcs12 pem openssl hmac'
  5524. sharedstatedir='${prefix}/com'
  5525. soup_CFLAGS=''
  5526. soup_LIBS=''
  5527. starter_plugins=' kernel-netlink'
  5528. strongswan_conf='/etc/strongswan.conf'
  5529. strongswan_options=' charon charon-logging starter scepclient pki'
  5530. swanctldir='/etc/swanctl'
  5531. sysconfdir='/etc'
  5532. systemd_daemon_CFLAGS=''
  5533. systemd_daemon_LIBS=''
  5534. systemd_journal_CFLAGS=''
  5535. systemd_journal_LIBS=''
  5536. systemdsystemunitdir='/usr/lib/systemd/system'
  5537. t_plugins=''
  5538. target_alias=''
  5539. urandom_device='/dev/urandom'
  5540. xml_CFLAGS=''
  5541. xml_LIBS=''
  5542.  
  5543. ## ----------- ##
  5544. ## confdefs.h. ##
  5545. ## ----------- ##
  5546.  
  5547. /* confdefs.h */
  5548. #define PACKAGE_NAME "strongSwan"
  5549. #define PACKAGE_TARNAME "strongswan"
  5550. #define PACKAGE_VERSION "5.3.2"
  5551. #define PACKAGE_STRING "strongSwan 5.3.2"
  5552. #define PACKAGE_BUGREPORT ""
  5553. #define PACKAGE_URL ""
  5554. #define PACKAGE "strongswan"
  5555. #define VERSION "5.3.2"
  5556. #define CONFIG_H_INCLUDED /**/
  5557. #define STDC_HEADERS 1
  5558. #define HAVE_SYS_TYPES_H 1
  5559. #define HAVE_SYS_STAT_H 1
  5560. #define HAVE_STDLIB_H 1
  5561. #define HAVE_STRING_H 1
  5562. #define HAVE_MEMORY_H 1
  5563. #define HAVE_STRINGS_H 1
  5564. #define HAVE_INTTYPES_H 1
  5565. #define HAVE_STDINT_H 1
  5566. #define HAVE_UNISTD_H 1
  5567. #define HAVE_DLFCN_H 1
  5568. #define LT_OBJDIR ".libs/"
  5569. #define YYTEXT_POINTER 1
  5570. #define HAVE__BOOL 1
  5571. #define HAVE_STDBOOL_H 1
  5572. #define HAVE_ALLOCA_H 1
  5573. #define HAVE_ALLOCA 1
  5574. #define HAVE_DECL_STRERROR_R 1
  5575. #define HAVE_STRERROR_R 1
  5576. #define HAVE_BACKTRACE 1
  5577. #define HAVE_DLADDR /**/
  5578. #define HAVE_CONDATTR_CLOCK_MONOTONIC /**/
  5579. #define HAVE_PTHREAD_CONDATTR_INIT 1
  5580. #define HAVE_PTHREAD_CANCEL 1
  5581. #define HAVE_PTHREAD_RWLOCK_INIT 1
  5582. #define HAVE_PTHREAD_SPIN_INIT 1
  5583. #define HAVE_SEM_TIMEDWAIT 1
  5584. #define HAVE_GETTID /**/
  5585. #define HAVE_SYS_GETTID /**/
  5586. #define HAVE_QSORT_R /**/
  5587. #define HAVE_QSORT_R_GNU /**/
  5588. #define HAVE_PRCTL 1
  5589. #define HAVE_MALLINFO 1
  5590. #define HAVE_GETPASS 1
  5591. #define HAVE_GETPWNAM_R 1
  5592. #define HAVE_GETGRNAM_R 1
  5593. #define HAVE_GETPWUID_R 1
  5594. #define HAVE_FMEMOPEN 1
  5595. #define HAVE_MMAP 1
  5596. #define HAVE_MEMRCHR 1
  5597. #define HAVE_SETLINEBUF 1
  5598. #define HAVE_STRPTIME 1
  5599. #define HAVE_SYSLOG /**/
  5600. #define HAVE_GLOB_H 1
  5601. #define HAVE_LINUX_UDP_H 1
  5602. #define HAVE_NETINET_IP6_H 1
  5603. #define HAVE_LINUX_FIB_RULES_H 1
  5604. #define HAVE_STRUCT_SADB_X_POLICY_SADB_X_POLICY_PRIORITY 1
  5605. #define HAVE_IN6ADDR_ANY /**/
  5606. #define HAVE_IN6_PKTINFO /**/
  5607. #define HAVE_IPSEC_MODE_BEET /**/
  5608. #define HAVE_IPSEC_DIR_FWD /**/
  5609. #define HAVE_RTA_TABLE /**/
  5610. #define HAVE_INT128 /**/
  5611. #define HAVE_GCC_SYNC_OPERATIONS /**/
  5612. #define HAVE_PRINTF_SPECIFIER /**/
  5613. #define HAVE_CLOCK_GETTIME 1
  5614. #define USE_IKEV1 /**/
  5615. #define USE_IKEV2 /**/
  5616.  
  5617. configure: exit 0
Add Comment
Please, Sign In to add comment