Diff for /libaitsched/inc/config.h.in between versions 1.1.1.1.8.1 and 1.3.16.1

version 1.1.1.1.8.1, 2012/01/08 00:56:16 version 1.3.16.1, 2013/06/11 16:07:24
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 9 Line 12
 /* 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. */
 #undef HAVE_MALLOC  #undef HAVE_MALLOC
Line 45 Line 51
   
 /* Define to 1 if you have the <unistd.h> header file. */  /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H  #undef HAVE_UNISTD_H
   
   /* How many kqueue events can scheduling at one time */
   #undef KQ_EVENTS
   
 /* Turn off debug asserts */  /* Turn off debug asserts */
 #undef NDEBUG  #undef NDEBUG

Removed from v.1.1.1.1.8.1  
changed lines
  Added in v.1.3.16.1


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