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

version 1.7.2.2, 2014/05/19 22:28:51 version 1.7.2.3, 2014/05/19 23:14:09
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 *//* epoll support */
#undef EP_ENABLE#undef EP_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 64 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
   
 /* Enable kqueue support */  
 #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
   
   /* kqueue support */
   #undef KQ_SUPPORT
   
 /* Turn off debug asserts */  /* Turn off debug asserts */
 #undef NDEBUG  #undef NDEBUG
   
   /* select support */
   #undef NO_SUPPORT
   
 /* Define to the address where bug reports for this package should be sent. */  /* Define to the address where bug reports for this package should be sent. */
 #undef PACKAGE_BUGREPORT  #undef PACKAGE_BUGREPORT
   
Line 90 Line 93
   
 /* Define to 1 if you have the ANSI C header files. */  /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS  #undef STDC_HEADERS
   
   /* support type */
   #undef SUP_ENABLE
   
 /* Build libraries with debug information and additional messages */  /* Build libraries with debug information and additional messages */
 #undef __DEBUG  #undef __DEBUG

Removed from v.1.7.2.2  
changed lines
  Added in v.1.7.2.3


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