Diff for /embedtools/inc/config.h.in between versions 1.1.2.1 and 1.4

version 1.1.2.1, 2011/06/08 09:11:06 version 1.4, 2014/02/05 15:44:05
Line 54 Line 54
 /* 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 `aitsync' library (-laitsync). */  /* Define to 1 if you have the `aitsync' library (-laitsync). */
 #undef HAVE_LIBAITSYNC  #undef HAVE_LIBAITSYNC
   
/* Define to 1 if you have the `axl' library (-laxl). *//* Define to 1 if you have the `aitwww' library (-laitwww). */
#undef HAVE_LIBAXL#undef HAVE_LIBAITWWW
   
 /* 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 `util' library (-lutil). */  /* Define to 1 if you have the `util' library (-lutil). */
 #undef HAVE_LIBUTIL  #undef HAVE_LIBUTIL
   
   /* Define to 1 if you have the <libutil.h> header file. */
   #undef HAVE_LIBUTIL_H
   
 /* Define to 1 if you have the <limits.h> header file. */  /* Define to 1 if you have the <limits.h> header file. */
 #undef HAVE_LIMITS_H  #undef HAVE_LIMITS_H
   
Line 154 Line 154
   
 /* Define to 1 if you have the `strtol' function. */  /* Define to 1 if you have the `strtol' function. */
 #undef HAVE_STRTOL  #undef HAVE_STRTOL
   
   /* Define to 1 if you have the `strtonum' function. */
   #undef HAVE_STRTONUM
   
 /* Define to 1 if you have the `strtoul' function. */  /* Define to 1 if you have the `strtoul' function. */
 #undef HAVE_STRTOUL  #undef HAVE_STRTOUL

Removed from v.1.1.2.1  
changed lines
  Added in v.1.4


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