From 6a2d5b8ce7ed8346de001f5c279b18448e334dbc Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Sun, 12 Mar 2000 01:48:34 +0000 Subject: [PATCH] * acconfig.h (HAVE_STRUCT_TIMESPEC): Added. --- acconfig.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/acconfig.h b/acconfig.h index f59994199..ae54f3f15 100644 --- a/acconfig.h +++ b/acconfig.h @@ -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 . */ +#undef HAVE_STRUCT_TIMESPEC + /* Define this if floats are the same size as longs. */ #undef SCM_SINGLES