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

version 1.3, 2012/08/02 13:56:19 version 1.7.2.5, 2014/05/19 23:27:48
Line 3 Line 3
 /* Build scheduler library with AIO operations */  /* Build scheduler library with AIO operations */
 #undef AIO_SUPPORT  #undef AIO_SUPPORT
   
   /* epoll support */
   #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 40 Line 43
 /* Define to 1 if you have the <string.h> header file. */  /* Define to 1 if you have the <string.h> header file. */
 #undef HAVE_STRING_H  #undef HAVE_STRING_H
   
   /* Define to 1 if you have the `strlcat' function. */
   #undef HAVE_STRLCAT
   
   /* Define to 1 if you have the `strlcpy' function. */
   #undef HAVE_STRLCPY
   
 /* Define to 1 if you have the <sys/stat.h> header file. */  /* Define to 1 if you have the <sys/stat.h> header file. */
 #undef HAVE_SYS_STAT_H  #undef HAVE_SYS_STAT_H
   
Line 49 Line 58
 /* Define to 1 if you have the <sys/types.h> header file. */  /* Define to 1 if you have the <sys/types.h> header file. */
 #undef HAVE_SYS_TYPES_H  #undef HAVE_SYS_TYPES_H
   
   /* Define to 1 if you have the `timer_create' function. */
   #undef HAVE_TIMER_CREATE
   
   /* Define to 1 if you have the `timer_delete' function. */
   #undef HAVE_TIMER_DELETE
   
   /* Define to 1 if you have the `timer_settime' function. */
   #undef HAVE_TIMER_SETTIME
   
 /* 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
   
   /* 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 75 Line 102
   
 /* 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.3  
changed lines
  Added in v.1.7.2.5


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