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

version 1.2, 2011/06/08 12:45:40 version 1.3, 2012/07/22 22:46:47
Line 63 Line 63
 /* 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 `aitwww' library (-laitwww). */
   #undef HAVE_LIBAITWWW
   
 /* Define to 1 if you have the `axl' library (-laxl). */  /* Define to 1 if you have the `axl' library (-laxl). */
 #undef HAVE_LIBAXL  #undef HAVE_LIBAXL
   
Line 157 Line 160
   
 /* 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.2  
changed lines
  Added in v.1.3


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