Regenerated
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 30 Aug 1999 02:49:35 +0000 (02:49 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 30 Aug 1999 02:49:35 +0000 (02:49 +0000)
configure
libguile/scmconfig.h.in

index 8e9550b..200c344 100755 (executable)
--- 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
index a401490..48f18a5 100644 (file)
 /* 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