Diff for /mqtt/inc/config.h.in between versions 1.2 and 1.3

version 1.2, 2012/07/03 12:46:00 version 1.3, 2017/10/08 22:49:24
Line 24 Line 24
 /* Define to 1 if you have the `aitcfg' library (-laitcfg). */  /* Define to 1 if you have the `aitcfg' library (-laitcfg). */
 #undef HAVE_LIBAITCFG  #undef HAVE_LIBAITCFG
   
 /* Define to 1 if you have the `aitcrc' library (-laitcrc). */  
 #undef HAVE_LIBAITCRC  
   
 /* Define to 1 if you have the `aitio' library (-laitio). */  
 #undef HAVE_LIBAITIO  
   
 /* Define to 1 if you have the `aitmqtt' library (-laitmqtt). */  /* Define to 1 if you have the `aitmqtt' library (-laitmqtt). */
 #undef HAVE_LIBAITMQTT  #undef HAVE_LIBAITMQTT
   
Line 38 Line 32
   
 /* Define to 1 if you have the `crypto' library (-lcrypto). */  /* Define to 1 if you have the `crypto' library (-lcrypto). */
 #undef HAVE_LIBCRYPTO  #undef HAVE_LIBCRYPTO
   
   /* Define to 1 if you have the `elwix' library (-lelwix). */
   #undef HAVE_LIBELWIX
   
 /* 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

Removed from v.1.2  
changed lines
  Added in v.1.3


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