Diff for /libaitrpc/inc/config.h.in between versions 1.4 and 1.5

version 1.4, 2011/09/07 07:24:21 version 1.5, 2012/03/15 01:55:32
Line 27 Line 27
 /* Define to 1 if you have the `aitio' library (-laitio). */  /* Define to 1 if you have the `aitio' library (-laitio). */
 #undef HAVE_LIBAITIO  #undef HAVE_LIBAITIO
   
   /* Define to 1 if you have the `aitsched' library (-laitsched). */
   #undef HAVE_LIBAITSCHED
   
 /* Define to 1 if you have the `pthread' library (-lpthread). */  /* Define to 1 if you have the `pthread' library (-lpthread). */
 #undef HAVE_LIBPTHREAD  #undef HAVE_LIBPTHREAD
   
Line 52 Line 55
 /* 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
   
   /* Define to 1 if you have the `schedEnd' function. */
   #undef HAVE_SCHEDEND
   
   /* Define to 1 if you have the `schedInit' function. */
   #undef HAVE_SCHEDINIT
   
 /* Define to 1 if you have the `select' function. */  /* Define to 1 if you have the `select' function. */
 #undef HAVE_SELECT  #undef HAVE_SELECT

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


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