Diff for /libelwix/inc/config.h.in between versions 1.1.1.1 and 1.5.6.3

version 1.1.1.1, 2013/01/17 10:05:35 version 1.5.6.3, 2024/01/22 15:14:11
Line 6 Line 6
 /* Define to 1 if you have the `pthread' library (-lpthread). */  /* Define to 1 if you have the `pthread' library (-lpthread). */
 #undef HAVE_LIBPTHREAD  #undef HAVE_LIBPTHREAD
   
   /* Define to 1 if you have the `link_addr' function. */
   #undef HAVE_LINK_ADDR
   
 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and  /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
    to 0 otherwise. */     to 0 otherwise. */
 #undef HAVE_MALLOC  #undef HAVE_MALLOC
Line 41 Line 44
 /* Define to 1 if you have the <string.h> header file. */  /* Define to 1 if you have the <string.h> header file. */
 #undef HAVE_STRING_H  #undef HAVE_STRING_H
   
   /* Define to 1 if you have the `strlcat' function. */
   #undef HAVE_STRLCAT
   
   /* Define to 1 if you have the `strlcpy' function. */
   #undef HAVE_STRLCPY
   
 /* Define to 1 if you have the <sys/ioctl.h> header file. */  /* Define to 1 if you have the <sys/ioctl.h> header file. */
 #undef HAVE_SYS_IOCTL_H  #undef HAVE_SYS_IOCTL_H
   
Line 56 Line 65
 /* Define to 1 if you have the <unistd.h> header file. */  /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H  #undef HAVE_UNISTD_H
   
   /* ELWIX memory manager */
   #undef MEMMGR
   
 /* Build w/o assert() support */  /* Build w/o assert() support */
 #undef NDEBUG  #undef NDEBUG
   
Line 76 Line 88
   
 /* Define to the version of this package. */  /* Define to the version of this package. */
 #undef PACKAGE_VERSION  #undef PACKAGE_VERSION
   
   /* Patricia support */
   #undef PATRICIA_SUPPORT
   
   /* Pelco support */
   #undef PELCO_SUPPORT
   
 /* 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

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


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