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

version 1.2, 2012/01/24 21:59:46 version 1.3, 2012/08/02 13:56:19
Line 1 Line 1
 /* inc/config.h.in.  Generated from configure.in by autoheader.  */  /* inc/config.h.in.  Generated from configure.in by autoheader.  */
   
   /* Build scheduler library with AIO operations */
   #undef AIO_SUPPORT
   
 /* Define to 1 if you have the `clock_gettime' function. */  /* Define to 1 if you have the `clock_gettime' function. */
 #undef HAVE_CLOCK_GETTIME  #undef HAVE_CLOCK_GETTIME
   
Line 8 Line 11
   
 /* 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
   
   /* Define to 1 if you have the `rt' library (-lrt). */
   #undef HAVE_LIBRT
   
 /* 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. */

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


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