<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<p style="margin-top:0; margin-bottom:0">Try "systemctl status isc-dhcp-server" (no promises - this is from Ubuntu) or "systemctl list-unit-files | grep dhcp" (might provide information if the first option doesn't work).  I am curious, if you're new to Linux
 why are you compiling from source?  I would expect CentOs to have a dhcp server package which should make things very straightforward unless you need a newer version of dhcp.</p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> dhcp-users <dhcp-users-bounces@lists.isc.org> on behalf of Pranchisco Castro <pranchisco.ko.castro@gmail.com><br>
<b>Sent:</b> Wednesday, May 22, 2019 11:34:41 PM<br>
<b>To:</b> dhcp-users@lists.isc.org<br>
<b>Subject:</b> [EXTERNAL] Super noob installation question</font>
<div> </div>
</div>
<div>
<div dir="ltr">
<div>Good day everyone.</div>
<div><br>
</div>
<div>I'm still new to the linux scene and hoping to get some help with a dhcp source install.</div>
<div>I have a new CentOS 7.6 server and unpacked dhcp 4.4.1 in /usr/local/src/</div>
<div><br>
</div>
<div>I had installed dependencies based on what I saw from "yum install dhcp" <br>
</div>
<div>Then from within the /usr/local/src/dhcp-4.4.1/ directory, I've done the following:</div>
<div><br>
</div>
<div><b>./configure --prefix=/usr</b></div>
<div><b>make</b></div>
<div><b>make install</b><br>
</div>
<div><br>
</div>
<div>Once it completed, I wanted to see if the service was available so I entered:<br>
</div>
<div><br>
</div>
<b># systemctl status dhcpd<br>
Unit dhcpd.service could not be found.</b>
<div><b><br>
</b></div>
<div><b># systemctl enable dhcpd<br>
Failed to execute operation: No such file or directory</b></div>
<div><br>
</div>
<div>It seems the server doesnt see the service. I can't figure out where I went wrong and googling would just bring up pages of normal "yum install dhcp" or archlinux
<br>
</div>
<div><br>
</div>
<div>Could someone point me in the right direction please?</div>
<div>Thank you in advance.<br>
</div>
<div><br>
</div>
<div>my config.log:</div>
<div><br>
</div>
<div>This file contains any messages produced by compilers while<br>
running configure, to aid debugging if configure makes a mistake.<br>
<br>
It was created by DHCP configure 4.4.1, which was<br>
generated by GNU Autoconf 2.69.  Invocation command line was<br>
<br>
  $ ./configure --prefix=/usr<br>
<br>
## --------- ##<br>
## Platform. ##<br>
## --------- ##<br>
<br>
hostname = <a href="https://linkprotect.cudasvc.com/url?a=http%3a%2f%2ftest.domain.com&c=E,1,WgVn9L1vfW_kG01MJsYtTFJrZk_nTG8frn18fWdiOtOmccYco0xGBCMKMS8ZwJYoh9Wz5gV0rPIKd3wdUK73baK6L6iU17dr9OaM7h3M&typo=1" id="LPlnk129060" class="OWAAutoLink" previewremoved="true">
test.domain.com</a><br>
uname -m = x86_64<br>
uname -r = 3.10.0-957.el7.x86_64<br>
uname -s = Linux<br>
uname -v = #1 SMP Thu Nov 8 23:39:32 UTC 2018<br>
<br>
/usr/bin/uname -p = x86_64<br>
/bin/uname -X     = unknown<br>
<br>
/bin/arch              = x86_64<br>
/usr/bin/arch -k       = unknown<br>
/usr/convex/getsysinfo = unknown<br>
/usr/bin/hostinfo      = unknown<br>
/bin/machine           = unknown<br>
/usr/bin/oslevel       = unknown<br>
/bin/universe          = unknown<br>
<br>
PATH: /usr/local/sbin<br>
PATH: /usr/local/bin<br>
PATH: /usr/sbin<br>
PATH: /usr/bin<br>
PATH: /root/bin<br>
<br>
<br>
## ----------- ##<br>
## Core tests. ##<br>
## ----------- ##<br>
<br>
configure:2784: checking for a BSD-compatible install<br>
configure:2852: result: /usr/bin/install -c<br>
configure:2863: checking whether build environment is sane<br>
configure:2918: result: yes<br>
configure:3069: checking for a thread-safe mkdir -p<br>
configure:3108: result: /usr/bin/mkdir -p<br>
configure:3115: checking for gawk<br>
configure:3131: found /usr/bin/gawk<br>
configure:3142: result: gawk<br>
configure:3153: checking whether make sets $(MAKE)<br>
configure:3175: result: yes<br>
configure:3204: checking whether make supports nested variables<br>
configure:3221: result: yes<br>
configure:3354: checking whether to enable maintainer-specific portions of Makefiles<br>
configure:3363: result: no<br>
configure:3381: checking build system type<br>
configure:3395: result: x86_64-unknown-linux-gnu<br>
configure:3415: checking host system type<br>
configure:3428: result: x86_64-unknown-linux-gnu<br>
configure:3503: checking for gcc<br>
configure:3519: found /usr/bin/gcc<br>
configure:3530: result: gcc<br>
configure:3759: checking for C compiler version<br>
configure:3768: gcc --version >&5<br>
gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-36)<br>
Copyright (C) 2015 Free Software Foundation, Inc.<br>
This is free software; see the source for copying conditions.  There is NO<br>
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.<br>
<br>
configure:3779: $? = 0<br>
configure:3768: gcc -v >&5<br>
Using built-in specs.<br>
COLLECT_GCC=gcc<br>
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper<br>
Target: x86_64-redhat-linux<br>
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=<a href="http://bugzilla.redhat.com/bugzilla" id="LPlnk413463" class="OWAAutoLink" previewremoved="true">http://bugzilla.redhat.com/bugzilla</a> --enable-bootstrap
 --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto
 --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function
 --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux<br>
Thread model: posix<br>
gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) <br>
configure:3779: $? = 0<br>
configure:3768: gcc -V >&5<br>
gcc: error: unrecognized command line option '-V'<br>
gcc: fatal error: no input files<br>
compilation terminated.<br>
configure:3779: $? = 4<br>
configure:3768: gcc -qversion >&5<br>
gcc: error: unrecognized command line option '-qversion'<br>
gcc: fatal error: no input files<br>
compilation terminated.<br>
configure:3779: $? = 4<br>
configure:3799: checking whether the C compiler works<br>
configure:3821: gcc    conftest.c  >&5<br>
configure:3825: $? = 0<br>
configure:3873: result: yes<br>
configure:3876: checking for C compiler default output file name<br>
configure:3878: result: a.out<br>
configure:3884: checking for suffix of executables<br>
configure:3891: gcc -o conftest    conftest.c  >&5<br>
configure:3895: $? = 0<br>
configure:3917: result: <br>
configure:3939: checking whether we are cross compiling<br>
configure:3947: gcc -o conftest    conftest.c  >&5<br>
configure:3951: $? = 0<br>
configure:3958: ./conftest<br>
configure:3962: $? = 0<br>
configure:3977: result: no<br>
configure:3982: checking for suffix of object files<br>
configure:4004: gcc -c   conftest.c >&5<br>
configure:4008: $? = 0<br>
configure:4029: result: o<br>
configure:4033: checking whether we are using the GNU C compiler<br>
configure:4052: gcc -c   conftest.c >&5<br>
configure:4052: $? = 0<br>
configure:4061: result: yes<br>
configure:4070: checking whether gcc accepts -g<br>
configure:4090: gcc -c -g  conftest.c >&5<br>
configure:4090: $? = 0<br>
configure:4131: result: yes<br>
configure:4148: checking for gcc option to accept ISO C89<br>
configure:4211: gcc  -c -g -O2  conftest.c >&5<br>
configure:4211: $? = 0<br>
configure:4224: result: none needed<br>
configure:4249: checking whether gcc understands -c and -o together<br>
configure:4271: gcc -c conftest.c -o conftest2.o<br>
configure:4274: $? = 0<br>
configure:4271: gcc -c conftest.c -o conftest2.o<br>
configure:4274: $? = 0<br>
configure:4286: result: yes<br>
configure:4314: checking for style of include used by make<br>
configure:4342: result: GNU<br>
configure:4368: checking dependency style of gcc<br>
configure:4479: result: gcc3<br>
configure:4537: checking how to run the C preprocessor<br>
configure:4568: gcc -E  conftest.c<br>
configure:4568: $? = 0<br>
configure:4582: gcc -E  conftest.c<br>
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory<br>
 #include <ac_nonexistent.h><br>
                            ^<br>
compilation terminated.<br>
configure:4582: $? = 1<br>
configure: failed program was:<br>
| /* confdefs.h */<br>
| #define PACKAGE_NAME "DHCP"<br>
| #define PACKAGE_TARNAME "dhcp"<br>
| #define PACKAGE_VERSION "4.4.1"<br>
| #define PACKAGE_STRING "DHCP 4.4.1"<br>
| #define PACKAGE_BUGREPORT "<a href="mailto:dhcp-users@isc.org" id="LPlnk155930" class="OWAAutoLink" previewremoved="true">dhcp-users@isc.org</a>"<br>
| #define PACKAGE_URL ""<br>
| #define PACKAGE "dhcp"<br>
| #define VERSION "4.4.1"<br>
| /* end confdefs.h.  */<br>
| #include <ac_nonexistent.h><br>
configure:4607: result: gcc -E<br>
configure:4627: gcc -E  conftest.c<br>
configure:4627: $? = 0<br>
configure:4641: gcc -E  conftest.c<br>
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory<br>
 #include <ac_nonexistent.h><br>
                            ^<br>
compilation terminated.<br>
configure:4641: $? = 1<br>
configure: failed program was:<br>
| /* confdefs.h */<br>
| #define PACKAGE_NAME "DHCP"<br>
| #define PACKAGE_TARNAME "dhcp"<br>
| #define PACKAGE_VERSION "4.4.1"<br>
| #define PACKAGE_STRING "DHCP 4.4.1"<br>
| #define PACKAGE_BUGREPORT "<a href="mailto:dhcp-users@isc.org" id="LPlnk994806" class="OWAAutoLink" previewremoved="true">dhcp-users@isc.org</a>"<br>
| #define PACKAGE_URL ""<br>
| #define PACKAGE "dhcp"<br>
| #define VERSION "4.4.1"<br>
| /* end confdefs.h.  */<br>
| #include <ac_nonexistent.h><br>
configure:4670: checking for grep that handles long lines and -e<br>
configure:4728: result: /usr/bin/grep<br>
configure:4733: checking for egrep<br>
configure:4795: result: /usr/bin/grep -E<br>
configure:4800: checking for ANSI C header files<br>
configure:4820: gcc -c -g -O2  conftest.c >&5<br>
configure:4820: $? = 0<br>
configure:4893: gcc -o conftest -g -O2   conftest.c  >&5<br>
configure:4893: $? = 0<br>
configure:4893: ./conftest<br>
configure:4893: $? = 0<br>
configure:4904: result: yes<br>
configure:4917: checking for sys/types.h<br>
configure:4917: gcc -c -g -O2  conftest.c >&5<br>
configure:4917: $? = 0<br>
configure:4917: result: yes<br>
configure:4917: checking for sys/stat.h<br>
configure:4917: gcc -c -g -O2  conftest.c >&5<br>
configure:4917: $? = 0<br>
configure:4917: result: yes<br>
configure:4917: checking for stdlib.h<br>
configure:4917: gcc -c -g -O2  conftest.c >&5<br>
configure:4917: $? = 0<br>
configure:4917: result: yes<br>
configure:4917: checking for string.h<br>
configure:4917: gcc -c -g -O2  conftest.c >&5<br>
configure:4917: $? = 0<br>
configure:4917: result: yes<br>
configure:4917: checking for memory.h<br>
configure:4917: gcc -c -g -O2  conftest.c >&5<br>
configure:4917: $? = 0<br>
configure:4917: result: yes<br>
configure:4917: checking for strings.h<br>
configure:4917: gcc -c -g -O2  conftest.c >&5<br>
configure:4917: $? = 0<br>
configure:4917: result: yes<br>
configure:4917: checking for inttypes.h<br>
configure:4917: gcc -c -g -O2  conftest.c >&5<br>
configure:4917: $? = 0<br>
configure:4917: result: yes<br>
configure:4917: checking for stdint.h<br>
configure:4917: gcc -c -g -O2  conftest.c >&5<br>
configure:4917: $? = 0<br>
configure:4917: result: yes<br>
configure:4917: checking for unistd.h<br>
configure:4917: gcc -c -g -O2  conftest.c >&5<br>
configure:4917: $? = 0<br>
configure:4917: result: yes<br>
configure:4930: checking minix/config.h usability<br>
configure:4930: gcc -c -g -O2  conftest.c >&5<br>
conftest.c:54:26: fatal error: minix/config.h: No such file or directory<br>
 #include <minix/config.h><br>
                          ^<br>
