Diff for /libaitmqtt/inc/config.h.in between versions 1.1.1.1 and 1.1.1.1.16.2

version 1.1.1.1, 2012/01/26 13:07:33 version 1.1.1.1.16.2, 2022/09/14 14:32:48
Line 41 Line 41
 /* 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 `strtol' function. */  /* Define to 1 if you have the `strtol' function. */
 #undef HAVE_STRTOL  #undef HAVE_STRTOL
   
Line 82 Line 88
   
 /* Build libraries with debug information and additional messages */  /* Build libraries with debug information and additional messages */
 #undef __DEBUG  #undef __DEBUG
   
   /* Build libraries with libelwix memory managemant */
   #undef __ELWIX
   
 /* Define to `__inline__' or `__inline' if that's what the C compiler  /* Define to `__inline__' or `__inline' if that's what the C compiler
    calls it, or to nothing if 'inline' is not supported under any name.  */     calls it, or to nothing if 'inline' is not supported under any name.  */

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


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