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

version 1.1, 2010/04/16 13:20:29 version 1.2, 2010/06/04 11:32:47
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 `aittelnet' library (-laittelnet). */
   #undef HAVE_LIBAITTELNET
   
 /* Define to 1 if you have the `readline' library (-lreadline). */  /* Define to 1 if you have the `readline' library (-lreadline). */
 #undef HAVE_LIBREADLINE  #undef HAVE_LIBREADLINE
   
   /* Define to 1 if you have the `util' library (-lutil). */
   #undef HAVE_LIBUTIL
   
 /* 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
   
 /* 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
   
Line 38 Line 50
   
 /* Define to 1 if you have the <sys/types.h> header file. */  /* Define to 1 if you have the <sys/types.h> header file. */
 #undef HAVE_SYS_TYPES_H  #undef HAVE_SYS_TYPES_H
   
   /* Define to 1 if you have the `telnetRecv' function. */
   #undef HAVE_TELNETRECV
   
   /* Define to 1 if you have the `telnetSend' function. */
   #undef HAVE_TELNETSEND
   
 /* Define to 1 if you have the <termios.h> header file. */  /* Define to 1 if you have the <termios.h> header file. */
 #undef HAVE_TERMIOS_H  #undef HAVE_TERMIOS_H

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


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