compilation terminated.<br>
configure:4930: $? = 1<br>
configure: failed program was:<br>
| /* confdefs.h */<br>
| #define PACKAGE_NAME "DHCP"<br>
| #define PACKAGE_TARNAME "dhcp"<br>
| #define PACKAGE_VERSION "4.4.1"<br>
| #define PACKAGE_STRING "DHCP 4.4.1"<br>
| #define PACKAGE_BUGREPORT "<a href="mailto:dhcp-users@isc.org" id="LPlnk610046" class="OWAAutoLink" previewremoved="true">dhcp-users@isc.org</a>"<br>
| #define PACKAGE_URL ""<br>
| #define PACKAGE "dhcp"<br>
| #define VERSION "4.4.1"<br>
| #define STDC_HEADERS 1<br>
| #define HAVE_SYS_TYPES_H 1<br>
| #define HAVE_SYS_STAT_H 1<br>
| #define HAVE_STDLIB_H 1<br>
| #define HAVE_STRING_H 1<br>
| #define HAVE_MEMORY_H 1<br>
| #define HAVE_STRINGS_H 1<br>
| #define HAVE_INTTYPES_H 1<br>
| #define HAVE_STDINT_H 1<br>
| #define HAVE_UNISTD_H 1<br>
| /* end confdefs.h.  */<br>
| #include <stdio.h><br>
| #ifdef HAVE_SYS_TYPES_H<br>
| # include <sys/types.h><br>
| #endif<br>
| #ifdef HAVE_SYS_STAT_H<br>
| # include <sys/stat.h><br>
| #endif<br>
| #ifdef STDC_HEADERS<br>
| # include <stdlib.h><br>
| # include <stddef.h><br>
| #else<br>
| # ifdef HAVE_STDLIB_H<br>
| #  include <stdlib.h><br>
| # endif<br>
| #endif<br>
| #ifdef HAVE_STRING_H<br>
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H<br>
| #  include <memory.h><br>
| # endif<br>
| # include <string.h><br>
| #endif<br>
| #ifdef HAVE_STRINGS_H<br>
| # include <strings.h><br>
| #endif<br>
| #ifdef HAVE_INTTYPES_H<br>
| # include <inttypes.h><br>
| #endif<br>
| #ifdef HAVE_STDINT_H<br>
| # include <stdint.h><br>
| #endif<br>
| #ifdef HAVE_UNISTD_H<br>
| # include <unistd.h><br>
| #endif<br>
| #include <minix/config.h><br>
configure:4930: result: no<br>
configure:4930: checking minix/config.h presence<br>
configure:4930: gcc -E  conftest.c<br>
conftest.c:21:26: fatal error: minix/config.h: No such file or directory<br>
 #include <minix/config.h><br>
                          ^<br>
compilation terminated.<br>
configure:4930: $? = 1<br>
configure: failed program was:<br>
| /* confdefs.h */<br>
| #define PACKAGE_NAME "DHCP"<br>
| #define PACKAGE_TARNAME "dhcp"<br>
| #define PACKAGE_VERSION "4.4.1"<br>
| #define PACKAGE_STRING "DHCP 4.4.1"<br>
| #define PACKAGE_BUGREPORT "<a href="mailto:dhcp-users@isc.org" id="LPlnk485818" class="OWAAutoLink" previewremoved="true">dhcp-users@isc.org</a>"<br>
| #define PACKAGE_URL ""<br>
| #define PACKAGE "dhcp"<br>
| #define VERSION "4.4.1"<br>
| #define STDC_HEADERS 1<br>
| #define HAVE_SYS_TYPES_H 1<br>
| #define HAVE_SYS_STAT_H 1<br>
| #define HAVE_STDLIB_H 1<br>
| #define HAVE_STRING_H 1<br>
| #define HAVE_MEMORY_H 1<br>
| #define HAVE_STRINGS_H 1<br>
| #define HAVE_INTTYPES_H 1<br>
| #define HAVE_STDINT_H 1<br>
| #define HAVE_UNISTD_H 1<br>
| /* end confdefs.h.  */<br>
| #include <minix/config.h><br>
configure:4930: result: no<br>
configure:4930: checking for minix/config.h<br>
configure:4930: result: no<br>
configure:4951: checking whether it is safe to define __EXTENSIONS__<br>
configure:4969: gcc -c -g -O2  conftest.c >&5<br>
configure:4969: $? = 0<br>
configure:4976: result: yes<br>
configure:5034: checking for ranlib<br>
configure:5050: found /usr/bin/ranlib<br>
configure:5061: result: ranlib<br>
configure:5086: checking for ar<br>
configure:5104: found /usr/bin/ar<br>
configure:5116: result: /usr/bin/ar<br>
configure:5136: checking whether byte ordering is bigendian<br>
configure:5151: gcc -c -g -O2  conftest.c >&5<br>
conftest.c:27:9: error: unknown type name 'not'<br>
         not a universal capable compiler<br>
         ^<br>
conftest.c:27:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'<br>
         not a universal capable compiler<br>
               ^<br>
conftest.c:27:15: error: unknown type name 'universal'<br>
configure:5151: $? = 1<br>
configure: failed program was:<br>
| /* confdefs.h */<br>
| #define PACKAGE_NAME "DHCP"<br>
| #define PACKAGE_TARNAME "dhcp"<br>
| #define PACKAGE_VERSION "4.4.1"<br>
| #define PACKAGE_STRING "DHCP 4.4.1"<br>
| #define PACKAGE_BUGREPORT "<a href="mailto:dhcp-users@isc.org" id="LPlnk653913" class="OWAAutoLink" previewremoved="true">dhcp-users@isc.org</a>"<br>
| #define PACKAGE_URL ""<br>
| #define PACKAGE "dhcp"<br>
| #define VERSION "4.4.1"<br>
| #define STDC_HEADERS 1<br>
| #define HAVE_SYS_TYPES_H 1<br>
| #define HAVE_SYS_STAT_H 1<br>
| #define HAVE_STDLIB_H 1<br>
| #define HAVE_STRING_H 1<br>
| #define HAVE_MEMORY_H 1<br>
| #define HAVE_STRINGS_H 1<br>
| #define HAVE_INTTYPES_H 1<br>
| #define HAVE_STDINT_H 1<br>
| #define HAVE_UNISTD_H 1<br>
| #define __EXTENSIONS__ 1<br>
| #define _ALL_SOURCE 1<br>
| #define _GNU_SOURCE 1<br>
| #define _POSIX_PTHREAD_SEMANTICS 1<br>
| #define _TANDEM_SOURCE 1<br>
| /* end confdefs.h.  */<br>
| #ifndef __APPLE_CC__<br>
|       not a universal capable compiler<br>
|     #endif<br>
|     typedef int dummy;<br>
| <br>
configure:5196: gcc -c -g -O2  conftest.c >&5<br>
configure:5196: $? = 0<br>
configure:5214: gcc -c -g -O2  conftest.c >&5<br>
conftest.c: In function 'main':<br>
conftest.c:33:4: error: unknown type name 'not'<br>
    not big endian<br>
    ^<br>
conftest.c:33:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'<br>
    not big endian<br>
            ^<br>
configure:5214: $? = 1<br>
configure: failed program was:<br>
| /* confdefs.h */<br>
| #define PACKAGE_NAME "DHCP"<br>
| #define PACKAGE_TARNAME "dhcp"<br>
| #define PACKAGE_VERSION "4.4.1"<br>
| #define PACKAGE_STRING "DHCP 4.4.1"<br>
| #define PACKAGE_BUGREPORT "<a href="mailto:dhcp-users@isc.org" id="LPlnk925852" class="OWAAutoLink" previewremoved="true">dhcp-users@isc.org</a>"<br>
| #define PACKAGE_URL ""<br>
| #define PACKAGE "dhcp"<br>
| #define VERSION "4.4.1"<br>
| #define STDC_HEADERS 1<br>
| #define HAVE_SYS_TYPES_H 1<br>
| #define HAVE_SYS_STAT_H 1<br>
| #define HAVE_STDLIB_H 1<br>
| #define HAVE_STRING_H 1<br>
| #define HAVE_MEMORY_H 1<br>
| #define HAVE_STRINGS_H 1<br>
| #define HAVE_INTTYPES_H 1<br>
| #define HAVE_STDINT_H 1<br>
| #define HAVE_UNISTD_H 1<br>
| #define __EXTENSIONS__ 1<br>
| #define _ALL_SOURCE 1<br>
| #define _GNU_SOURCE 1<br>
| #define _POSIX_PTHREAD_SEMANTICS 1<br>
| #define _TANDEM_SOURCE 1<br>
| /* end confdefs.h.  */<br>
| #include <sys/types.h><br>
| #include <sys/param.h><br>
| <br>
| int<br>
| main ()<br>
| {<br>
| #if BYTE_ORDER != BIG_ENDIAN<br>
| not big endian<br>
| #endif<br>
| <br>
|   ;<br>
|   return 0;<br>
| }<br>
configure:5342: result: no<br>
configure:5855: checking for dhcpd.leases location<br>
configure:5878: result: /var/db/dhcpd.leases<br>
configure:5892: checking for dhcpd6.leases location<br>
configure:5915: result: /var/db/dhcpd6.leases<br>
configure:5929: checking for dhclient.leases location<br>
configure:5952: result: /var/db/dhclient.leases<br>
configure:5966: checking for dhclient6.leases location<br>
configure:5989: result: /var/db/dhclient6.leases<br>
configure:6054: checking for int8_t<br>
configure:6054: gcc -c -g -O2  conftest.c >&5<br>
configure:6054: $? = 0<br>
configure:6054: gcc -c -g -O2  conftest.c >&5<br>
conftest.c: In function 'main':<br>
conftest.c:69:12: error: size of array 'test_array' is negative<br>
 static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)<br>
            ^<br>
configure:6054: $? = 1<br>
configure: failed program was:<br>
| /* confdefs.h */<br>
| #define PACKAGE_NAME "DHCP"<br>
| #define PACKAGE_TARNAME "dhcp"<br>
| #define PACKAGE_VERSION "4.4.1"<br>
| #define PACKAGE_STRING "DHCP 4.4.1"<br>
| #define PACKAGE_BUGREPORT "<a href="mailto:dhcp-users@isc.org" id="LPlnk901024" class="OWAAutoLink" previewremoved="true">dhcp-users@isc.org</a>"<br>
| #define PACKAGE_URL ""<br>
| #define PACKAGE "dhcp"<br>
| #define VERSION "4.4.1"<br>
| #define STDC_HEADERS 1<br>
| #define HAVE_SYS_TYPES_H 1<br>
| #define HAVE_SYS_STAT_H 1<br>
| #define HAVE_STDLIB_H 1<br>
| #define HAVE_STRING_H 1<br>
| #define HAVE_MEMORY_H 1<br>
| #define HAVE_STRINGS_H 1<br>
| #define HAVE_INTTYPES_H 1<br>
| #define HAVE_STDINT_H 1<br>
| #define HAVE_UNISTD_H 1<br>
| #define __EXTENSIONS__ 1<br>
| #define _ALL_SOURCE 1<br>
| #define _GNU_SOURCE 1<br>
| #define _POSIX_PTHREAD_SEMANTICS 1<br>
| #define _TANDEM_SOURCE 1<br>
| #define DHCP_BYTE_ORDER LITTLE_ENDIAN<br>
| #define FAILOVER_PROTOCOL 1<br>
| #define ENABLE_EXECUTE 1<br>
| #define TRACING 1<br>
| #define DELAYED_ACK 1<br>
| #define DHCPv6 1<br>
| /* end confdefs.h.  */<br>
| #include <stdio.h><br>
| #ifdef HAVE_SYS_TYPES_H<br>
| # include <sys/types.h><br>
| #endif<br>
| #ifdef HAVE_SYS_STAT_H<br>
| # include <sys/stat.h><br>
| #endif<br>
| #ifdef STDC_HEADERS<br>
| # include <stdlib.h><br>
| # include <stddef.h><br>
| #else<br>
| # ifdef HAVE_STDLIB_H<br>
| #  include <stdlib.h><br>
| # endif<br>
| #endif<br>
| #ifdef HAVE_STRING_H<br>
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H<br>
| #  include <memory.h><br>
| # endif<br>
| # include <string.h><br>
| #endif<br>
| #ifdef HAVE_STRINGS_H<br>
| # include <strings.h><br>
| #endif<br>
| #ifdef HAVE_INTTYPES_H<br>
| # include <inttypes.h><br>
| #endif<br>
| #ifdef HAVE_STDINT_H<br>
| # include <stdint.h><br>
| #endif<br>
| #ifdef HAVE_UNISTD_H<br>
| # include <unistd.h><br>
| #endif<br>
|        enum { N = 8 / 2 - 1 };<br>
| int<br>
| main ()<br>
| {<br>
| static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)<br>
| < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];<br>
| test_array [0] = 0;<br>
| return test_array [0];<br>
| <br>
|   ;<br>
|   return 0;<br>
| }<br>
configure:6054: result: yes<br>
configure:6065: checking for int16_t<br>
configure:6065: gcc -c -g -O2  conftest.c >&5<br>
configure:6065: $? = 0<br>
configure:6065: gcc -c -g -O2  conftest.c >&5<br>
conftest.c: In function 'main':<br>
conftest.c:69:12: error: size of array 'test_array' is negative<br>
 static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)<br>
            ^<br>
