From c74c38760df69bb87e93dff18cf91464e5d02f37 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:22 +0200 Subject: Imported Upstream version 0.8.1 --- config.h.in | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index ceab733..5a889e7 100644 --- a/config.h.in +++ b/config.h.in @@ -3,6 +3,9 @@ /* Define to 1 if the `closedir' function returns void instead of `int'. */ #undef CLOSEDIR_VOID +/* Define if ancient vserver support enabled. */ +#undef HAVE_ANCIENT_VSERVER + /* Define to 1 if you have the header file. */ #undef HAVE_CURSES_H @@ -10,6 +13,9 @@ */ #undef HAVE_DIRENT_H +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H @@ -19,6 +25,9 @@ /* Define to 1 if you have the `ncurses' library (-lncurses). */ #undef HAVE_LIBNCURSES +/* Define to 1 if you have the `ncursesw' library (-lncursesw). */ +#undef HAVE_LIBNCURSESW + /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */ #undef HAVE_MALLOC @@ -87,9 +96,15 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H +/* Define if taskstats support enabled. */ +#undef HAVE_TASKSTATS + /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* Define if vserver support enabled. */ +#undef HAVE_VSERVER + /* Define to 1 if the system has the type `_Bool'. */ #undef HAVE__BOOL @@ -97,6 +112,9 @@ slash. */ #undef LSTAT_FOLLOWS_SLASHED_SYMLINK +/* Define to 1 if your C compiler doesn't accept -c and -o together. */ +#undef NO_MINUS_C_MINUS_O + /* Name of package */ #undef PACKAGE @@ -115,6 +133,12 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* The PLPA symbol prefix */ +#undef PLPA_SYM_PREFIX + +/* The PLPA symbol prefix in all caps */ +#undef PLPA_SYM_PREFIX_CAPS + /* Path of proc filesystem */ #undef PROCDIR @@ -127,12 +151,24 @@ /* Version number of package */ #undef VERSION +/* Emulated value */ +#undef __NR_sched_getaffinity + +/* Emulated value */ +#undef __NR_sched_setaffinity + /* Define to empty if `const' does not conform to ANSI C. */ #undef const /* Define to `int' if doesn't define. */ #undef gid_t +/* Define to `__inline__' or `__inline' if that's what the C compiler + calls it, or to nothing if 'inline' is not supported under any name. */ +#ifndef __cplusplus +#undef inline +#endif + /* Define to rpl_malloc if the replacement function should be used. */ #undef malloc -- cgit v1.2.3