Diff for /libaitsched/inc/config.h.in between versions 1.2.18.1 and 1.6

version 1.2.18.1, 2012/08/02 12:58:02 version 1.6, 2014/01/28 13:17:33
Line 49 Line 49
 /* 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_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
   
   /* Disable kqueue support */
   #undef KQ_DISABLE
   
   /* 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.2.18.1  
changed lines
  Added in v.1.6


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