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

version 1.2, 2010/06/04 11:32:47 version 1.6, 2013/05/30 09:16:42
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 `aittelnet' library (-laittelnet). *//* Define to 1 if you have the `elwix' library (-lelwix). */
#undef HAVE_LIBAITTELNET#undef HAVE_LIBELWIX
   
 /* 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
   
   /* 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
   
 /* 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 42 Line 39
 /* Define to 1 if you have the <string.h> header file. */  /* Define to 1 if you have the <string.h> header file. */
 #undef HAVE_STRING_H  #undef HAVE_STRING_H
   
   /* Define to 1 if you have the `str_Trim' function. */
   #undef HAVE_STR_TRIM
   
 /* Define to 1 if you have the <sys/ioctl.h> header file. */  /* Define to 1 if you have the <sys/ioctl.h> header file. */
 #undef HAVE_SYS_IOCTL_H  #undef HAVE_SYS_IOCTL_H
   
Line 51 Line 51
 /* 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
   
Line 77 Line 71
   
 /* Define to the one symbol short name of this package. */  /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME  #undef PACKAGE_TARNAME
   
   /* Define to the home page for this package. */
   #undef PACKAGE_URL
   
 /* Define to the version of this package. */  /* Define to the version of this package. */
 #undef PACKAGE_VERSION  #undef PACKAGE_VERSION

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


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