configure:6065: $? = 1<br>
configure: failed program was:<br>
| /* confdefs.h */<br>
| #define PACKAGE_NAME "DHCP"<br>
| #define PACKAGE_TARNAME "dhcp"<br>
| #define PACKAGE_VERSION "4.4.1"<br>
| #define PACKAGE_STRING "DHCP 4.4.1"<br>
| #define PACKAGE_BUGREPORT "<a href="mailto:dhcp-users@isc.org" id="LPlnk904425" class="OWAAutoLink" previewremoved="true">dhcp-users@isc.org</a>"<br>
| #define PACKAGE_URL ""<br>
| #define PACKAGE "dhcp"<br>
| #define VERSION "4.4.1"<br>
| #define STDC_HEADERS 1<br>
| #define HAVE_SYS_TYPES_H 1<br>
| #define HAVE_SYS_STAT_H 1<br>
| #define HAVE_STDLIB_H 1<br>
| #define HAVE_STRING_H 1<br>
| #define HAVE_MEMORY_H 1<br>
| #define HAVE_STRINGS_H 1<br>
| #define HAVE_INTTYPES_H 1<br>
| #define HAVE_STDINT_H 1<br>
| #define HAVE_UNISTD_H 1<br>
| #define __EXTENSIONS__ 1<br>
| #define _ALL_SOURCE 1<br>
| #define _GNU_SOURCE 1<br>
| #define _POSIX_PTHREAD_SEMANTICS 1<br>
| #define _TANDEM_SOURCE 1<br>
| #define DHCP_BYTE_ORDER LITTLE_ENDIAN<br>
| #define FAILOVER_PROTOCOL 1<br>
| #define ENABLE_EXECUTE 1<br>
| #define TRACING 1<br>
| #define DELAYED_ACK 1<br>
| #define DHCPv6 1<br>
| /* end confdefs.h.  */<br>
| #include <stdio.h><br>
| #ifdef HAVE_SYS_TYPES_H<br>
| # include <sys/types.h><br>
| #endif<br>
| #ifdef HAVE_SYS_STAT_H<br>
| # include <sys/stat.h><br>
| #endif<br>
| #ifdef STDC_HEADERS<br>
| # include <stdlib.h><br>
| # include <stddef.h><br>
| #else<br>
| # ifdef HAVE_STDLIB_H<br>
| #  include <stdlib.h><br>
| # endif<br>
| #endif<br>
| #ifdef HAVE_STRING_H<br>
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H<br>
| #  include <memory.h><br>
| # endif<br>
| # include <string.h><br>
| #endif<br>
| #ifdef HAVE_STRINGS_H<br>
| # include <strings.h><br>
| #endif<br>
| #ifdef HAVE_INTTYPES_H<br>
| # include <inttypes.h><br>
| #endif<br>
| #ifdef HAVE_STDINT_H<br>
| # include <stdint.h><br>
| #endif<br>
| #ifdef HAVE_UNISTD_H<br>
| # include <unistd.h><br>
| #endif<br>
|        enum { N = 16 / 2 - 1 };<br>
| int<br>
| main ()<br>
| {<br>
| static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)<br>
| < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];<br>
| test_array [0] = 0;<br>
| return test_array [0];<br>
| <br>
|   ;<br>
|   return 0;<br>
| }<br>
configure:6065: result: yes<br>
configure:6076: checking for int32_t<br>
configure:6076: gcc -c -g -O2  conftest.c >&5<br>
configure:6076: $? = 0<br>
configure:6076: gcc -c -g -O2  conftest.c >&5<br>
conftest.c: In function 'main':<br>
conftest.c:70:53: warning: integer overflow in expression [-Woverflow]<br>
    < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];<br>
                                                     ^<br>
conftest.c:69:12: error: storage size of 'test_array' isn't constant<br>
 static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)<br>
            ^<br>
configure:6076: $? = 1<br>
configure: failed program was:<br>
| /* confdefs.h */<br>
| #define PACKAGE_NAME "DHCP"<br>
| #define PACKAGE_TARNAME "dhcp"<br>
| #define PACKAGE_VERSION "4.4.1"<br>
| #define PACKAGE_STRING "DHCP 4.4.1"<br>
| #define PACKAGE_BUGREPORT "<a href="mailto:dhcp-users@isc.org" id="LPlnk169898" class="OWAAutoLink" previewremoved="true">dhcp-users@isc.org</a>"<br>
| #define PACKAGE_URL ""<br>
| #define PACKAGE "dhcp"<br>
| #define VERSION "4.4.1"<br>
| #define STDC_HEADERS 1<br>
| #define HAVE_SYS_TYPES_H 1<br>
| #define HAVE_SYS_STAT_H 1<br>
| #define HAVE_STDLIB_H 1<br>
| #define HAVE_STRING_H 1<br>
| #define HAVE_MEMORY_H 1<br>
| #define HAVE_STRINGS_H 1<br>
| #define HAVE_INTTYPES_H 1<br>
| #define HAVE_STDINT_H 1<br>
| #define HAVE_UNISTD_H 1<br>
| #define __EXTENSIONS__ 1<br>
| #define _ALL_SOURCE 1<br>
| #define _GNU_SOURCE 1<br>
| #define _POSIX_PTHREAD_SEMANTICS 1<br>
| #define _TANDEM_SOURCE 1<br>
| #define DHCP_BYTE_ORDER LITTLE_ENDIAN<br>
| #define FAILOVER_PROTOCOL 1<br>
| #define ENABLE_EXECUTE 1<br>
| #define TRACING 1<br>
| #define DELAYED_ACK 1<br>
| #define DHCPv6 1<br>
| /* end confdefs.h.  */<br>
| #include <stdio.h><br>
| #ifdef HAVE_SYS_TYPES_H<br>
| # include <sys/types.h><br>
| #endif<br>
| #ifdef HAVE_SYS_STAT_H<br>
| # include <sys/stat.h><br>
| #endif<br>
| #ifdef STDC_HEADERS<br>
| # include <stdlib.h><br>
| # include <stddef.h><br>
| #else<br>
| # ifdef HAVE_STDLIB_H<br>
| #  include <stdlib.h><br>
| # endif<br>
| #endif<br>
| #ifdef HAVE_STRING_H<br>
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H<br>
| #  include <memory.h><br>
| # endif<br>
| # include <string.h><br>
| #endif<br>
| #ifdef HAVE_STRINGS_H<br>
| # include <strings.h><br>
| #endif<br>
| #ifdef HAVE_INTTYPES_H<br>
| # include <inttypes.h><br>
| #endif<br>
| #ifdef HAVE_STDINT_H<br>
| # include <stdint.h><br>
| #endif<br>
| #ifdef HAVE_UNISTD_H<br>
| # include <unistd.h><br>
| #endif<br>
|        enum { N = 32 / 2 - 1 };<br>
| int<br>
| main ()<br>
| {<br>
| static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)<br>
| < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];<br>
| test_array [0] = 0;<br>
| return test_array [0];<br>
| <br>
|   ;<br>
|   return 0;<br>
| }<br>
configure:6076: result: yes<br>
configure:6087: checking for int64_t<br>
configure:6087: gcc -c -g -O2  conftest.c >&5<br>
configure:6087: $? = 0<br>
configure:6087: gcc -c -g -O2  conftest.c >&5<br>
conftest.c: In function 'main':<br>
conftest.c:70:53: warning: integer overflow in expression [-Woverflow]<br>
    < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];<br>
                                                     ^<br>
conftest.c:69:12: error: storage size of 'test_array' isn't constant<br>
 static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)<br>
            ^<br>
configure:6087: $? = 1<br>
configure: failed program was:<br>
| /* confdefs.h */<br>
| #define PACKAGE_NAME "DHCP"<br>
| #define PACKAGE_TARNAME "dhcp"<br>
| #define PACKAGE_VERSION "4.4.1"<br>
| #define PACKAGE_STRING "DHCP 4.4.1"<br>
| #define PACKAGE_BUGREPORT "<a href="mailto:dhcp-users@isc.org" id="LPlnk162511" class="OWAAutoLink" previewremoved="true">dhcp-users@isc.org</a>"<br>
| #define PACKAGE_URL ""<br>
| #define PACKAGE "dhcp"<br>
| #define VERSION "4.4.1"<br>
| #define STDC_HEADERS 1<br>
| #define HAVE_SYS_TYPES_H 1<br>
| #define HAVE_SYS_STAT_H 1<br>
| #define HAVE_STDLIB_H 1<br>
| #define HAVE_STRING_H 1<br>
| #define HAVE_MEMORY_H 1<br>
| #define HAVE_STRINGS_H 1<br>
| #define HAVE_INTTYPES_H 1<br>
| #define HAVE_STDINT_H 1<br>
| #define HAVE_UNISTD_H 1<br>
| #define __EXTENSIONS__ 1<br>
| #define _ALL_SOURCE 1<br>
| #define _GNU_SOURCE 1<br>
| #define _POSIX_PTHREAD_SEMANTICS 1<br>
| #define _TANDEM_SOURCE 1<br>
| #define DHCP_BYTE_ORDER LITTLE_ENDIAN<br>
| #define FAILOVER_PROTOCOL 1<br>
| #define ENABLE_EXECUTE 1<br>
| #define TRACING 1<br>
| #define DELAYED_ACK 1<br>
| #define DHCPv6 1<br>
| /* end confdefs.h.  */<br>
| #include <stdio.h><br>
| #ifdef HAVE_SYS_TYPES_H<br>
| # include <sys/types.h><br>
| #endif<br>
| #ifdef HAVE_SYS_STAT_H<br>
| # include <sys/stat.h><br>
| #endif<br>
| #ifdef STDC_HEADERS<br>
| # include <stdlib.h><br>
| # include <stddef.h><br>
| #else<br>
| # ifdef HAVE_STDLIB_H<br>
| #  include <stdlib.h><br>
| # endif<br>
| #endif<br>
| #ifdef HAVE_STRING_H<br>
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H<br>
| #  include <memory.h><br>
| # endif<br>
| # include <string.h><br>
| #endif<br>
| #ifdef HAVE_STRINGS_H<br>
| # include <strings.h><br>
| #endif<br>
| #ifdef HAVE_INTTYPES_H<br>
| # include <inttypes.h><br>
| #endif<br>
| #ifdef HAVE_STDINT_H<br>
| # include <stdint.h><br>
| #endif<br>
| #ifdef HAVE_UNISTD_H<br>
| # include <unistd.h><br>
| #endif<br>
|        enum { N = 64 / 2 - 1 };<br>
| int<br>
| main ()<br>
| {<br>
| static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)<br>
| < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];<br>
| test_array [0] = 0;<br>
| return test_array [0];<br>
| <br>
|   ;<br>
|   return 0;<br>
| }<br>
configure:6087: result: yes<br>
configure:6100: checking for u_int8_t<br>
configure:6100: gcc -c -g -O2  conftest.c >&5<br>
configure:6100: $? = 0<br>
configure:6100: gcc -c -g -O2  conftest.c >&5<br>
conftest.c: In function 'main':<br>
conftest.c:68:23: error: expected expression before ')' token<br>
 if (sizeof ((u_int8_t)))<br>
                       ^<br>
configure:6100: $? = 1<br>
configure: failed program was:<br>
| /* confdefs.h */<br>
| #define PACKAGE_NAME "DHCP"<br>
| #define PACKAGE_TARNAME "dhcp"<br>
| #define PACKAGE_VERSION "4.4.1"<br>
| #define PACKAGE_STRING "DHCP 4.4.1"<br>
| #define PACKAGE_BUGREPORT "<a href="mailto:dhcp-users@isc.org" id="LPlnk666213" class="OWAAutoLink" previewremoved="true">dhcp-users@isc.org</a>"<br>
| #define PACKAGE_URL ""<br>
| #define PACKAGE "dhcp"<br>
| #define VERSION "4.4.1"<br>
| #define STDC_HEADERS 1<br>
| #define HAVE_SYS_TYPES_H 1<br>
| #define HAVE_SYS_STAT_H 1<br>
| #define HAVE_STDLIB_H 1<br>
| #define HAVE_STRING_H 1<br>
| #define HAVE_MEMORY_H 1<br>
| #define HAVE_STRINGS_H 1<br>
| #define HAVE_INTTYPES_H 1<br>
| #define HAVE_STDINT_H 1<br>
| #define HAVE_UNISTD_H 1<br>
| #define __EXTENSIONS__ 1<br>
| #define _ALL_SOURCE 1<br>
| #define _GNU_SOURCE 1<br>
| #define _POSIX_PTHREAD_SEMANTICS 1<br>
| #define _TANDEM_SOURCE 1<br>
| #define DHCP_BYTE_ORDER LITTLE_ENDIAN<br>
| #define FAILOVER_PROTOCOL 1<br>
| #define ENABLE_EXECUTE 1<br>
| #define TRACING 1<br>
| #define DELAYED_ACK 1<br>
| #define DHCPv6 1<br>
| /* end confdefs.h.  */<br>
| #include <stdio.h><br>
| #ifdef HAVE_SYS_TYPES_H<br>
| # include <sys/types.h><br>
| #endif<br>
| #ifdef HAVE_SYS_STAT_H<br>
| # include <sys/stat.h><br>
| #endif<br>
| #ifdef STDC_HEADERS<br>
| # include <stdlib.h><br>
| # include <stddef.h><br>
| #else<br>
| # ifdef HAVE_STDLIB_H<br>
| #  include <stdlib.h><br>
| # endif<br>
| #endif<br>
| #ifdef HAVE_STRING_H<br>
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H<br>
| #  include <memory.h><br>
| # endif<br>
| # include <string.h><br>
| #endif<br>
| #ifdef HAVE_STRINGS_H<br>
| # include <strings.h><br>
| #endif<br>
| #ifdef HAVE_INTTYPES_H<br>
| # include <inttypes.h><br>
| #endif<br>
| #ifdef HAVE_STDINT_H<br>
| # include <stdint.h><br>
| #endif<br>
| #ifdef HAVE_UNISTD_H<br>
| # include <unistd.h><br>
| #endif<br>
| int<br>
| main ()<br>
| {<br>
| if (sizeof ((u_int8_t)))<br>
|    return 0;<br>
|   ;<br>
|   return 0;<br>
| }<br>
configure:6100: result: yes<br>
configure:6125: checking for u_int16_t<br>
configure:6125: gcc -c -g -O2  conftest.c >&5<br>
configure:6125: $? = 0<br>
configure:6125: gcc -c -g -O2  conftest.c >&5<br>
conftest.c: In function 'main':<br>
conftest.c:68:24: error: expected expression before ')' token<br>
 if (sizeof ((u_int16_t)))<br>
                        ^<br>
