ports/deskutils/ical/files/patch-config.h.in
David E. O'Brien 02fceee180 I give up - the the configure test is so totally bogus with a ISO-C++ compiler,
it is unsavable.  Hardcode all the things I know to be true in FreeBSD.
2003-10-15 20:32:48 +00:00

43 lines
950 B
C

--- config.h.in.orig Sun Jul 2 15:12:55 1995
+++ config.h.in Wed Oct 15 13:19:33 2003
@@ -5,26 +5,26 @@
#undef pid_t
#undef SIZEOF_LONG
-#undef HAVE_STRING_H
-#undef HAVE_LIMITS_H
+#define HAVE_STRING_H 1
+#define HAVE_LIMITS_H 1
-#undef HAVE_FSYNC
+#define HAVE_FSYNC 1
-#undef HAVE_STRERROR
-#undef HAVE_STRERROR_PROTO
-#undef HAVE_SYS_ERRLIST_PROTO
+#define HAVE_STRERROR 1
+#define HAVE_STRERROR_PROTO 1
+#define HAVE_SYS_ERRLIST_PROTO 1
-#undef HAVE_GETTIMEOFDAY_PROTO
+#define HAVE_GETTIMEOFDAY_PROTO 1
-#undef HAVE_GETHOSTID
-#undef HAVE_GETHOSTID_PROTO
+#define HAVE_GETHOSTID 1
+#define HAVE_GETHOSTID_PROTO 1
-#undef HAVE_UNAME
-#undef HAVE_SYS_UTSNAME_H
-#undef HAVE_GETHOSTNAME_PROTO
+#define HAVE_UNAME 1
+#define HAVE_SYS_UTSNAME_H 1
+#define HAVE_GETHOSTNAME_PROTO 1
-#undef HAVE_GETPID_PROTO
+#define HAVE_GETPID_PROTO 1
-#undef HAVE_STRNCASECMP_PROTO
+#define HAVE_STRNCASECMP_PROTO 1
#endif /* _CONFIG_H_IN */