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

version 1.7.2.1, 2014/05/19 22:13:54 version 1.7.2.2, 2014/05/19 22:28:51
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
   
/* 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

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


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