configure:6125: $? = 1<br>
configure: failed program was:<br>
| /* confdefs.h */<br>
| #define PACKAGE_NAME "DHCP"<br>
| #define PACKAGE_TARNAME "dhcp"<br>
| #define PACKAGE_VERSION "4.4.1"<br>
| #define PACKAGE_STRING "DHCP 4.4.1"<br>
| #define PACKAGE_BUGREPORT "<a href="mailto:dhcp-users@isc.org" id="LPlnk818290" class="OWAAutoLink" previewremoved="true">dhcp-users@isc.org</a>"<br>
| #define PACKAGE_URL ""<br>
| #define PACKAGE "dhcp"<br>
| #define VERSION "4.4.1"<br>
| #define STDC_HEADERS 1<br>
| #define HAVE_SYS_TYPES_H 1<br>
| #define HAVE_SYS_STAT_H 1<br>
| #define HAVE_STDLIB_H 1<br>
| #define HAVE_STRING_H 1<br>
| #define HAVE_MEMORY_H 1<br>
| #define HAVE_STRINGS_H 1<br>
| #define HAVE_INTTYPES_H 1<br>
| #define HAVE_STDINT_H 1<br>
| #define HAVE_UNISTD_H 1<br>
| #define __EXTENSIONS__ 1<br>
| #define _ALL_SOURCE 1<br>
| #define _GNU_SOURCE 1<br>
| #define _POSIX_PTHREAD_SEMANTICS 1<br>
| #define _TANDEM_SOURCE 1<br>
| #define DHCP_BYTE_ORDER LITTLE_ENDIAN<br>
| #define FAILOVER_PROTOCOL 1<br>
| #define ENABLE_EXECUTE 1<br>
| #define TRACING 1<br>
| #define DELAYED_ACK 1<br>
| #define DHCPv6 1<br>
| /* end confdefs.h.  */<br>
| #include <stdio.h><br>
| #ifdef HAVE_SYS_TYPES_H<br>
| # include <sys/types.h><br>
| #endif<br>
| #ifdef HAVE_SYS_STAT_H<br>
| # include <sys/stat.h><br>
| #endif<br>
| #ifdef STDC_HEADERS<br>
| # include <stdlib.h><br>
| # include <stddef.h><br>
| #else<br>
| # ifdef HAVE_STDLIB_H<br>
| #  include <stdlib.h><br>
| # endif<br>
| #endif<br>
| #ifdef HAVE_STRING_H<br>
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H<br>
| #  include <memory.h><br>
| # endif<br>
| # include <string.h><br>
| #endif<br>
| #ifdef HAVE_STRINGS_H<br>
| # include <strings.h><br>
| #endif<br>
| #ifdef HAVE_INTTYPES_H<br>
| # include <inttypes.h><br>
| #endif<br>
| #ifdef HAVE_STDINT_H<br>
| # include <stdint.h><br>
| #endif<br>
| #ifdef HAVE_UNISTD_H<br>
| # include <unistd.h><br>
| #endif<br>
| int<br>
| main ()<br>
| {<br>
| if (sizeof ((u_int16_t)))<br>
|    return 0;<br>
|   ;<br>
|   return 0;<br>
| }<br>
configure:6125: result: yes<br>
configure:6148: checking for u_int32_t<br>
configure:6148: gcc -c -g -O2  conftest.c >&5<br>
configure:6148: $? = 0<br>
configure:6148: gcc -c -g -O2  conftest.c >&5<br>
conftest.c: In function 'main':<br>
conftest.c:68:24: error: expected expression before ')' token<br>
 if (sizeof ((u_int32_t)))<br>
                        ^<br>
configure:6148: $? = 1<br>
configure: failed program was:<br>
| /* confdefs.h */<br>
| #define PACKAGE_NAME "DHCP"<br>
| #define PACKAGE_TARNAME "dhcp"<br>
| #define PACKAGE_VERSION "4.4.1"<br>
| #define PACKAGE_STRING "DHCP 4.4.1"<br>
| #define PACKAGE_BUGREPORT "<a href="mailto:dhcp-users@isc.org" id="LPlnk532101" class="OWAAutoLink" previewremoved="true">dhcp-users@isc.org</a>"<br>
| #define PACKAGE_URL ""<br>
| #define PACKAGE "dhcp"<br>
| #define VERSION "4.4.1"<br>
| #define STDC_HEADERS 1<br>
| #define HAVE_SYS_TYPES_H 1<br>
| #define HAVE_SYS_STAT_H 1<br>
| #define HAVE_STDLIB_H 1<br>
| #define HAVE_STRING_H 1<br>
| #define HAVE_MEMORY_H 1<br>
| #define HAVE_STRINGS_H 1<br>
| #define HAVE_INTTYPES_H 1<br>
| #define HAVE_STDINT_H 1<br>
| #define HAVE_UNISTD_H 1<br>
| #define __EXTENSIONS__ 1<br>
| #define _ALL_SOURCE 1<br>
| #define _GNU_SOURCE 1<br>
| #define _POSIX_PTHREAD_SEMANTICS 1<br>
| #define _TANDEM_SOURCE 1<br>
| #define DHCP_BYTE_ORDER LITTLE_ENDIAN<br>
| #define FAILOVER_PROTOCOL 1<br>
| #define ENABLE_EXECUTE 1<br>
| #define TRACING 1<br>
| #define DELAYED_ACK 1<br>
| #define DHCPv6 1<br>
| /* end confdefs.h.  */<br>
| #include <stdio.h><br>
| #ifdef HAVE_SYS_TYPES_H<br>
| # include <sys/types.h><br>
| #endif<br>
| #ifdef HAVE_SYS_STAT_H<br>
| # include <sys/stat.h><br>
| #endif<br>
| #ifdef STDC_HEADERS<br>
| # include <stdlib.h><br>
| # include <stddef.h><br>
| #else<br>
| # ifdef HAVE_STDLIB_H<br>
| #  include <stdlib.h><br>
| # endif<br>
| #endif<br>
| #ifdef HAVE_STRING_H<br>
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H<br>
| #  include <memory.h><br>
| # endif<br>
| # include <string.h><br>
| #endif<br>
| #ifdef HAVE_STRINGS_H<br>
| # include <strings.h><br>
| #endif<br>
| #ifdef HAVE_INTTYPES_H<br>
| # include <inttypes.h><br>
| #endif<br>
| #ifdef HAVE_STDINT_H<br>
| # include <stdint.h><br>
| #endif<br>
| #ifdef HAVE_UNISTD_H<br>
| # include <unistd.h><br>
| #endif<br>
| int<br>
| main ()<br>
| {<br>
| if (sizeof ((u_int32_t)))<br>
|    return 0;<br>
|   ;<br>
|   return 0;<br>
| }<br>
configure:6148: result: yes<br>
configure:6173: checking for u_int64_t<br>
configure:6173: gcc -c -g -O2  conftest.c >&5<br>
configure:6173: $? = 0<br>
configure:6173: gcc -c -g -O2  conftest.c >&5<br>
conftest.c: In function 'main':<br>
conftest.c:68:24: error: expected expression before ')' token<br>
 if (sizeof ((u_int64_t)))<br>
                        ^<br>
configure:6173: $? = 1<br>
configure: failed program was:<br>
| /* confdefs.h */<br>
| #define PACKAGE_NAME "DHCP"<br>
| #define PACKAGE_TARNAME "dhcp"<br>
| #define PACKAGE_VERSION "4.4.1"<br>
| #define PACKAGE_STRING "DHCP 4.4.1"<br>
| #define PACKAGE_BUGREPORT "<a href="mailto:dhcp-users@isc.org" id="LPlnk773502" class="OWAAutoLink" previewremoved="true">dhcp-users@isc.org</a>"<br>
| #define PACKAGE_URL ""<br>
| #define PACKAGE "dhcp"<br>
| #define VERSION "4.4.1"<br>
| #define STDC_HEADERS 1<br>
| #define HAVE_SYS_TYPES_H 1<br>
| #define HAVE_SYS_STAT_H 1<br>
| #define HAVE_STDLIB_H 1<br>
| #define HAVE_STRING_H 1<br>
| #define HAVE_MEMORY_H 1<br>
| #define HAVE_STRINGS_H 1<br>
| #define HAVE_INTTYPES_H 1<br>
| #define HAVE_STDINT_H 1<br>
| #define HAVE_UNISTD_H 1<br>
| #define __EXTENSIONS__ 1<br>
| #define _ALL_SOURCE 1<br>
| #define _GNU_SOURCE 1<br>
| #define _POSIX_PTHREAD_SEMANTICS 1<br>
| #define _TANDEM_SOURCE 1<br>
| #define DHCP_BYTE_ORDER LITTLE_ENDIAN<br>
| #define FAILOVER_PROTOCOL 1<br>
| #define ENABLE_EXECUTE 1<br>
| #define TRACING 1<br>
| #define DELAYED_ACK 1<br>
| #define DHCPv6 1<br>
| /* end confdefs.h.  */<br>
| #include <stdio.h><br>
| #ifdef HAVE_SYS_TYPES_H<br>
| # include <sys/types.h><br>
| #endif<br>
| #ifdef HAVE_SYS_STAT_H<br>
| # include <sys/stat.h><br>
| #endif<br>
| #ifdef STDC_HEADERS<br>
| # include <stdlib.h><br>
| # include <stddef.h><br>
| #else<br>
| # ifdef HAVE_STDLIB_H<br>
| #  include <stdlib.h><br>
| # endif<br>
| #endif<br>
| #ifdef HAVE_STRING_H<br>
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H<br>
| #  include <memory.h><br>
| # endif<br>
| # include <string.h><br>
| #endif<br>
| #ifdef HAVE_STRINGS_H<br>
| # include <strings.h><br>
| #endif<br>
| #ifdef HAVE_INTTYPES_H<br>
| # include <inttypes.h><br>
| #endif<br>
| #ifdef HAVE_STDINT_H<br>
| # include <stdint.h><br>
| #endif<br>
| #ifdef HAVE_UNISTD_H<br>
| # include <unistd.h><br>
| #endif<br>
| int<br>
| main ()<br>
| {<br>
| if (sizeof ((u_int64_t)))<br>
|    return 0;<br>
|   ;<br>
|   return 0;<br>
| }<br>
configure:6173: result: yes<br>
configure:6202: checking ifaddrs.h usability<br>
configure:6202: gcc -c -g -O2  conftest.c >&5<br>
configure:6202: $? = 0<br>
configure:6202: result: yes<br>
configure:6202: checking ifaddrs.h presence<br>
configure:6202: gcc -E  conftest.c<br>
configure:6202: $? = 0<br>
configure:6202: result: yes<br>
configure:6202: checking for ifaddrs.h<br>
configure:6202: result: yes<br>
configure:6216: checking linux/types.h usability<br>
configure:6216: gcc -c -g -O2  conftest.c >&5<br>
configure:6216: $? = 0<br>
configure:6216: result: yes<br>
configure:6216: checking linux/types.h presence<br>
configure:6216: gcc -E  conftest.c<br>
configure:6216: $? = 0<br>
configure:6216: result: yes<br>
configure:6216: checking for linux/types.h<br>
configure:6216: result: yes<br>
configure:6228: checking for linux/filter.h<br>
configure:6228: gcc -c -g -O2  conftest.c >&5<br>
configure:6228: $? = 0<br>
configure:6228: result: yes<br>
configure:6286: checking for struct lifnum<br>
configure:6303: gcc -c -g -O2  conftest.c >&5<br>
conftest.c: In function 'main':<br>
conftest.c:42:16: error: storage size of 'a' isn't known<br>
  struct lifnum a;<br>
                ^<br>
configure:6303: $? = 1<br>
configure: failed program was:<br>
| /* confdefs.h */<br>
| #define PACKAGE_NAME "DHCP"<br>
| #define PACKAGE_TARNAME "dhcp"<br>
| #define PACKAGE_VERSION "4.4.1"<br>
| #define PACKAGE_STRING "DHCP 4.4.1"<br>
| #define PACKAGE_BUGREPORT "<a href="mailto:dhcp-users@isc.org" id="LPlnk219912" class="OWAAutoLink" previewremoved="true">dhcp-users@isc.org</a>"<br>
| #define PACKAGE_URL ""<br>
| #define PACKAGE "dhcp"<br>
| #define VERSION "4.4.1"<br>
| #define STDC_HEADERS 1<br>
| #define HAVE_SYS_TYPES_H 1<br>
| #define HAVE_SYS_STAT_H 1<br>
| #define HAVE_STDLIB_H 1<br>
| #define HAVE_STRING_H 1<br>
| #define HAVE_MEMORY_H 1<br>
| #define HAVE_STRINGS_H 1<br>
| #define HAVE_INTTYPES_H 1<br>
| #define HAVE_STDINT_H 1<br>
| #define HAVE_UNISTD_H 1<br>
| #define __EXTENSIONS__ 1<br>
| #define _ALL_SOURCE 1<br>
| #define _GNU_SOURCE 1<br>
| #define _POSIX_PTHREAD_SEMANTICS 1<br>
| #define _TANDEM_SOURCE 1<br>
| #define DHCP_BYTE_ORDER LITTLE_ENDIAN<br>
| #define FAILOVER_PROTOCOL 1<br>
| #define ENABLE_EXECUTE 1<br>
| #define TRACING 1<br>
| #define DELAYED_ACK 1<br>
| #define DHCPv6 1<br>
| #define HAVE_IFADDRS_H 1<br>
| #define HAVE_LINUX_TYPES_H 1<br>
| #define HAVE_LPF 1<br>
| /* end confdefs.h.  */<br>
|  #include <sys/types.h><br>
|   #include <sys/socket.h><br>
|   #include <net/if.h><br>
| <br>
| int<br>
| main ()<br>
| {<br>
|  struct lifnum a;<br>
| <br>
|   ;<br>
|   return 0;<br>
| }<br>
configure:6310: result: no<br>
configure:6315: checking for struct if_laddrconf<br>
configure:6331: gcc -c -g -O2  conftest.c >&5<br>
conftest.c:36:23: fatal error: net/if6.h: No such file or directory<br>
   #include <net/if6.h><br>
                       ^<br>
