X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/dffb83aa69526f532038637ab82cc3bdadb8f037..3202e2492175f02c3fe75d22b7f37fd51dde207f:/libratbox/include/libratbox_config.h.in diff --git a/libratbox/include/libratbox_config.h.in b/libratbox/include/libratbox_config.h.in index 3f4fd7f5..fddbab71 100644 --- a/libratbox/include/libratbox_config.h.in +++ b/libratbox/include/libratbox_config.h.in @@ -165,6 +165,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TIMERFD_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TIME_H @@ -174,6 +177,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_UIO_H +/* Define to 1 if you have the `timerfd_create' function. */ +#undef HAVE_TIMERFD_CREATE + /* Define if you have timer_create */ #undef HAVE_TIMER_CREATE @@ -195,6 +201,12 @@ /* Define to 1 if you are on windows */ #undef HAVE_WIN32 +/* Have WINSOCK2_H */ +#undef HAVE_WINSOCK2_H + +/* Have WINSOCK_H */ +#undef HAVE_WINSOCK_H + /* Define to 1 if `fork' works. */ #undef HAVE_WORKING_FORK @@ -257,6 +269,9 @@ /* Define to 1 if you can safely include both and . */ #undef TIME_WITH_SYS_TIME +/* Define to 1 if we can use timerfd_create(CLOCK_REALTIME,...) */ +#undef USE_TIMERFD_CREATE + /* Define to 1 if we can use timer_create(CLOCK_REALTIME,...) */ #undef USE_TIMER_CREATE