From e28a9c25c143635ffe8a1f9cee1d377a69a4f923 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 16 Dec 2008 22:35:25 +0100 Subject: Module koennen per configure (de)aktiviert werden --- config.h.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index a642aba..a1f354c 100644 --- a/config.h.in +++ b/config.h.in @@ -108,6 +108,9 @@ /* Define to 1 if you have the `opendir' function. */ #undef HAVE_OPENDIR +/* Define to 1 if you have the `posix_spawnp' function. */ +#undef HAVE_POSIX_SPAWNP + /* Define if libtool can extract symbol lists from object files. */ #undef HAVE_PRELOADED_SYMBOLS @@ -198,6 +201,15 @@ /* Define to 1 if the system has the type `_Bool'. */ #undef HAVE__BOOL +/* Define to 1 if you have the file `AC_File'. */ +#undef HAVE__PROC_LOADAVG + +/* Define to 1 if you have the file `AC_File'. */ +#undef HAVE__PROC_MEMINFO + +/* Define to 1 if you have the file `AC_File'. */ +#undef HAVE__PROC_UPTIME + /* Define if the OS needs help to load dependent libraries for dlopen(). */ #undef LTDL_DLOPEN_DEPLIBS -- cgit v1.2.3