compilation terminated.<br>
configure:6331: $? = 1<br>
configure: failed program was:<br>
| /* confdefs.h */<br>
| #define PACKAGE_NAME "DHCP"<br>
| #define PACKAGE_TARNAME "dhcp"<br>
| #define PACKAGE_VERSION "4.4.1"<br>
| #define PACKAGE_STRING "DHCP 4.4.1"<br>
| #define PACKAGE_BUGREPORT "<a href="mailto:dhcp-users@isc.org" id="LPlnk468201" class="OWAAutoLink" previewremoved="true">dhcp-users@isc.org</a>"<br>
| #define PACKAGE_URL ""<br>
| #define PACKAGE "dhcp"<br>
| #define VERSION "4.4.1"<br>
| #define STDC_HEADERS 1<br>
| #define HAVE_SYS_TYPES_H 1<br>
| #define HAVE_SYS_STAT_H 1<br>
| #define HAVE_STDLIB_H 1<br>
| #define HAVE_STRING_H 1<br>
| #define HAVE_MEMORY_H 1<br>
| #define HAVE_STRINGS_H 1<br>
| #define HAVE_INTTYPES_H 1<br>
| #define HAVE_STDINT_H 1<br>
| #define HAVE_UNISTD_H 1<br>
| #define __EXTENSIONS__ 1<br>
| #define _ALL_SOURCE 1<br>
| #define _GNU_SOURCE 1<br>
| #define _POSIX_PTHREAD_SEMANTICS 1<br>
| #define _TANDEM_SOURCE 1<br>
| #define DHCP_BYTE_ORDER LITTLE_ENDIAN<br>
| #define FAILOVER_PROTOCOL 1<br>
| #define ENABLE_EXECUTE 1<br>
| #define TRACING 1<br>
| #define DELAYED_ACK 1<br>
| #define DHCPv6 1<br>
| #define HAVE_IFADDRS_H 1<br>
| #define HAVE_LINUX_TYPES_H 1<br>
| #define HAVE_LPF 1<br>
| /* end confdefs.h.  */<br>
|  #include <sys/types.h><br>
|   #include <net/if6.h><br>
| <br>
| int<br>
| main ()<br>
| {<br>
|  struct if_laddrconf a;<br>
| <br>
|   ;<br>
|   return 0;<br>
| }<br>
configure:6338: result: no<br>
configure:6343: checking for struct if_laddrreq<br>
configure:6359: gcc -o conftest -g -O2   conftest.c  >&5<br>
conftest.c:36:22: fatal error: net/if6.h: No such file or directory<br>
  #include <net/if6.h><br>
                      ^<br>
compilation terminated.<br>
configure:6359: $? = 1<br>
configure: failed program was:<br>
| /* confdefs.h */<br>
| #define PACKAGE_NAME "DHCP"<br>
| #define PACKAGE_TARNAME "dhcp"<br>
| #define PACKAGE_VERSION "4.4.1"<br>
| #define PACKAGE_STRING "DHCP 4.4.1"<br>
| #define PACKAGE_BUGREPORT "<a href="mailto:dhcp-users@isc.org" id="LPlnk206617" class="OWAAutoLink" previewremoved="true">dhcp-users@isc.org</a>"<br>
| #define PACKAGE_URL ""<br>
| #define PACKAGE "dhcp"<br>
| #define VERSION "4.4.1"<br>
| #define STDC_HEADERS 1<br>
| #define HAVE_SYS_TYPES_H 1<br>
| #define HAVE_SYS_STAT_H 1<br>
| #define HAVE_STDLIB_H 1<br>
| #define HAVE_STRING_H 1<br>
| #define HAVE_MEMORY_H 1<br>
| #define HAVE_STRINGS_H 1<br>
| #define HAVE_INTTYPES_H 1<br>
| #define HAVE_STDINT_H 1<br>
| #define HAVE_UNISTD_H 1<br>
| #define __EXTENSIONS__ 1<br>
| #define _ALL_SOURCE 1<br>
| #define _GNU_SOURCE 1<br>
| #define _POSIX_PTHREAD_SEMANTICS 1<br>
| #define _TANDEM_SOURCE 1<br>
| #define DHCP_BYTE_ORDER LITTLE_ENDIAN<br>
| #define FAILOVER_PROTOCOL 1<br>
| #define ENABLE_EXECUTE 1<br>
| #define TRACING 1<br>
| #define DELAYED_ACK 1<br>
| #define DHCPv6 1<br>
| #define HAVE_IFADDRS_H 1<br>
| #define HAVE_LINUX_TYPES_H 1<br>
| #define HAVE_LPF 1<br>
| /* end confdefs.h.  */<br>
| #include <sys/types.h><br>
|  #include <net/if6.h><br>
| <br>
| int<br>
| main ()<br>
| {<br>
|  struct if_laddrreq a;<br>
| <br>
|   ;<br>
|   return 0;<br>
| }<br>
configure:6366: result: no<br>
configure:6375: checking for GCC noreturn attribute<br>
configure:6388: gcc -c -g -O2  conftest.c >&5<br>
configure:6388: $? = 0<br>
configure:6389: result: yes<br>
configure:6407: checking sys/socket.h usability<br>
configure:6407: gcc -c -g -O2  conftest.c >&5<br>
configure:6407: $? = 0<br>
configure:6407: result: yes<br>
configure:6407: checking sys/socket.h presence<br>
configure:6407: gcc -E  conftest.c<br>
configure:6407: $? = 0<br>
configure:6407: result: yes<br>
configure:6407: checking for sys/socket.h<br>
configure:6407: result: yes<br>
configure:6407: checking net/if_dl.h usability<br>
configure:6407: gcc -c -g -O2  conftest.c >&5<br>
conftest.c:70:23: fatal error: net/if_dl.h: No such file or directory<br>
 #include <net/if_dl.h><br>
                       ^<br>
compilation terminated.<br>
configure:6407: $? = 1<br>
configure: failed program was:<br>
| /* confdefs.h */<br>
| #define PACKAGE_NAME "DHCP"<br>
| #define PACKAGE_TARNAME "dhcp"<br>
| #define PACKAGE_VERSION "4.4.1"<br>
| #define PACKAGE_STRING "DHCP 4.4.1"<br>
| #define PACKAGE_BUGREPORT "<a href="mailto:dhcp-users@isc.org" id="LPlnk614956" class="OWAAutoLink" previewremoved="true">dhcp-users@isc.org</a>"<br>
| #define PACKAGE_URL ""<br>
| #define PACKAGE "dhcp"<br>
| #define VERSION "4.4.1"<br>
| #define STDC_HEADERS 1<br>
| #define HAVE_SYS_TYPES_H 1<br>
| #define HAVE_SYS_STAT_H 1<br>
| #define HAVE_STDLIB_H 1<br>
| #define HAVE_STRING_H 1<br>
| #define HAVE_MEMORY_H 1<br>
| #define HAVE_STRINGS_H 1<br>
| #define HAVE_INTTYPES_H 1<br>
| #define HAVE_STDINT_H 1<br>
| #define HAVE_UNISTD_H 1<br>
| #define __EXTENSIONS__ 1<br>
| #define _ALL_SOURCE 1<br>
| #define _GNU_SOURCE 1<br>
| #define _POSIX_PTHREAD_SEMANTICS 1<br>
| #define _TANDEM_SOURCE 1<br>
| #define DHCP_BYTE_ORDER LITTLE_ENDIAN<br>
| #define FAILOVER_PROTOCOL 1<br>
| #define ENABLE_EXECUTE 1<br>
| #define TRACING 1<br>
| #define DELAYED_ACK 1<br>
| #define DHCPv6 1<br>
| #define HAVE_IFADDRS_H 1<br>
| #define HAVE_LINUX_TYPES_H 1<br>
| #define HAVE_LPF 1<br>
| #define ISC_DHCP_NORETURN __attribute__((noreturn))<br>
| #define HAVE_SYS_SOCKET_H 1<br>
| /* end confdefs.h.  */<br>
| #include <stdio.h><br>
| #ifdef HAVE_SYS_TYPES_H<br>
| # include <sys/types.h><br>
| #endif<br>
| #ifdef HAVE_SYS_STAT_H<br>
| # include <sys/stat.h><br>
| #endif<br>
| #ifdef STDC_HEADERS<br>
| # include <stdlib.h><br>
| # include <stddef.h><br>
| #else<br>
| # ifdef HAVE_STDLIB_H<br>
| #  include <stdlib.h><br>
| # endif<br>
| #endif<br>
| #ifdef HAVE_STRING_H<br>
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H<br>
| #  include <memory.h><br>
| # endif<br>
| # include <string.h><br>
| #endif<br>
| #ifdef HAVE_STRINGS_H<br>
| # include <strings.h><br>
| #endif<br>
| #ifdef HAVE_INTTYPES_H<br>
| # include <inttypes.h><br>
| #endif<br>
| #ifdef HAVE_STDINT_H<br>
| # include <stdint.h><br>
| #endif<br>
| #ifdef HAVE_UNISTD_H<br>
| # include <unistd.h><br>
| #endif<br>
| #include <net/if_dl.h><br>
configure:6407: result: no<br>
configure:6407: checking net/if_dl.h presence<br>
configure:6407: gcc -E  conftest.c<br>
conftest.c:37:23: fatal error: net/if_dl.h: No such file or directory<br>
 #include <net/if_dl.h><br>
                       ^<br>
compilation terminated.<br>
configure:6407: $? = 1<br>
configure: failed program was:<br>
| /* confdefs.h */<br>
| #define PACKAGE_NAME "DHCP"<br>
| #define PACKAGE_TARNAME "dhcp"<br>
| #define PACKAGE_VERSION "4.4.1"<br>
| #define PACKAGE_STRING "DHCP 4.4.1"<br>
| #define PACKAGE_BUGREPORT "<a href="mailto:dhcp-users@isc.org" id="LPlnk358456" class="OWAAutoLink" previewremoved="true">dhcp-users@isc.org</a>"<br>
| #define PACKAGE_URL ""<br>
| #define PACKAGE "dhcp"<br>
| #define VERSION "4.4.1"<br>
| #define STDC_HEADERS 1<br>
| #define HAVE_SYS_TYPES_H 1<br>
| #define HAVE_SYS_STAT_H 1<br>
| #define HAVE_STDLIB_H 1<br>
| #define HAVE_STRING_H 1<br>
| #define HAVE_MEMORY_H 1<br>
| #define HAVE_STRINGS_H 1<br>
| #define HAVE_INTTYPES_H 1<br>
| #define HAVE_STDINT_H 1<br>
| #define HAVE_UNISTD_H 1<br>
| #define __EXTENSIONS__ 1<br>
| #define _ALL_SOURCE 1<br>
| #define _GNU_SOURCE 1<br>
| #define _POSIX_PTHREAD_SEMANTICS 1<br>
| #define _TANDEM_SOURCE 1<br>
| #define DHCP_BYTE_ORDER LITTLE_ENDIAN<br>
| #define FAILOVER_PROTOCOL 1<br>
| #define ENABLE_EXECUTE 1<br>
| #define TRACING 1<br>
| #define DELAYED_ACK 1<br>
| #define DHCPv6 1<br>
| #define HAVE_IFADDRS_H 1<br>
| #define HAVE_LINUX_TYPES_H 1<br>
| #define HAVE_LPF 1<br>
| #define ISC_DHCP_NORETURN __attribute__((noreturn))<br>
| #define HAVE_SYS_SOCKET_H 1<br>
| /* end confdefs.h.  */<br>
| #include <net/if_dl.h><br>
configure:6407: result: no<br>
configure:6407: checking for net/if_dl.h<br>
configure:6407: result: no<br>
configure:6407: checking net/if6.h usability<br>
configure:6407: gcc -c -g -O2  conftest.c >&5<br>
conftest.c:70:21: fatal error: net/if6.h: No such file or directory<br>
 #include <net/if6.h><br>
                     ^<br>
