1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

* acconfig.h (HAVE_STRUCT_TIMESPEC): Added.

This commit is contained in:
Mikael Djurfeldt 2000-03-12 01:48:34 +00:00
parent 7534dfdc2e
commit 6a2d5b8ce7

View file

@ -2,7 +2,7 @@
* The `autoheader' command, from the autoconf suite, generates
* libguile/scmconfig.h, based on configure.in and this file.
*
* Copyright (C) 1998 Free Software Foundation, Inc.
* Copyright (C) 1998, 2000 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -62,6 +62,9 @@
getsockopt and setsockopt system calls. */
#undef HAVE_STRUCT_LINGER
/* Define this if your system defines struct timespec via <time.h>. */
#undef HAVE_STRUCT_TIMESPEC
/* Define this if floats are the same size as longs. */
#undef SCM_SINGLES