Diff for /libaitcli/inc/config.h.in between versions 1.2 and 1.2.2.1

version 1.2, 2010/06/04 11:32:47 version 1.2.2.1, 2010/06/04 11:46:40
Line 6 Line 6
 /* Define to 1 if you have the <inttypes.h> header file. */  /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H  #undef HAVE_INTTYPES_H
   
   /* Define to 1 if you have the `io_TrimStr' function. */
   #undef HAVE_IO_TRIMSTR
   
   /* Define to 1 if you have the `aitio' library (-laitio). */
   #undef HAVE_LIBAITIO
   
 /* Define to 1 if you have the `aittelnet' library (-laittelnet). */  /* Define to 1 if you have the `aittelnet' library (-laittelnet). */
 #undef HAVE_LIBAITTELNET  #undef HAVE_LIBAITTELNET
   
 /* Define to 1 if you have the `readline' library (-lreadline). */  
 #undef HAVE_LIBREADLINE  
   
 /* 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
   
Line 20 Line 23
   
 /* Define to 1 if you have the `memset' function. */  /* Define to 1 if you have the `memset' function. */
 #undef HAVE_MEMSET  #undef HAVE_MEMSET
   
 /* Define to 1 if you have the `readline' function. */  
 #undef HAVE_READLINE  
   
 /* Define to 1 if you have the <stdint.h> header file. */  /* Define to 1 if you have the <stdint.h> header file. */
 #undef HAVE_STDINT_H  #undef HAVE_STDINT_H

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


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