Diff for /embedaddon/lighttpd/config.h.in between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2013/10/14 10:32:47 version 1.1.1.2, 2016/11/02 10:35:00
Line 15 Line 15
 /* Define to 1 if you have the `chroot' function. */  /* Define to 1 if you have the `chroot' function. */
 #undef HAVE_CHROOT  #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  #undef HAVE_CRYPT_H
   
   /* crypt_r */
   #undef HAVE_CRYPT_R
   
 /* Define to 1 if you have the <dlfcn.h> header file. */  /* Define to 1 if you have the <dlfcn.h> header file. */
 #undef HAVE_DLFCN_H  #undef HAVE_DLFCN_H
   
Line 33 Line 42
 /* Define to 1 if you have the <ev.h> header file. */  /* Define to 1 if you have the <ev.h> header file. */
 #undef HAVE_EV_H  #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. */  /* Define to 1 if you have the `FAMNoExists' function. */
 #undef HAVE_FAMNOEXISTS  #undef HAVE_FAMNOEXISTS
   
Line 108 Line 123
 /* libbz2 */  /* libbz2 */
 #undef HAVE_LIBBZ2  #undef HAVE_LIBBZ2
   
 /* libcrypt */  
 #undef HAVE_LIBCRYPT  
   
 /* libdl */  /* libdl */
 #undef HAVE_LIBDL  #undef HAVE_LIBDL
   
Line 126 Line 138
 /* libldap */  /* libldap */
 #undef HAVE_LIBLDAP  #undef HAVE_LIBLDAP
   
   /* Define to 1 if you have the <libmemcached/memcached.h> header file. */
   #undef HAVE_LIBMEMCACHED_MEMCACHED_H
   
 /* libpcre */  /* libpcre */
 #undef HAVE_LIBPCRE  #undef HAVE_LIBPCRE
   
 /* Have libssl */  /* Have libssl */
 #undef HAVE_LIBSSL  #undef HAVE_LIBSSL
   
   /* Have libunwind support */
   #undef HAVE_LIBUNWIND
   
 /* libxml2 */  /* libxml2 */
 #undef HAVE_LIBXML2  #undef HAVE_LIBXML2
   
Line 156 Line 174
 /* Define to 1 if you have the `madvise' function. */  /* Define to 1 if you have the `madvise' function. */
 #undef HAVE_MADVISE  #undef HAVE_MADVISE
   
 /* libmemcache */  
 #undef HAVE_MEMCACHE  
   
 /* memcache.h */  
 #undef HAVE_MEMCACHE_H  
   
 /* Define to 1 if you have the <memory.h> header file. */  /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H  #undef HAVE_MEMORY_H
   
 /* Define to 1 if you have the `memset' function. */  /* Define to 1 if you have the `memset' function. */
 #undef HAVE_MEMSET  #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. */  /* Define to 1 if you have the `mmap' function. */
 #undef HAVE_MMAP  #undef HAVE_MMAP
   
Line 301 Line 316
 /* Define to 1 if you have the <sys/event.h> header file. */  /* Define to 1 if you have the <sys/event.h> header file. */
 #undef HAVE_SYS_EVENT_H  #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. */  /* Define to 1 if you have the <sys/filio.h> header file. */
 #undef HAVE_SYS_FILIO_H  #undef HAVE_SYS_FILIO_H
   
Line 328 Line 346
 /* Define to 1 if you have the <sys/stat.h> header file. */  /* Define to 1 if you have the <sys/stat.h> header file. */
 #undef HAVE_SYS_STAT_H  #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. */  /* Define to 1 if you have the <sys/time.h> header file. */
 #undef HAVE_SYS_TIME_H  #undef HAVE_SYS_TIME_H
   
Line 367 Line 382
 /* Define to 1 if you have the <vfork.h> header file. */  /* Define to 1 if you have the <vfork.h> header file. */
 #undef HAVE_VFORK_H  #undef HAVE_VFORK_H
   
   /* weak symbols are supported */
   #undef HAVE_WEAK_SYMBOLS
   
 /* Define to 1 if `fork' works. */  /* Define to 1 if `fork' works. */
 #undef HAVE_WORKING_FORK  #undef HAVE_WORKING_FORK
   
Line 392 Line 410
    slash. */     slash. */
 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK  #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  #undef LT_OBJDIR
   
 /* Name of package */  /* Name of package */
Line 428 Line 445
   
 /* Define to 1 if you have the ANSI C header files. */  /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS  #undef STDC_HEADERS
   
   /* libmemcached */
   #undef USE_MEMCACHED
   
   /* with kerberos */
   #undef USE_OPENSSL_KERBEROS
   
 /* Enable extensions on AIX 3, Interix.  */  /* Enable extensions on AIX 3, Interix.  */
 #ifndef _ALL_SOURCE  #ifndef _ALL_SOURCE

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>