mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
ebb6dabb7a
take over maintainership PR: 37203 Submitted by: Hye-Shik Chang <perky@fallin.lv> Requested by: Stephen C. North <north@research.att.com> (author)
13 lines
289 B
C
13 lines
289 B
C
--- tools/sfio/sfhdr.h.orig Thu Apr 18 10:28:45 2002
|
|
+++ tools/sfio/sfhdr.h Thu Apr 18 10:29:17 2002
|
|
@@ -230,7 +230,9 @@
|
|
#endif
|
|
|
|
#if _hdr_values
|
|
+#ifdef HAVE_VALUES_H
|
|
#include <values.h>
|
|
+#endif
|
|
#if !defined(SF_MAXDOUBLE) && defined(MAXDOUBLE)
|
|
#define SF_MAXDOUBLE MAXDOUBLE
|
|
#endif
|