aboutsummaryrefslogtreecommitdiff
path: root/astro/celestia/files/patch-config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'astro/celestia/files/patch-config.h.in')
-rw-r--r--astro/celestia/files/patch-config.h.in30
1 files changed, 0 insertions, 30 deletions
diff --git a/astro/celestia/files/patch-config.h.in b/astro/celestia/files/patch-config.h.in
deleted file mode 100644
index ea51cc9317cf..000000000000
--- a/astro/celestia/files/patch-config.h.in
+++ /dev/null
@@ -1,30 +0,0 @@
---- config.h.in.orig Thu May 4 11:37:39 2006
-+++ config.h.in Thu May 4 11:37:52 2006
-@@ -248,27 +248,6 @@
-
-
-
--#if !defined(HAVE_STRLCAT_PROTO)
--#ifdef __cplusplus
--extern "C" {
--#endif
--unsigned long strlcat(char*, const char*, unsigned long);
--#ifdef __cplusplus
--}
--#endif
--#endif
--
--
--
--#if !defined(HAVE_STRLCPY_PROTO)
--#ifdef __cplusplus
--extern "C" {
--#endif
--unsigned long strlcpy(char*, const char*, unsigned long);
--#ifdef __cplusplus
--}
--#endif
--#endif
-
-
-