Diff for /libaitsched/inc/config.h.in between versions 1.9.2.1 and 1.12.4.1

version 1.9.2.1, 2022/10/03 22:16:36 version 1.12.4.1, 2026/05/20 03:07:51
Line 3 Line 3
 /* Build scheduler library with AIO operations */  /* Build scheduler library with AIO operations */
 #undef AIO_SUPPORT  #undef AIO_SUPPORT
   
   /* atomic lock support */
   #undef ATOMIC_SUPPORT
   
 /* epoll support */  /* epoll support */
 #undef EP_SUPPORT  #undef EP_SUPPORT
   
 /* Define to 1 if you have the <bsd/string.h> header file. */  
 #undef HAVE_BSD_STRING_H  
   
 /* 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 17 Line 17
   
 /* Define to 1 if you have the `bsd' library (-lbsd). */  /* Define to 1 if you have the `bsd' library (-lbsd). */
 #undef HAVE_LIBBSD  #undef HAVE_LIBBSD
   
   /* Define to 1 if you have the `elwix' library (-lelwix). */
   #undef HAVE_LIBELWIX
   
 /* Define to 1 if you have the `pthread' library (-lpthread). */  /* Define to 1 if you have the `pthread' library (-lpthread). */
 #undef HAVE_LIBPTHREAD  #undef HAVE_LIBPTHREAD

Removed from v.1.9.2.1  
changed lines
  Added in v.1.12.4.1


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