freebsd-ports/astro/celestia/files/patch-config.h.in

31 lines
474 B
C
Raw Normal View History

--- 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