Diff for /libaitsched/inc/config.h.in between versions 1.7 and 1.7.2.2

version 1.7, 2014/04/27 16:20:37 version 1.7.2.2, 2014/05/19 22:28:51
Line 3 Line 3
 /* Build scheduler library with AIO operations */  /* Build scheduler library with AIO operations */
 #undef AIO_SUPPORT  #undef AIO_SUPPORT
   
   /* Enable epoll support */
   #undef EP_ENABLE
   
 /* 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 61 Line 64
 /* 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
   
/* Disable kqueue support *//* Enable kqueue support */
#undef KQ_DISABLE#undef KQ_ENABLE
   
 /* How many kqueue events can scheduling at one time */  /* How many kqueue events can scheduling at one time */
 #undef KQ_EVENTS  #undef KQ_EVENTS
Line 81 Line 84
   
 /* 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.7  
changed lines
  Added in v.1.7.2.2


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