1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-24 05:20:30 +02:00

Regenerated

This commit is contained in:
Mikael Djurfeldt 1999-08-30 02:49:35 +00:00
parent 0824bbb3f5
commit 55861efad5
2 changed files with 4 additions and 1 deletions

2
configure vendored
View file

@ -3247,7 +3247,7 @@ fi
fi fi
for ac_func in ctermid ftime getcwd geteuid gettimeofday lstat mkdir mknod nice readlink rename rmdir select setegid seteuid setlocale setpgid setsid sigaction strftime strptime symlink sync tcgetpgrp tcsetpgrp times uname waitpid bzero strdup system usleep memmove bcopy for ac_func in ctermid ftime getcwd geteuid gettimeofday lstat mkdir mknod nice readlink rename rmdir select setegid seteuid setlocale setpgid setsid sigaction strftime strptime symlink sync tcgetpgrp tcsetpgrp times uname waitpid bzero strdup system usleep memmove bcopy atexit
do do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:3254: checking for $ac_func" >&5 echo "configure:3254: checking for $ac_func" >&5

View file

@ -173,6 +173,9 @@
/* The number of bytes in a long. */ /* The number of bytes in a long. */
#undef SIZEOF_LONG #undef SIZEOF_LONG
/* Define if you have the atexit function. */
#undef HAVE_ATEXIT
/* Define if you have the bcopy function. */ /* Define if you have the bcopy function. */
#undef HAVE_BCOPY #undef HAVE_BCOPY