From 55861efad525d56e58085121ca80a84d11c3748d Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Mon, 30 Aug 1999 02:49:35 +0000 Subject: [PATCH] Regenerated --- configure | 2 +- libguile/scmconfig.h.in | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 8e9550bf7..200c344f9 100755 --- a/configure +++ b/configure @@ -3247,7 +3247,7 @@ 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 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:3254: checking for $ac_func" >&5 diff --git a/libguile/scmconfig.h.in b/libguile/scmconfig.h.in index a40149042..48f18a5d0 100644 --- a/libguile/scmconfig.h.in +++ b/libguile/scmconfig.h.in @@ -173,6 +173,9 @@ /* The number of bytes in a long. */ #undef SIZEOF_LONG +/* Define if you have the atexit function. */ +#undef HAVE_ATEXIT + /* Define if you have the bcopy function. */ #undef HAVE_BCOPY