Diff for /libelwix/inc/config.h.in between versions 1.4 and 1.5.6.2

version 1.4, 2017/01/09 12:53:18 version 1.5.6.2, 2024/01/22 15:09:01
Line 44 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 82 Line 88
   
 /* Define to the version of this package. */  /* Define to the version of this package. */
 #undef PACKAGE_VERSION  #undef PACKAGE_VERSION
   
   /* 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.4  
changed lines
  Added in v.1.5.6.2


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