pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src/win32 config.h,1.5,1.6


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/win32 config.h,1.5,1.6
Date: 24 Apr 2003 15:26:17 -0000

Update of /var/lib/cvs/Games/Pingus/src/win32
In directory dark:/tmp/cvs-serv16016

Modified Files:
        config.h 
Log Message:
- added gettext needed stuff

Index: config.h
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/win32/config.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- config.h    28 Mar 2003 23:54:14 -0000      1.5
+++ config.h    24 Apr 2003 15:26:15 -0000      1.6
@@ -12,4 +12,25 @@
 #define PINGUS_DATADIR "data"
 #define LIBXML_2 1
 
+/* 'real' config values */
+#define HAVE_STDDEF_H 1
+#define HAVE_STRING_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_ALLOCA 1
+#define HAVE_GETCWD 1
+#define HAVE_SETLOCALE 1
+#define HAVE_STRDUP 1
+
+/* MSVC specifics */
+#if defined(_MSC_VER) && !defined(__cplusplus)
+#define inline __inline
+#endif
+
+#define alloca _alloca
+// ????
+#define LOCALEDIR "."
+#define LOCALE_ALIAS_PATH "."
+
+typedef unsigned __int64 uintmax_t;
+
 #endif





reply via email to

[Prev in Thread] Current Thread [Next in Thread]