diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-10-15 20:32:48 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-10-15 20:32:48 +0000 |
commit | 02fceee1804d869d0976e438f08ea16cec177e9d (patch) | |
tree | b992b6038361e931feedad16a5d9e5b23c8cada2 /deskutils | |
parent | 30882d5cb70ed68f8531c04d24d95eac65dab4b9 (diff) | |
download | ports-02fceee1804d869d0976e438f08ea16cec177e9d.tar.gz ports-02fceee1804d869d0976e438f08ea16cec177e9d.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/ical/files/patch-config.h.in | 42 |
1 files changed, 40 insertions, 2 deletions
diff --git a/deskutils/ical/files/patch-config.h.in b/deskutils/ical/files/patch-config.h.in index d82b45cc377e..cbb6efc93dc3 100644 --- a/deskutils/ical/files/patch-config.h.in +++ b/deskutils/ical/files/patch-config.h.in @@ -1,5 +1,43 @@ --- config.h.in.orig Sun Jul 2 15:12:55 1995 -+++ config.h.in Sun Sep 8 17:15:59 2002 -@@ -28 +28 @@ ++++ 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 */ |