diff options
Diffstat (limited to 'innobase/ib_config.h.in')
-rw-r--r-- | innobase/ib_config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/innobase/ib_config.h.in b/innobase/ib_config.h.in index 1ea07f5c0c3..967b422fb29 100644 --- a/innobase/ib_config.h.in +++ b/innobase/ib_config.h.in @@ -10,9 +10,15 @@ /* The number of bytes in a int. */ #undef SIZEOF_INT +/* Define if you have the sched_yield function. */ +#undef HAVE_SCHED_YIELD + /* Define if you have the <aio.h> header file. */ #undef HAVE_AIO_H +/* Define if you have the <sched.h> header file. */ +#undef HAVE_SCHED_H + /* Name of package */ #undef PACKAGE |