Ticket #588: openvpn-config.log

File openvpn-config.log, 231.2 KB (added by dogbert2, 9 years ago)

config.log file for bug-report

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