warzone2100/lib/framework
Christian Ohm 732a030544 Undef _XOPEN_SOURCE before including config.h in wzglobal.h.
Override the system headers, since autoconf defines this when needed.
Fixes #544.

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@7874 4a71c877-e1ca-e34f-864e-861f7616d084
2009-09-27 19:06:36 +02:00
..
Makefile.am Fix broken sources after 'make clean' in tarball generated by 'make dist'. Reported by 'JimPansen' in the forums. 2009-06-09 23:44:11 +02:00
SDL_framerate.c
SDL_framerate.h
config-macosx.h Fix compilation of SQLite under OS X. Stats are still broken. 2009-03-01 13:06:59 +00:00
configfile.c Major cleanup of configfile.[ch]: 2009-04-19 23:45:24 +02:00
configfile.h Major cleanup of configfile.[ch]: 2009-04-19 23:45:24 +02:00
cursors.c Bump copyright 2009-02-10 18:01:48 +00:00
cursors.h Bump copyright 2009-02-10 18:01:48 +00:00
cursors16.c Please use setDroidActionTarget() whenever you change psActionTarget. This helps set dangling pointer debugging information. 2009-05-06 22:29:32 +02:00
cursors32.c Please use setDroidActionTarget() whenever you change psActionTarget. This helps set dangling pointer debugging information. 2009-05-06 22:29:32 +02:00
debug.c Add new macro, info(), it is shorthand for debug(LOG_INFO,...). This is used to *always* display informational messages on both debug & release builds. 2009-06-16 22:28:34 +02:00
debug.h Fix erronous description of ASSERT_OR_RETURN. 2009-09-27 19:06:27 +02:00
endian_hack.h Bump copyright 2009-02-10 18:01:48 +00:00
file.h Bump copyright 2009-02-10 18:01:48 +00:00
fixedpoint.h Bump copyright 2009-02-10 18:01:48 +00:00
frame.c Add new utility function PHYSFS_printf() to easily write text files with PhysicsFS. 2009-06-09 23:44:28 +02:00
frame.h Use "struct timeval" from winsock2.h instead of our own 2009-05-06 22:29:35 +02:00
frameint.h Add support for Full Screen Anti-Aliasing (FSAA): 2009-04-18 17:08:19 +02:00
frameresource.c Bump copyright 2009-02-10 18:01:48 +00:00
frameresource.h Bump copyright 2009-02-10 18:01:48 +00:00
framework.vcproj Updated MSVC project & solution file(s). 2009-02-15 05:42:09 +00:00
gettext.h
i18n.c Add missing languages for getLanguageName, and if a language is missing, show 2009-09-27 19:06:34 +02:00
i18n.h Bump copyright 2009-02-10 18:01:48 +00:00
input.c Major cleanup of configfile.[ch]: 2009-04-19 23:45:24 +02:00
input.h Bump copyright 2009-02-10 18:01:48 +00:00
lexer_input.c Make it possible for the lexers to use data from an STDIO FILE* stream 2009-04-18 15:37:53 +02:00
lexer_input.h In lexer_input.h #include <stdio.h> for FILE* 2009-04-18 22:39:52 +02:00
listmacs.h Bump copyright 2009-02-10 18:01:48 +00:00
macros.h Bump copyright 2009-02-10 18:01:48 +00:00
makefile.win32 Updated MinGW32 makefiles; fix "multiple half-tracks" bug. 2009-02-15 05:49:09 +00:00
math_ext.h Remove unnecessary SDL includes. 2009-05-06 22:29:29 +02:00
physfs_ext.h Add new utility function PHYSFS_printf() to easily write text files with PhysicsFS. 2009-06-09 23:44:28 +02:00
physfs_vfs.c Move files which extend a c std library header to a filename of similar name 2009-02-10 17:23:09 +00:00
physfs_vfs.h * Change the autotools build system such that if the system provides an SQLite version that meets our requirements we use that instead of the one in our own repository 2008-09-14 13:40:28 +00:00
resly.h Bump copyright 2009-02-10 18:01:48 +00:00
resource_lexer.l Bump copyright 2009-02-10 18:01:48 +00:00
resource_parser.y Bump copyright 2009-02-10 18:01:48 +00:00
stdio_ext.c Fixes #257 2009-02-15 06:09:24 +00:00
stdio_ext.h Change SDL types to stdint.h defined types. Do not depend on SDL.h included system headers. 2009-05-06 22:29:30 +02:00
string_ext.h Fix strlcpy() & strlcat() to use ASSERT_OR_RETURN 2009-05-28 09:59:21 +02:00
strres.c Bump copyright 2009-02-10 18:01:48 +00:00
strres.h Bump copyright 2009-02-10 18:01:48 +00:00
strres_lexer.l Bump copyright 2009-02-10 18:01:48 +00:00
strres_parser.y Bump copyright 2009-02-10 18:01:48 +00:00
strresly.h Bump copyright 2009-02-10 18:01:48 +00:00
tagfile.c Move files which extend a c std library header to a filename of similar name 2009-02-10 17:23:09 +00:00
tagfile.h Enforce strict function prototypes for autoconf builds, and fix function prototype problems. 2008-04-05 15:34:55 +00:00
treap.c Bump copyright 2009-02-10 18:01:48 +00:00
treap.h Bump copyright 2009-02-10 18:01:48 +00:00
trig.c Bump copyright 2009-02-10 18:01:48 +00:00
trig.h Bump copyright 2009-02-10 18:01:48 +00:00
types.h Fixes compile issue that was broken in r7237. 2009-05-06 22:29:30 +02:00
utf.c Revert accidentilly committed revisions r7394, r7395 and r7396 (part of a private branch) 2009-05-15 22:29:31 +02:00
utf.h Revert accidentilly committed revisions r7394, r7395 and r7396 (part of a private branch) 2009-05-15 22:29:31 +02:00
vector.h Safen includes 2009-02-11 12:12:00 +00:00
wzglobal.h Undef _XOPEN_SOURCE before including config.h in wzglobal.h. 2009-09-27 19:06:36 +02:00