compilation terminated.<br>
configure:6407: $? = 1<br>
configure: failed program was:<br>
| /* confdefs.h */<br>
| #define PACKAGE_NAME "DHCP"<br>
| #define PACKAGE_TARNAME "dhcp"<br>
| #define PACKAGE_VERSION "4.4.1"<br>
| #define PACKAGE_STRING "DHCP 4.4.1"<br>
| #define PACKAGE_BUGREPORT "<a href="mailto:dhcp-users@isc.org" id="LPlnk305602" class="OWAAutoLink" previewremoved="true">dhcp-users@isc.org</a>"<br>
| #define PACKAGE_URL ""<br>
| #define PACKAGE "dhcp"<br>
| #define VERSION "4.4.1"<br>
| #define STDC_HEADERS 1<br>
| #define HAVE_SYS_TYPES_H 1<br>
| #define HAVE_SYS_STAT_H 1<br>
| #define HAVE_STDLIB_H 1<br>
| #define HAVE_STRING_H 1<br>
| #define HAVE_MEMORY_H 1<br>
| #define HAVE_STRINGS_H 1<br>
| #define HAVE_INTTYPES_H 1<br>
| #define HAVE_STDINT_H 1<br>
| #define HAVE_UNISTD_H 1<br>
| #define __EXTENSIONS__ 1<br>
| #define _ALL_SOURCE 1<br>
| #define _GNU_SOURCE 1<br>
| #define _POSIX_PTHREAD_SEMANTICS 1<br>
| #define _TANDEM_SOURCE 1<br>
| #define DHCP_BYTE_ORDER LITTLE_ENDIAN<br>
| #define FAILOVER_PROTOCOL 1<br>
| #define ENABLE_EXECUTE 1<br>
| #define TRACING 1<br>
| #define DELAYED_ACK 1<br>
| #define DHCPv6 1<br>
| #define HAVE_IFADDRS_H 1<br>
| #define HAVE_LINUX_TYPES_H 1<br>
| #define HAVE_LPF 1<br>
| #define ISC_DHCP_NORETURN __attribute__((noreturn))<br>
| #define HAVE_SYS_SOCKET_H 1<br>
| /* end confdefs.h.  */<br>
| #include <stdio.h><br>
| #ifdef HAVE_SYS_TYPES_H<br>
| # include <sys/types.h><br>
| #endif<br>
| #ifdef HAVE_SYS_STAT_H<br>
| # include <sys/stat.h><br>
| #endif<br>
| #ifdef STDC_HEADERS<br>
| # include <stdlib.h><br>
| # include <stddef.h><br>
| #else<br>
| # ifdef HAVE_STDLIB_H<br>
| #  include <stdlib.h><br>
| # endif<br>
| #endif<br>
| #ifdef HAVE_STRING_H<br>
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H<br>
| #  include <memory.h><br>
| # endif<br>
| # include <string.h><br>
| #endif<br>
| #ifdef HAVE_STRINGS_H<br>
| # include <strings.h><br>
| #endif<br>
| #ifdef HAVE_INTTYPES_H<br>
| # include <inttypes.h><br>
| #endif<br>
| #ifdef HAVE_STDINT_H<br>
| # include <stdint.h><br>
| #endif<br>
| #ifdef HAVE_UNISTD_H<br>
| # include <unistd.h><br>
| #endif<br>
| #include <net/if6.h><br>
configure:6407: result: no<br>
configure:6407: checking net/if6.h presence<br>
configure:6407: gcc -E  conftest.c<br>
conftest.c:37:21: fatal error: net/if6.h: No such file or directory<br>
 #include <net/if6.h><br>
                     ^<br>
compilation terminated.<br>
configure:6407: $? = 1<br>
configure: failed program was:<br>
| /* confdefs.h */<br>
| #define PACKAGE_NAME "DHCP"<br>
| #define PACKAGE_TARNAME "dhcp"<br>
| #define PACKAGE_VERSION "4.4.1"<br>
| #define PACKAGE_STRING "DHCP 4.4.1"<br>
| #define PACKAGE_BUGREPORT "<a href="mailto:dhcp-users@isc.org" id="LPlnk785067" class="OWAAutoLink" previewremoved="true">dhcp-users@isc.org</a>"<br>
| #define PACKAGE_URL ""<br>
| #define PACKAGE "dhcp"<br>
| #define VERSION "4.4.1"<br>
| #define STDC_HEADERS 1<br>
| #define HAVE_SYS_TYPES_H 1<br>
| #define HAVE_SYS_STAT_H 1<br>
| #define HAVE_STDLIB_H 1<br>
| #define HAVE_STRING_H 1<br>
| #define HAVE_MEMORY_H 1<br>
| #define HAVE_STRINGS_H 1<br>
| #define HAVE_INTTYPES_H 1<br>
| #define HAVE_STDINT_H 1<br>
| #define HAVE_UNISTD_H 1<br>
| #define __EXTENSIONS__ 1<br>
| #define _ALL_SOURCE 1<br>
| #define _GNU_SOURCE 1<br>
| #define _POSIX_PTHREAD_SEMANTICS 1<br>
| #define _TANDEM_SOURCE 1<br>
| #define DHCP_BYTE_ORDER LITTLE_ENDIAN<br>
| #define FAILOVER_PROTOCOL 1<br>
| #define ENABLE_EXECUTE 1<br>
| #define TRACING 1<br>
| #define DELAYED_ACK 1<br>
| #define DHCPv6 1<br>
| #define HAVE_IFADDRS_H 1<br>
| #define HAVE_LINUX_TYPES_H 1<br>
| #define HAVE_LPF 1<br>
| #define ISC_DHCP_NORETURN __attribute__((noreturn))<br>
| #define HAVE_SYS_SOCKET_H 1<br>
| /* end confdefs.h.  */<br>
| #include <net/if6.h><br>
configure:6407: result: no<br>
configure:6407: checking for net/if6.h<br>
configure:6407: result: no<br>
configure:6407: checking regex.h usability<br>
configure:6407: gcc -c -g -O2  conftest.c >&5<br>
configure:6407: $? = 0<br>
configure:6407: result: yes<br>
configure:6407: checking regex.h presence<br>
configure:6407: gcc -E  conftest.c<br>
configure:6407: $? = 0<br>
configure:6407: result: yes<br>
configure:6407: checking for regex.h<br>
configure:6407: result: yes<br>
configure:6419: checking for library containing socket<br>
configure:6450: gcc -o conftest -g -O2   conftest.c  >&5<br>
configure:6450: $? = 0<br>
configure:6467: result: none required<br>
configure:6475: checking for library containing inet_ntoa<br>
configure:6506: gcc -o conftest -g -O2   conftest.c  >&5<br>
configure:6506: $? = 0<br>
configure:6523: result: none required<br>
configure:6532: checking for library containing inet_aton<br>
configure:6563: gcc -o conftest -g -O2   conftest.c  >&5<br>
configure:6563: $? = 0<br>
configure:6580: result: none required<br>
configure:6594: checking for library containing regcomp<br>
configure:6625: gcc -o conftest -g -O2   conftest.c  >&5<br>
configure:6625: $? = 0<br>
configure:6642: result: none required<br>
configure:6653: checking for strlcat<br>
configure:6653: gcc -o conftest -g -O2   conftest.c  >&5<br>
/tmp/cc5jawdl.o: In function `main':<br>
/usr/local/src/dhcp-4.4.1/conftest.c:72: undefined reference to `strlcat'<br>
collect2: error: ld returned 1 exit status<br>
configure:6653: $? = 1<br>
configure: failed program was:<br>
| /* confdefs.h */<br>
| #define PACKAGE_NAME "DHCP"<br>
| #define PACKAGE_TARNAME "dhcp"<br>
| #define PACKAGE_VERSION "4.4.1"<br>
| #define PACKAGE_STRING "DHCP 4.4.1"<br>
| #define PACKAGE_BUGREPORT "<a href="mailto:dhcp-users@isc.org" id="LPlnk934558" class="OWAAutoLink" previewremoved="true">dhcp-users@isc.org</a>"<br>
| #define PACKAGE_URL ""<br>
| #define PACKAGE "dhcp"<br>
| #define VERSION "4.4.1"<br>
| #define STDC_HEADERS 1<br>
| #define HAVE_SYS_TYPES_H 1<br>
| #define HAVE_SYS_STAT_H 1<br>
| #define HAVE_STDLIB_H 1<br>
| #define HAVE_STRING_H 1<br>
| #define HAVE_MEMORY_H 1<br>
| #define HAVE_STRINGS_H 1<br>
| #define HAVE_INTTYPES_H 1<br>
| #define HAVE_STDINT_H 1<br>
| #define HAVE_UNISTD_H 1<br>
| #define __EXTENSIONS__ 1<br>
| #define _ALL_SOURCE 1<br>
| #define _GNU_SOURCE 1<br>
| #define _POSIX_PTHREAD_SEMANTICS 1<br>
| #define _TANDEM_SOURCE 1<br>
| #define DHCP_BYTE_ORDER LITTLE_ENDIAN<br>
| #define FAILOVER_PROTOCOL 1<br>
| #define ENABLE_EXECUTE 1<br>
| #define TRACING 1<br>
| #define DELAYED_ACK 1<br>
| #define DHCPv6 1<br>
| #define HAVE_IFADDRS_H 1<br>
| #define HAVE_LINUX_TYPES_H 1<br>
| #define HAVE_LPF 1<br>
| #define ISC_DHCP_NORETURN __attribute__((noreturn))<br>
| #define HAVE_SYS_SOCKET_H 1<br>
| #define HAVE_REGEX_H 1<br>
| /* end confdefs.h.  */<br>
| /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat.<br>
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */<br>
| #define strlcat innocuous_strlcat<br>
| <br>
| /* System header to define __stub macros and hopefully few prototypes,<br>
|     which can conflict with char strlcat (); below.<br>
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since<br>
|     <limits.h> exists even on freestanding compilers.  */<br>
| <br>
| #ifdef __STDC__<br>
| # include <limits.h><br>
| #else<br>
| # include <assert.h><br>
| #endif<br>
| <br>
| #undef strlcat<br>
| <br>
| /* Override any GCC internal prototype to avoid an error.<br>
|    Use char because int might match the return type of a GCC<br>
|    builtin and then its argument prototype would still apply.  */<br>
| #ifdef __cplusplus<br>
| extern "C"<br>
| #endif<br>
| char strlcat ();<br>
| /* The GNU C library defines this for functions which it implements<br>
|     to always fail with ENOSYS.  Some functions are actually named<br>
|     something starting with __ and the normal name is an alias.  */<br>
| #if defined __stub_strlcat || defined __stub___strlcat<br>
| choke me<br>
| #endif<br>
| <br>
| int<br>
| main ()<br>
| {<br>
| return strlcat ();<br>
|   ;<br>
|   return 0;<br>
| }<br>
configure:6653: result: no<br>
configure:6664: checking for library containing if_nametoindex<br>
configure:6695: gcc -o conftest -g -O2   conftest.c  >&5<br>
configure:6695: $? = 0<br>
configure:6712: result: none required<br>
configure:6723: checking for nanosleep<br>
configure:6723: gcc -o conftest -g -O2   conftest.c  >&5<br>
configure:6723: $? = 0<br>
configure:6723: result: yes<br>
configure:6775: checking for random device<br>
configure:6804: result: /dev/random<br>
configure:6807: checking for /dev/random<br>
configure:6821: result: yes<br>
configure:6895: checking for struct sockaddr.sa_len<br>
configure:6895: gcc -c -g -O2  conftest.c >&5<br>
conftest.c: In function 'main':<br>
conftest.c:45:12: error: 'struct sockaddr' has no member named 'sa_len'<br>
 if (ac_aggr.sa_len)<br>
            ^<br>
configure:6895: $? = 1<br>
configure: failed program was:<br>
| /* confdefs.h */<br>
| #define PACKAGE_NAME "DHCP"<br>
| #define PACKAGE_TARNAME "dhcp"<br>
| #define PACKAGE_VERSION "4.4.1"<br>
| #define PACKAGE_STRING "DHCP 4.4.1"<br>
| #define PACKAGE_BUGREPORT "<a href="mailto:dhcp-users@isc.org" id="LPlnk4330" class="OWAAutoLink" previewremoved="true">dhcp-users@isc.org</a>"<br>
| #define PACKAGE_URL ""<br>
| #define PACKAGE "dhcp"<br>
| #define VERSION "4.4.1"<br>
| #define STDC_HEADERS 1<br>
| #define HAVE_SYS_TYPES_H 1<br>
| #define HAVE_SYS_STAT_H 1<br>
| #define HAVE_STDLIB_H 1<br>
| #define HAVE_STRING_H 1<br>
| #define HAVE_MEMORY_H 1<br>
| #define HAVE_STRINGS_H 1<br>
| #define HAVE_INTTYPES_H 1<br>
| #define HAVE_STDINT_H 1<br>
| #define HAVE_UNISTD_H 1<br>
| #define __EXTENSIONS__ 1<br>
| #define _ALL_SOURCE 1<br>
| #define _GNU_SOURCE 1<br>
| #define _POSIX_PTHREAD_SEMANTICS 1<br>
| #define _TANDEM_SOURCE 1<br>
| #define DHCP_BYTE_ORDER LITTLE_ENDIAN<br>
| #define FAILOVER_PROTOCOL 1<br>
| #define ENABLE_EXECUTE 1<br>
| #define TRACING 1<br>
| #define DELAYED_ACK 1<br>
| #define DHCPv6 1<br>
| #define HAVE_IFADDRS_H 1<br>
| #define HAVE_LINUX_TYPES_H 1<br>
| #define HAVE_LPF 1<br>
| #define ISC_DHCP_NORETURN __attribute__((noreturn))<br>
| #define HAVE_SYS_SOCKET_H 1<br>
| #define HAVE_REGEX_H 1<br>
| #define HAVE_DEV_RANDOM 1<br>
| /* end confdefs.h.  */<br>
| #include <sys/socket.h><br>
| <br>
| int<br>
| main ()<br>
| {<br>
| static struct sockaddr ac_aggr;<br>
| if (ac_aggr.sa_len)<br>
| return 0;<br>
|   ;<br>
|   return 0;<br>
| }<br>
configure:6895: gcc -c -g -O2  conftest.c >&5<br>
conftest.c: In function 'main':<br>
conftest.c:45:19: error: 'struct sockaddr' has no member named 'sa_len'<br>
 if (sizeof ac_aggr.sa_len)<br>
                   ^<br>
