diff options
| -rwxr-xr-x | configure | 3 | ||||
| -rw-r--r-- | src/config.in | 3 |
2 files changed, 5 insertions, 1 deletions
| @@ -13704,8 +13704,9 @@ done | |||
| 13704 | 13704 | ||
| 13705 | 13705 | ||
| 13706 | 13706 | ||
| 13707 | |||
| 13707 | for ac_func in gethostname getdomainname dup2 \ | 13708 | for ac_func in gethostname getdomainname dup2 \ |
| 13708 | rename closedir mkdir rmdir sysinfo \ | 13709 | rename closedir mkdir rmdir sysinfo getrusage \ |
| 13709 | random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ | 13710 | random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ |
| 13710 | strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ | 13711 | strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ |
| 13711 | utimes setrlimit setpgid getcwd getwd shutdown getaddrinfo \ | 13712 | utimes setrlimit setpgid getcwd getwd shutdown getaddrinfo \ |
diff --git a/src/config.in b/src/config.in index 0fb9126b470..fe1adc39f9d 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -196,6 +196,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 196 | /* Define to 1 if you have the `getpt' function. */ | 196 | /* Define to 1 if you have the `getpt' function. */ |
| 197 | #undef HAVE_GETPT | 197 | #undef HAVE_GETPT |
| 198 | 198 | ||
| 199 | /* Define to 1 if you have the `getrusage' function. */ | ||
| 200 | #undef HAVE_GETRUSAGE | ||
| 201 | |||
| 199 | /* Define to 1 if you have the `getsockname' function. */ | 202 | /* Define to 1 if you have the `getsockname' function. */ |
| 200 | #undef HAVE_GETSOCKNAME | 203 | #undef HAVE_GETSOCKNAME |
| 201 | 204 | ||