[Freeciv-Dev] config.h patches
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Hi
the folowing are a pair of diffs for the config.h.in and config.mac.h
files. other people may need to update other things.
Andy
Index: config.h.in
===================================================================
RCS file: /home/freeciv/CVS/freeciv/config.h.in,v
retrieving revision 1.29
diff -u -2 -r1.29 config.h.in
--- config.h.in 1999/09/26 09:58:05 1.29
+++ config.h.in 1999/10/02 00:01:05
@@ -61,4 +61,7 @@
#undef TM_IN_SYS_TIME
+/* Define if your <time.h> declares struct tm. */
+#undef TM_IN_TIME
+
/* Define if the X Window System is missing or not being used. */
#undef X_DISPLAY_MISSING
@@ -91,5 +94,8 @@
#undef NARROWPROTO
#undef ALWAYS_ROOT
-#undef STRICT_WINDOWS
+/*#undef STRICT_WINDOWS*//* copland Compatability (os x?), _MAC ONLY_
(pointless on other systems)*/
+/*#define STRICT_WINDOWS 1*//* seq used to enable strict windows */
+/*#undef STRICT_CONTROLS*//* copland Compatability (os x?), _MAC ONLY_
(pointless on other systems)*/
+/*#define STRICT_CONTROLS 1*//* seq used to enable strict controls */
#undef GENERATING_MAC
#undef HAVE_OPENTRANSPORT
Index: config.mac.h
===================================================================
RCS file: /home/freeciv/CVS/freeciv/config.mac.h,v
retrieving revision 1.6
diff -u -2 -r1.6 config.mac.h
--- config.mac.h 1999/09/04 00:53:29 1.6
+++ config.mac.h 1999/10/02 00:01:04
@@ -8,4 +8,7 @@
#undef C_ALLOCA
+/* Define to empty if the keyword does not work. */
+/*#undef const*/ /*not needed?*/
+
/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
This function is required for alloca.c support on those systems. */
@@ -69,4 +72,5 @@
#undef MINOR_VERSION
#undef PATCH_VERSION
+#undef VERSION_LABEL
#undef IS_BETA_VERSION
#undef VERSION_STRING
@@ -89,16 +93,16 @@
#undef HAVE_SIGPIPE
#undef XPM_H_NO_X11
-
+#undef FUNCPROTO
+#undef NARROWPROTO
#define ALWAYS_ROOT 1 /*may not be needed. Metroworks provides dummy
functions*/
-
-/* copland Compatability (os x?), _MAC ONLY_ (pointless on other systems)*/
-#undef STRICT_WINDOWS
+#undef STRICT_WINDOWS/* copland Compatability (os x?), _MAC ONLY_
(pointless on other systems)*/
#define STRICT_WINDOWS 1 /* seq used to enable strict windows */
-#undef STRICT_CONTROLS
+#undef STRICT_CONTROLS/* copland Compatability (os x?), _MAC ONLY_
(pointless on other systems)*/
#define STRICT_CONTROLS 1 /* seq used to enable strict controls */
+#define GENERATING_MAC /*use for mac native code*/
+#define HAVE_OPENTRANSPORT /*used for OpenTransport Networking*/
+#undef PATH_SEPARATOR
+#undef SOCKET_ZERO_ISNT_STDIN
-#define GENERATING_MAC
-#define HAVE_OPENTRANSPORT
-
/* Define if you have the __argz_count function. */
#undef HAVE___ARGZ_COUNT
@@ -113,4 +117,7 @@
#undef HAVE_DCGETTEXT
+/* Define if you have the fdopen function. */
+#undef HAVE_FDOPEN
+
/* Define if you have the getcwd function. */
#define HAVE_GETCWD
@@ -142,4 +149,7 @@
/* Define if you have the setlocale function. */
#define HAVE_SETLOCALE
+
+/* Define if you have the snooze function. */
+#undef HAVE_SNOOZE
/* Define if you have the stpcpy function. */
- [Freeciv-Dev] config.h patches,
Andy Black <=
|
|