Diff for /libaitsched/inc/config.h.in between versions 1.8 and 1.8.18.1

version 1.8, 2014/06/05 22:37:29 version 1.8.18.1, 2022/09/26 19:06:17
Line 6 Line 6
 /* 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
   
 /* Define to 1 if you have the <inttypes.h> header file. */  /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H  #undef HAVE_INTTYPES_H
   
   /* Define to 1 if you have the `bsd' library (-lbsd). */
   #undef HAVE_LIBBSD
   
 /* 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.8  
changed lines
  Added in v.1.8.18.1


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