Diff for /libaitcli/inc/config.h.in between versions 1.1 and 1.4

version 1.1, 2010/04/16 13:20:29 version 1.4, 2011/05/29 22:49:25
Line 1 Line 1
 /* inc/config.h.in.  Generated from configure.in by autoheader.  */  /* inc/config.h.in.  Generated from configure.in by autoheader.  */
   
   /* Define to 1 if you have the `forkpty' function. */
   #undef HAVE_FORKPTY
   
 /* 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 `readline' library (-lreadline). *//* Define to 1 if you have the `io_TrimStr' function. */
#undef HAVE_LIBREADLINE#undef HAVE_IO_TRIMSTR
 
 /* Define to 1 if you have the `aitio' library (-laitio). */
 #undef HAVE_LIBAITIO
 
 /* Define to 1 if you have the `util' library (-lutil). */
 #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 <memory.h> header file. */  /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H  #undef HAVE_MEMORY_H

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


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