Diff for /libaitrpc/inc/config.h.in between versions 1.1.1.1 and 1.3

version 1.1.1.1, 2010/06/18 01:48:06 version 1.3, 2011/08/29 22:37:06
Line 18 Line 18
 /* Define to 1 if you have the `aitcrc' library (-laitcrc). */  /* Define to 1 if you have the `aitcrc' library (-laitcrc). */
 #undef HAVE_LIBAITCRC  #undef HAVE_LIBAITCRC
   
   /* Define to 1 if you have the `pthread' library (-lpthread). */
   #undef HAVE_LIBPTHREAD
   
 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and  /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
    to 0 otherwise. */     to 0 otherwise. */
 #undef HAVE_MALLOC  #undef HAVE_MALLOC
Line 34 Line 37
 /* Define to 1 if you have the <netinet/in.h> header file. */  /* Define to 1 if you have the <netinet/in.h> header file. */
 #undef HAVE_NETINET_IN_H  #undef HAVE_NETINET_IN_H
   
   /* Define to 1 if you have the `pthread_yield' function. */
   #undef HAVE_PTHREAD_YIELD
   
 /* Define to 1 if your system has a GNU libc compatible `realloc' function,  /* Define to 1 if your system has a GNU libc compatible `realloc' function,
    and to 0 otherwise. */     and to 0 otherwise. */
 #undef HAVE_REALLOC  #undef HAVE_REALLOC
Line 44 Line 50
 /* Define to 1 if you have the `socket' function. */  /* Define to 1 if you have the `socket' function. */
 #undef HAVE_SOCKET  #undef HAVE_SOCKET
   
   /* Define to 1 if you have the `srandomdev' function. */
   #undef HAVE_SRANDOMDEV
   
 /* 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 103 Line 112
   
 /* 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.1.1.1  
changed lines
  Added in v.1.3


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