diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 1f83d84..6c535d7 100644 --- a/config.h.in +++ b/config.h.in @@ -38,6 +38,9 @@ /* 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 |