diff options
Diffstat (limited to 'app/xmag/config.h.in')
-rw-r--r-- | app/xmag/config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/xmag/config.h.in b/app/xmag/config.h.in index 1ca40928b..029f38006 100644 --- a/app/xmag/config.h.in +++ b/app/xmag/config.h.in @@ -1,5 +1,14 @@ /* config.h.in. Generated from configure.ac by autoheader. */ +/* Define to 1 if you have the `nanosleep' function. */ +#undef HAVE_NANOSLEEP + +/* Define to 1 if you have the `poll' function. */ +#undef HAVE_POLL + +/* Define to 1 if you have the `select' function. */ +#undef HAVE_SELECT + /* Name of package */ #undef PACKAGE |