- 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
30 lines
474 B
C
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
|
|
|
|
|
|
|