configure:6895: $? = 1<br>
configure: failed program was:<br>
| /* confdefs.h */<br>
| #define PACKAGE_NAME "DHCP"<br>
| #define PACKAGE_TARNAME "dhcp"<br>
| #define PACKAGE_VERSION "4.4.1"<br>
| #define PACKAGE_STRING "DHCP 4.4.1"<br>
| #define PACKAGE_BUGREPORT "<a href="mailto:dhcp-users@isc.org" id="LPlnk809885" class="OWAAutoLink" previewremoved="true">dhcp-users@isc.org</a>"<br>
| #define PACKAGE_URL ""<br>
| #define PACKAGE "dhcp"<br>
| #define VERSION "4.4.1"<br>
| #define STDC_HEADERS 1<br>
| #define HAVE_SYS_TYPES_H 1<br>
| #define HAVE_SYS_STAT_H 1<br>
| #define HAVE_STDLIB_H 1<br>
| #define HAVE_STRING_H 1<br>
| #define HAVE_MEMORY_H 1<br>
| #define HAVE_STRINGS_H 1<br>
| #define HAVE_INTTYPES_H 1<br>
| #define HAVE_STDINT_H 1<br>
| #define HAVE_UNISTD_H 1<br>
| #define __EXTENSIONS__ 1<br>
| #define _ALL_SOURCE 1<br>
| #define _GNU_SOURCE 1<br>
| #define _POSIX_PTHREAD_SEMANTICS 1<br>
| #define _TANDEM_SOURCE 1<br>
| #define DHCP_BYTE_ORDER LITTLE_ENDIAN<br>
| #define FAILOVER_PROTOCOL 1<br>
| #define ENABLE_EXECUTE 1<br>
| #define TRACING 1<br>
| #define DELAYED_ACK 1<br>
| #define DHCPv6 1<br>
| #define HAVE_IFADDRS_H 1<br>
| #define HAVE_LINUX_TYPES_H 1<br>
| #define HAVE_LPF 1<br>
| #define ISC_DHCP_NORETURN __attribute__((noreturn))<br>
| #define HAVE_SYS_SOCKET_H 1<br>
| #define HAVE_REGEX_H 1<br>
| #define HAVE_DEV_RANDOM 1<br>
| /* end confdefs.h.  */<br>
| #include <sys/socket.h><br>
| <br>
| int<br>
| main ()<br>
| {<br>
| static struct sockaddr ac_aggr;<br>
| if (sizeof ac_aggr.sa_len)<br>
| return 0;<br>
|   ;<br>
|   return 0;<br>
| }<br>
configure:6895: result: no<br>
configure:6911: checking size of struct iaddr *<br>
configure:6916: gcc -o conftest -g -O2 -I.   conftest.c  >&5<br>
configure:6916: $? = 0<br>
configure:6916: ./conftest<br>
configure:6916: $? = 0<br>
configure:6934: result: 8<br>
configure:6957: checking for struct msghdr.msg_control<br>
configure:6957: gcc -c -g -O2  conftest.c >&5<br>
configure:6957: $? = 0<br>
configure:6957: result: yes<br>
configure:6984: checking for struct tpacket_auxdata.tp_vlan_tci<br>
configure:6984: gcc -c -g -O2  conftest.c >&5<br>
configure:6984: $? = 0<br>
configure:6984: result: yes<br>
configure:7510: checking for flexible array members<br>
configure:7533: gcc -c -g -O2  -Wall -Werror -fno-strict-aliasing -I$(top_srcdir)/includes -I/usr/local/src/dhcp-4.4.1/bind/include  conftest.c >&5<br>
configure:7533: $? = 0<br>
configure:7540: result: yes<br>
configure:7663: checking that generated files are newer than configure<br>
configure:7669: result: done<br>
configure:7713: creating ./config.status<br>
<br>
## ---------------------- ##<br>
## Running config.status. ##<br>
## ---------------------- ##<br>
<br>
This file was extended by DHCP config.status 4.4.1, which was<br>
generated by GNU Autoconf 2.69.  Invocation command line was<br>
<br>
  CONFIG_FILES    = <br>
  CONFIG_HEADERS  = <br>
  CONFIG_LINKS    = <br>
  CONFIG_COMMANDS = <br>
  $ ./config.status <br>
<br>
on <a href="https://linkprotect.cudasvc.com/url?a=http%3a%2f%2ftest.domain.com&c=E,1,iou8w1l_IO8XvUCTa44YsrotbiMYDu65IsVYYfyXknDG8xOwN4_4pWHLWX0yxH-npI86dJKo80syV0acDZ5I4MZIDgbgPyRztUhyDGeQ&typo=1" id="LPlnk998520" class="OWAAutoLink" previewremoved="true">
test.domain.com</a><br>
<br>
config.status:937: creating ./bind/Makefile<br>
config.status:937: creating Makefile<br>
config.status:937: creating client/Makefile<br>
config.status:937: creating client/tests/Makefile<br>
config.status:937: creating common/<a href="https://linkprotect.cudasvc.com/url?a=https%3a%2f%2fMakefile.am&c=E,1,w_AcKjfSHNuLO9lowwMtDbo_omEiFCPKyuPALNxpivDBxugaQ7L5r8aM4PB8BnrTMV0VBw2HeRoUR7rg7_Rijx4pYP6rVJCI1nXEVhTZ&typo=1" id="LPlnk752237" class="OWAAutoLink" previewremoved="true">Makefile.am</a><br>
config.status:937: creating common/Makefile<br>
config.status:937: creating common/tests/Makefile<br>
config.status:937: creating dhcpctl/<a href="https://linkprotect.cudasvc.com/url?a=https%3a%2f%2fMakefile.am&c=E,1,Jd1VVkM-IjZ5EtJ-tRIbvpi6sP7uRtKZ6fX0Vfo2D-_qxucQVboD-MRq4q8MtIRc-3keJEhwQar-cB0TIV2RvidwC_Um4IQ1Ce0CGMa7z6VWmzUIvJg,&typo=1" id="LPlnk44724" class="OWAAutoLink" previewremoved="true">Makefile.am</a><br>
config.status:937: creating dhcpctl/Makefile<br>
config.status:937: creating includes/Makefile<br>
config.status:937: creating omapip/<a href="https://linkprotect.cudasvc.com/url?a=https%3a%2f%2fMakefile.am&c=E,1,HPuRjJw1mnfySV-ClQmh939JDO21U0V898Tdl8AsXO0p_7HkB7tJ6mzLrLdtfIKqR40jFZz9nVoMqcOC760EeGh4-H3nIOHA-bA2gFiO&typo=1" id="LPlnk868891" class="OWAAutoLink" previewremoved="true">Makefile.am</a><br>
config.status:937: creating omapip/Makefile<br>
config.status:937: creating relay/Makefile<br>
config.status:937: creating server/Makefile<br>
config.status:937: creating tests/<a href="https://linkprotect.cudasvc.com/url?a=https%3a%2f%2fMakefile.am&c=E,1,ih6rllXphosP-ry-0QGXMrsEtInB2P92eY8_QuzoPJ2zq4a5mui6Fmh1oa5WqQbeX7RtTyZmal0RAEMKKwv_UzGA0yLBGx_eHAqAeWHWLHvHj7tZk7kpuErkGlN2&typo=1" id="LPlnk560950" class="OWAAutoLink" previewremoved="true">Makefile.am</a><br>
config.status:937: creating tests/Makefile<br>
config.status:937: creating tests/<a href="https://linkprotect.cudasvc.com/url?a=https%3a%2f%2funittest.sh&c=E,1,tnrKpyrr8V0SP1Dk7M6EucvEIFwAFnsLksGhuGBrLR2b_CtSfmvO6ccxNU2WY5-GCOyVqxTHGxBlLciigdC9tjj7D09OKBlLv0XfU1u6giJe3A,,&typo=1" id="LPlnk339329" class="OWAAutoLink" previewremoved="true">unittest.sh</a><br>
config.status:937: creating server/tests/Makefile<br>
config.status:937: creating doc/devel/doxyfile<br>
config.status:937: creating includes/config.h<br>
config.status:1131: executing depfiles commands<br>
<br>
## ---------------- ##<br>
## Cache variables. ##<br>
## ---------------- ##<br>
<br>
ac_cv_build=x86_64-unknown-linux-gnu<br>
ac_cv_c_bigendian=no<br>
ac_cv_c_compiler_gnu=yes<br>
ac_cv_c_flexmember=yes<br>
ac_cv_c_int16_t=yes<br>
ac_cv_c_int32_t=yes<br>
ac_cv_c_int64_t=yes<br>
ac_cv_c_int8_t=yes<br>
ac_cv_env_CC_set=<br>
ac_cv_env_CC_value=<br>
ac_cv_env_CFLAGS_set=<br>
ac_cv_env_CFLAGS_value=<br>
ac_cv_env_CPPFLAGS_set=<br>
ac_cv_env_CPPFLAGS_value=<br>
ac_cv_env_CPP_set=<br>
ac_cv_env_CPP_value=<br>
ac_cv_env_LDFLAGS_set=<br>
ac_cv_env_LDFLAGS_value=<br>
ac_cv_env_LIBS_set=<br>
ac_cv_env_LIBS_value=<br>
ac_cv_env_build_alias_set=<br>
ac_cv_env_build_alias_value=<br>
ac_cv_env_host_alias_set=<br>
ac_cv_env_host_alias_value=<br>
ac_cv_env_target_alias_set=<br>
ac_cv_env_target_alias_value=<br>
ac_cv_file__dev_random=yes<br>
ac_cv_func_nanosleep=yes<br>
ac_cv_func_strlcat=no<br>
ac_cv_header_ifaddrs_h=yes<br>
ac_cv_header_inttypes_h=yes<br>
ac_cv_header_linux_filter_h=yes<br>
ac_cv_header_linux_types_h=yes<br>
ac_cv_header_memory_h=yes<br>
ac_cv_header_minix_config_h=no<br>
ac_cv_header_net_if6_h=no<br>
ac_cv_header_net_if_dl_h=no<br>
ac_cv_header_regex_h=yes<br>
ac_cv_header_stdc=yes<br>
ac_cv_header_stdint_h=yes<br>
ac_cv_header_stdlib_h=yes<br>
ac_cv_header_string_h=yes<br>
ac_cv_header_strings_h=yes<br>
ac_cv_header_sys_socket_h=yes<br>
ac_cv_header_sys_stat_h=yes<br>
ac_cv_header_sys_types_h=yes<br>
ac_cv_header_unistd_h=yes<br>
ac_cv_host=x86_64-unknown-linux-gnu<br>
ac_cv_member_struct_msghdr_msg_control=yes<br>
ac_cv_member_struct_sockaddr_sa_len=no<br>
ac_cv_member_struct_tpacket_auxdata_tp_vlan_tci=yes<br>
ac_cv_objext=o<br>
ac_cv_path_AR=/usr/bin/ar<br>
ac_cv_path_EGREP='/usr/bin/grep -E'<br>
ac_cv_path_GREP=/usr/bin/grep<br>
ac_cv_path_install='/usr/bin/install -c'<br>
ac_cv_path_mkdir=/usr/bin/mkdir<br>
ac_cv_prog_AWK=gawk<br>
ac_cv_prog_CPP='gcc -E'<br>
ac_cv_prog_ac_ct_CC=gcc<br>
ac_cv_prog_ac_ct_RANLIB=ranlib<br>
ac_cv_prog_cc_c89=<br>
ac_cv_prog_cc_g=yes<br>
ac_cv_prog_make_make_set=yes<br>
ac_cv_safe_to_define___extensions__=yes<br>
ac_cv_search_if_nametoindex='none required'<br>
ac_cv_search_inet_aton='none required'<br>
ac_cv_search_inet_ntoa='none required'<br>
ac_cv_search_regcomp='none required'<br>
ac_cv_search_socket='none required'<br>
ac_cv_sizeof_struct_iaddr_p=8<br>
ac_cv_type_u_int16_t=yes<br>
ac_cv_type_u_int32_t=yes<br>
ac_cv_type_u_int64_t=yes<br>
ac_cv_type_u_int8_t=yes<br>
am_cv_CC_dependencies_compiler_type=gcc3<br>
am_cv_make_support_nested_variables=yes<br>
am_cv_prog_cc_c_o=yes<br>
<br>
## ----------------- ##<br>
## Output variables. ##<br>
## ----------------- ##<br>
<br>
A='a'<br>
ACLOCAL='${SHELL} /usr/local/src/dhcp-4.4.1/missing aclocal-1.15'<br>
AMDEPBACKSLASH='\'<br>
AMDEP_FALSE='#'<br>
AMDEP_TRUE=''<br>
AMTAR='$${TAR-tar}'<br>
AM_BACKSLASH='\'<br>
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'<br>
AM_DEFAULT_VERBOSITY='1'<br>
AM_V='$(V)'<br>
AR='/usr/bin/ar'<br>
ATF_BIN=''<br>
ATF_CFLAGS=''<br>
ATF_LDFLAGS=''<br>
AUTOCONF='${SHELL} /usr/local/src/dhcp-4.4.1/missing autoconf'<br>
AUTOHEADER='${SHELL} /usr/local/src/dhcp-4.4.1/missing autoheader'<br>
AUTOMAKE='${SHELL} /usr/local/src/dhcp-4.4.1/missing automake-1.15'<br>
AWK='gawk'<br>
BINDCONFIG=' --with-randomdev=/dev/random'<br>
BINDDIR='/usr/local/src/dhcp-4.4.1/bind'<br>
BINDIOMUX='--disable-kqueue --disable-epoll --disable-devpoll'<br>
BINDLIBDNSDIR='/usr/local/src/dhcp-4.4.1/bind/bind-9.11.2-P1/lib/dns'<br>
BINDLIBIRSDIR='/usr/local/src/dhcp-4.4.1/bind/bind-9.11.2-P1/lib/irs'<br>
BINDLIBISCCFGDIR='/usr/local/src/dhcp-4.4.1/bind/bind-9.11.2-P1/lib/isccfg'<br>
BINDLIBISCDIR='/usr/local/src/dhcp-4.4.1/bind/bind-9.11.2-P1/lib/isc'<br>
BINDLT=''<br>
BINDSRCDIR='/usr/local/src/dhcp-4.4.1/bind/bind-9.11.2-P1'<br>
BINDSUBDIR='${top_srcdir}/bind'<br>
BIND_ATF_FALSE=''<br>
BIND_ATF_TRUE='#'<br>
CC='gcc'<br>
CCDEPMODE='depmode=gcc3'<br>
CFLAGS='-g -O2  -Wall -Werror -fno-strict-aliasing -I$(top_srcdir)/includes -I/usr/local/src/dhcp-4.4.1/bind/include'<br>
CPP='gcc -E'<br>
CPPFLAGS=''<br>
CYGPATH_W='echo'<br>
DEFS='-DHAVE_CONFIG_H'<br>
DEPDIR='.deps'<br>
DHLIBS='LIBRARIES'<br>
DISTCHECK_ATF_CONFIGURE_FLAG=''<br>
DISTCHECK_LIBBIND_CONFIGURE_FLAG=''<br>
DISTCHECK_LIBTOOL_CONFIGURE_FLAG=''<br>
ECHO_C=''<br>
ECHO_N='-n'<br>
ECHO_T=''<br>
EGREP='/usr/bin/grep -E'<br>
EXEEXT=''<br>
GREP='/usr/bin/grep'<br>
HAVE_ATF_FALSE=''<br>
HAVE_ATF_TRUE='#'<br>
HAVE_BINDDIR_FALSE='#'<br>
HAVE_BINDDIR_TRUE=''<br>
INSTALL_BIND_FALSE=''<br>
INSTALL_BIND_TRUE='#'<br>
INSTALL_DATA='${INSTALL} -m 644'<br>
INSTALL_PROGRAM='${INSTALL}'<br>
INSTALL_SCRIPT='${INSTALL}'<br>
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'<br>
LDAP_CFLAGS=''<br>
LDAP_LIBS=''<br>
LDFLAGS=''<br>
LIBOBJS=''<br>
LIBS=''<br>
LTLIBOBJS=''<br>
MAINT='#'<br>
MAINTAINER_MODE_FALSE=''<br>
MAINTAINER_MODE_TRUE='#'<br>
MAKEINFO='${SHELL} /usr/local/src/dhcp-4.4.1/missing makeinfo'<br>
MKDIR_P='/usr/bin/mkdir -p'<br>
OBJEXT='o'<br>
PACKAGE='dhcp'<br>
PACKAGE_BUGREPORT='<a href="mailto:dhcp-users@isc.org" id="LPlnk396305" class="OWAAutoLink" previewremoved="true">dhcp-users@isc.org</a>'<br>
PACKAGE_NAME='DHCP'<br>
PACKAGE_STRING='DHCP 4.4.1'<br>
PACKAGE_TARNAME='dhcp'<br>
PACKAGE_URL=''<br>
PACKAGE_VERSION='4.4.1'<br>
PATH_SEPARATOR=':'<br>
Q='@'<br>
RANLIB='ranlib'<br>
SET_MAKE=''<br>
SHELL='/bin/sh'<br>
STRIP=''<br>
UNITTESTS=''<br>
VERSION='4.4.1'<br>
ac_ct_CC='gcc'<br>
ac_prefix_program=''<br>
am__EXEEXT_FALSE=''<br>
am__EXEEXT_TRUE='#'<br>
am__fastdepCC_FALSE='#'<br>
am__fastdepCC_TRUE=''<br>
am__include='include'<br>
am__isrc=''<br>
am__leading_dot='.'<br>
am__nodep='_no'<br>
am__quote=''<br>
am__tar='$${TAR-tar} chof - "$$tardir"'<br>
am__untar='$${TAR-tar} xf -'<br>
bindir='${exec_prefix}/bin'<br>
build='x86_64-unknown-linux-gnu'<br>
build_alias=''<br>
build_cpu='x86_64'<br>
build_os='linux-gnu'<br>
build_vendor='unknown'<br>
byte_order='LITTLE_ENDIAN'<br>
datadir='${datarootdir}'<br>
datarootdir='${prefix}/share'<br>
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'<br>
dvidir='${docdir}'<br>
exec_prefix='${prefix}'<br>
host='x86_64-unknown-linux-gnu'<br>
host_alias=''<br>
host_cpu='x86_64'<br>
host_os='linux-gnu'<br>
host_vendor='unknown'<br>
htmldir='${docdir}'<br>
includedir='${prefix}/include'<br>
infodir='${datarootdir}/info'<br>
install_sh='${SHELL} /usr/local/src/dhcp-4.4.1/install-sh'<br>
libdir='${exec_prefix}/lib'<br>
libexecdir='${exec_prefix}/libexec'<br>
localedir='${datarootdir}/locale'<br>
localstatedir='/var'<br>
mandir='${datarootdir}/man'<br>
mkdir_p='$(MKDIR_P)'<br>
oldincludedir='/usr/include'<br>
pdfdir='${docdir}'<br>
pkgcfg_found=''<br>
prefix='/usr'<br>
program_transform_name='s,x,x,'<br>
psdir='${docdir}'<br>
sbindir='${exec_prefix}/sbin'<br>
sharedstatedir='${prefix}/com'<br>
sysconfdir='${prefix}/etc'<br>
target_alias=''<br>
<br>
## ----------- ##<br>
## confdefs.h. ##<br>
## ----------- ##<br>
<br>
/* confdefs.h */<br>
#define PACKAGE_NAME "DHCP"<br>
#define PACKAGE_TARNAME "dhcp"<br>
#define PACKAGE_VERSION "4.4.1"<br>
#define PACKAGE_STRING "DHCP 4.4.1"<br>
#define PACKAGE_BUGREPORT "<a href="mailto:dhcp-users@isc.org" id="LPlnk667971" class="OWAAutoLink" previewremoved="true">dhcp-users@isc.org</a>"<br>
#define PACKAGE_URL ""<br>
#define PACKAGE "dhcp"<br>
#define VERSION "4.4.1"<br>
#define STDC_HEADERS 1<br>
#define HAVE_SYS_TYPES_H 1<br>
#define HAVE_SYS_STAT_H 1<br>
#define HAVE_STDLIB_H 1<br>
#define HAVE_STRING_H 1<br>
#define HAVE_MEMORY_H 1<br>
#define HAVE_STRINGS_H 1<br>
#define HAVE_INTTYPES_H 1<br>
#define HAVE_STDINT_H 1<br>
#define HAVE_UNISTD_H 1<br>
#define __EXTENSIONS__ 1<br>
#define _ALL_SOURCE 1<br>
#define _GNU_SOURCE 1<br>
#define _POSIX_PTHREAD_SEMANTICS 1<br>
#define _TANDEM_SOURCE 1<br>
#define DHCP_BYTE_ORDER LITTLE_ENDIAN<br>
#define FAILOVER_PROTOCOL 1<br>
#define ENABLE_EXECUTE 1<br>
#define TRACING 1<br>
#define DELAYED_ACK 1<br>
#define DHCPv6 1<br>
#define HAVE_IFADDRS_H 1<br>
#define HAVE_LINUX_TYPES_H 1<br>
#define HAVE_LPF 1<br>
#define ISC_DHCP_NORETURN __attribute__((noreturn))<br>
#define HAVE_SYS_SOCKET_H 1<br>
#define HAVE_REGEX_H 1<br>
#define HAVE_DEV_RANDOM 1<br>
#define SIZEOF_STRUCT_IADDR_P 8<br>
#define VLAN_TCI_PRESENT 1<br>
#define FLEXIBLE_ARRAY_MEMBER /**/<br>
<br>
configure: exit 0<br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div dir="ltr" class="x_gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">
<div>
<div dir="ltr">
<div style="font-size:12.8px">Respectfully,</div>
<div style="font-size:12.8px">Pranchisco K. Castro</div>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>

