diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index c1fed49..1f83d84 100644 --- a/config.h.in +++ b/config.h.in @@ -38,9 +38,6 @@ /* Define if your system has a working fnmatch function. */ #undef HAVE_FNMATCH -/* Define if your system has its own `getloadavg' function. */ -#undef HAVE_GETLOADAVG - /* Define if you have the getmntent function. */ #undef HAVE_GETMNTENT @@ -185,6 +182,9 @@ /* Define if you have the getgroups function. */ #undef HAVE_GETGROUPS +/* Define if you have the getloadavg function. */ +#undef HAVE_GETLOADAVG + /* Define if you have the memmove function. */ #undef HAVE_MEMMOVE @@ -266,5 +266,8 @@ /* Define if you have the dgc library (-ldgc). */ #undef HAVE_LIBDGC +/* Define if you have the kstat library (-lkstat). */ +#undef HAVE_LIBKSTAT + /* Define if you have the sun library (-lsun). */ #undef HAVE_LIBSUN |