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

version 1.2, 2011/05/02 23:12:08 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 33 Line 36
   
 /* 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. */

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


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