<P id=c1-id-7 
style="FONT-SIZE: 0px; FONT-FAMILY: Arial; COLOR: #fff">Harriscomputer</P>
<TABLE id=c1-id-8 
style="BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px">
  <COLGROUP id=c1-id-9>
  <COL id=c1-id-10></COL></COLGROUP>
  <TBODY id=c1-id-11>
  <TR id=c1-id-12>
    <TD id=c1-id-13>
      <TABLE id=c1-id-14 style="HEIGHT: 0px; WIDTH: 100%" cellSpacing=0 
      cellPadding=0 border=0>
        <COLGROUP id=c1-id-15>
        <COL id=c1-id-16>
        <COL id=c1-id-17>
        <COL id=c1-id-18></COL></COL></COL></COLGROUP>
        <TBODY id=c1-id-19>
        <TR id=c1-id-27>
          <TD id=c1-id-28 style="WIDTH: 33%">
            <P style="FONT-SIZE: 10pt; FONT-FAMILY: Arial" align=left><B 
            id=c1-id-30><FONT id=c1-id-31 face=Arial>Leroy Tennison<BR 
            id=c1-id-32></FONT></B><FONT id=c1-id-33 size=2 
            face=Arial>Network Information/Cyber Security Specialist<BR id=c1-id-38><SPAN id=c1-id-39 
            style="FONT-SIZE: 8pt">E: leroy@datavoiceint.com</SPAN></FONT></P></TD>
          <TD id=c1-id-40 style="WIDTH: 33%">
            <P style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; TEXT-ALIGN: center" 
            align=center><BR id=c1-id-43><IMG border=0 
            src="cid:Data-Voice-International-LOGO_aa3d1c6e-5cfb-451f-ba2c-af8059e69609.PNG"></P></TD>
          <TD id=c1-id-45 style="WIDTH: 33%">
            <P id=c1-id-46 
            style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; TEXT-ALIGN: right" 
            align=right><FONT id=c1-id-47 style="FONT-SIZE: 8pt" 
            face=Arial>2220 Bush Dr<BR id=c1-id-48>McKinney, Texas<BR 
            id=c1-id-49>75070<BR><FONT id=c1-id-51 
            style="FONT-SIZE: 8pt" face=Arial><A 
            href="http://www..com">www.datavoiceint.com</A></FONT></FONT><FONT 
            id=c1-id-56 size=3> </FONT></P></TD></TR></TBODY></TABLE>
      <TABLE id=c1-id-57 style="WIDTH: 100%" cellSpacing=2 border=0>
        <COLGROUP id=c1-id-58>
        <COL id=c1-id-59>
        <COL id=c1-id-60>
        <COL id=c1-id-61></COL></COL></COL></COLGROUP>
        <TBODY id=c1-id-62>
        <TR id=c1-id-63>
          <TD id=c1-id-64 colSpan=3>
            <P id=c1-id-65 
            style="MARGIN-BOTTOM: 0px; FONT-SIZE: 10pt; FONT-FAMILY: Arial; MARGIN-TOP: 0px"><FONT 
            id=c1-id-66 size=1 face=Arial>This message has been sent on behalf 
            of a company that is part of the Harris Operating Group of 
            Constellation Software Inc. These companies are listed <A 
            href="http://subscribe.harriscomputer.com/">here</A>. </FONT></P>
            <P 
            style="MARGIN-BOTTOM: 0px; FONT-SIZE: 10pt; FONT-FAMILY: Arial; MARGIN-TOP: 0px"><FONT 
            size=1 face=Arial>If you prefer not to be contacted by Harris 
            Operating Group <A 
            href="http://subscribe.harriscomputer.com/">please notify us</A>. 
            </FONT></P>
            <P 
            style="MARGIN-BOTTOM: 0px; FONT-SIZE: 10pt; FONT-FAMILY: Arial; MARGIN-TOP: 0px"> </P>
            <P 
            style="MARGIN-BOTTOM: 0px; FONT-SIZE: 10pt; FONT-FAMILY: Arial; MARGIN-TOP: 0px"><FONT 
            size=1 face=Arial></FONT></P>
            <P 
            style="MARGIN-BOTTOM: 0px; FONT-SIZE: 10pt; FONT-FAMILY: Arial; MARGIN-TOP: 0px"><FONT 
            size=1 face=Arial>This message is intended exclusively for the 
            individual or entity to which it is addressed. This communication 
            may contain information that is proprietary, privileged or 
            confidential or otherwise legally exempt from disclosure. If you are 
            not the named addressee, you are not authorized to read, print, 
            retain, copy or disseminate this message or any part of it. If you 
            have received this message in error, please notify the sender 
            immediately by e-mail and delete all copies of the 
            message.</FONT></P></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<P id=c1-id-74 
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> </P></body>
</html>