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

version 1.5, 2013/08/15 19:10:48 version 1.6, 2014/01/28 13:17:33
Line 58 Line 58
 /* 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 */  /* How many kqueue events can scheduling at one time */
 #undef KQ_EVENTS  #undef KQ_EVENTS
   

Removed from v.1.5  
changed lines
  Added in v.1.6


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