mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-30 17:00:23 +02:00
* acconfig.h (HAVE_STRUCT_TIMESPEC): Added.
This commit is contained in:
parent
7534dfdc2e
commit
6a2d5b8ce7
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
* The `autoheader' command, from the autoconf suite, generates
|
* The `autoheader' command, from the autoconf suite, generates
|
||||||
* libguile/scmconfig.h, based on configure.in and this file.
|
* 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
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -62,6 +62,9 @@
|
||||||
getsockopt and setsockopt system calls. */
|
getsockopt and setsockopt system calls. */
|
||||||
#undef HAVE_STRUCT_LINGER
|
#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. */
|
/* Define this if floats are the same size as longs. */
|
||||||
#undef SCM_SINGLES
|
#undef SCM_SINGLES
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue