diff options
author | Paul Smith <psmith@gnu.org> | 1997-04-07 18:02:17 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1997-04-07 18:02:17 +0000 |
commit | 73fcfdbe243f90ad7450bbd4202ae7b9413a8637 (patch) | |
tree | c86c67a71b6443f82e69115431082f6704394732 /config.h.in | |
parent | 0ada207e2dca2b69a65ce186e625e7f6397edd34 (diff) | |
download | gunmake-73fcfdbe243f90ad7450bbd4202ae7b9413a8637.tar.gz |
Last-minute changed for 3.75.1
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 |