mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Regenerate.
This commit is contained in:
parent
aec04d3666
commit
ea92fc9ff2
2 changed files with 5 additions and 1 deletions
3
configure
vendored
3
configure
vendored
|
|
@ -13702,10 +13702,11 @@ done
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
for ac_func in gethostname getdomainname dup2 \
|
||||
rename closedir mkdir rmdir sysinfo \
|
||||
rename closedir mkdir rmdir sysinfo getrusage \
|
||||
random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \
|
||||
strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
|
||||
utimes setrlimit setpgid getcwd getwd shutdown getaddrinfo \
|
||||
|
|
|
|||
|
|
@ -196,6 +196,9 @@ Boston, MA 02111-1307, USA. */
|
|||
/* Define to 1 if you have the `getpt' function. */
|
||||
#undef HAVE_GETPT
|
||||
|
||||
/* Define to 1 if you have the `getrusage' function. */
|
||||
#undef HAVE_GETRUSAGE
|
||||
|
||||
/* Define to 1 if you have the `getsockname' function. */
|
||||
#undef HAVE_GETSOCKNAME
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue