You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
501 B
24 lines
501 B
Index: lib/sfio/sfhdr.h |
|
--- lib/sfio/sfhdr.h.orig Fri Apr 27 04:17:42 2001 |
|
+++ lib/sfio/sfhdr.h Tue Feb 18 19:26:37 2003 |
|
@@ -143,6 +143,10 @@ |
|
#include <errno.h> |
|
#include <ctype.h> |
|
|
|
+#ifndef va_copy |
|
+#define va_copy(to,fr) ((to)=(fr)) |
|
+#endif |
|
+ |
|
#if vt_threaded |
|
|
|
/* initialization */ |
|
@@ -254,7 +258,9 @@ |
|
#include <limits.h> |
|
#else |
|
#if _hdr_values |
|
+#ifdef HAVE_VALUES_H |
|
#include <values.h> |
|
+#endif |
|
#if !defined(SF_MAXDOUBLE) && defined(MAXDOUBLE) |
|
#define SF_MAXDOUBLE MAXDOUBLE |
|
#endif
|
|
|