freebsd-ports/astro/celestia/files/patch-config.h.in
Jean-Yves Lefort 613f27d55d - Update to 1.4.1
- Do not use OPTIONS for the mutually exclusive UI choices, use
  conflicting slave ports (celestia-gnome and celestia-gtk)
- Axe KDE support since I cannot test it (patches welcome)
- Enable Lua support by default
- Always install a desktop entry
- Relayout the Makefile
- Take maintainership
2006-05-04 12:38:37 +00:00

30 lines
474 B
C

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