--- embedaddon/lighttpd/config.h.in	2013/10/14 10:32:47	1.1.1.1
+++ embedaddon/lighttpd/config.h.in	2016/11/02 10:35:00	1.1.1.2
@@ -15,9 +15,18 @@
 /* Define to 1 if you have the `chroot' function. */
 #undef HAVE_CHROOT
 
-/* Define to 1 if you have the <crypt.h> header file. */
+/* Define to 1 if you have the `clock_gettime' function. */
+#undef HAVE_CLOCK_GETTIME
+
+/* crypt */
+#undef HAVE_CRYPT
+
+/* crypt.h */
 #undef HAVE_CRYPT_H
 
+/* crypt_r */
+#undef HAVE_CRYPT_R
+
 /* Define to 1 if you have the <dlfcn.h> header file. */
 #undef HAVE_DLFCN_H
 
@@ -33,6 +42,12 @@
 /* Define to 1 if you have the <ev.h> header file. */
 #undef HAVE_EV_H
 
+/* Define to 1 if you have the `explicit_bzero' function. */
+#undef HAVE_EXPLICIT_BZERO
+
+/* BSD extended attributes */
+#undef HAVE_EXTATTR
+
 /* Define to 1 if you have the `FAMNoExists' function. */
 #undef HAVE_FAMNOEXISTS
 
@@ -108,9 +123,6 @@
 /* libbz2 */
 #undef HAVE_LIBBZ2
 
-/* libcrypt */
-#undef HAVE_LIBCRYPT
-
 /* libdl */
 #undef HAVE_LIBDL
 
@@ -126,12 +138,18 @@
 /* libldap */
 #undef HAVE_LIBLDAP
 
+/* Define to 1 if you have the <libmemcached/memcached.h> header file. */
+#undef HAVE_LIBMEMCACHED_MEMCACHED_H
+
 /* libpcre */
 #undef HAVE_LIBPCRE
 
 /* Have libssl */
 #undef HAVE_LIBSSL
 
+/* Have libunwind support */
+#undef HAVE_LIBUNWIND
+
 /* libxml2 */
 #undef HAVE_LIBXML2
 
@@ -156,18 +174,15 @@
 /* Define to 1 if you have the `madvise' function. */
 #undef HAVE_MADVISE
 
-/* libmemcache */
-#undef HAVE_MEMCACHE
-
-/* memcache.h */
-#undef HAVE_MEMCACHE_H
-
 /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H
 
 /* Define to 1 if you have the `memset' function. */
 #undef HAVE_MEMSET
 
+/* Define to 1 if you have the `memset_s' function. */
+#undef HAVE_MEMSET_S
+
 /* Define to 1 if you have the `mmap' function. */
 #undef HAVE_MMAP
 
@@ -301,6 +316,9 @@
 /* Define to 1 if you have the <sys/event.h> header file. */
 #undef HAVE_SYS_EVENT_H
 
+/* Define to 1 if you have the <sys/extattr.h> header file. */
+#undef HAVE_SYS_EXTATTR_H
+
 /* Define to 1 if you have the <sys/filio.h> header file. */
 #undef HAVE_SYS_FILIO_H
 
@@ -328,9 +346,6 @@
 /* Define to 1 if you have the <sys/stat.h> header file. */
 #undef HAVE_SYS_STAT_H
 
-/* Define to 1 if you have the <sys/syslimits.h> header file. */
-#undef HAVE_SYS_SYSLIMITS_H
-
 /* Define to 1 if you have the <sys/time.h> header file. */
 #undef HAVE_SYS_TIME_H
 
@@ -367,6 +382,9 @@
 /* Define to 1 if you have the <vfork.h> header file. */
 #undef HAVE_VFORK_H
 
+/* weak symbols are supported */
+#undef HAVE_WEAK_SYMBOLS
+
 /* Define to 1 if `fork' works. */
 #undef HAVE_WORKING_FORK
 
@@ -392,8 +410,7 @@
    slash. */
 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
 
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
-   */
+/* Define to the sub-directory where libtool stores uninstalled libraries. */
 #undef LT_OBJDIR
 
 /* Name of package */
@@ -428,6 +445,12 @@
 
 /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS
+
+/* libmemcached */
+#undef USE_MEMCACHED
+
+/* with kerberos */
+#undef USE_OPENSSL_KERBEROS
 
 /* Enable extensions on AIX 3, Interix.  */
 #ifndef _ALL_SOURCE