Mercurial > sdl-ios-xcode
comparison include/SDL_stdinc.h @ 1361:19418e4422cb
New configure-based build system. Still work in progress, but much improved
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 16 Feb 2006 10:11:48 +0000 |
parents | e18467d67cfd |
children | e440d5c488c1 |
comparison
equal
deleted
inserted
replaced
1360:70a9cfb4cf1b | 1361:19418e4422cb |
---|---|
53 # include <stddef.h> | 53 # include <stddef.h> |
54 # include <stdarg.h> | 54 # include <stdarg.h> |
55 #else | 55 #else |
56 # if HAVE_STDLIB_H | 56 # if HAVE_STDLIB_H |
57 # include <stdlib.h> | 57 # include <stdlib.h> |
58 # elif HAVE_MALLOC_H | |
59 # include <malloc.h> | |
58 # endif | 60 # endif |
59 # if HAVE_STDARG_H | 61 # if HAVE_STDARG_H |
60 # include <stdarg.h> | 62 # include <stdarg.h> |
61 # endif | 63 # endif |
62 #endif | |
63 #if HAVE_MALLOC_H | |
64 # include <malloc.h> | |
65 #endif | 64 #endif |
66 #if HAVE_STRING_H | 65 #if HAVE_STRING_H |
67 # if !STDC_HEADERS && HAVE_MEMORY_H | 66 # if !STDC_HEADERS && HAVE_MEMORY_H |
68 # include <memory.h> | 67 # include <memory.h> |
69 # endif | 68 # endif |