Added pre-configured versions of SDL_config.h for various platforms

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401426
This commit is contained in:
Sam Lantinga 2006-02-24 07:26:31 +00:00
parent 20ee4c7b98
commit 14c0a48114
10 changed files with 429 additions and 8 deletions

View file

@ -44,6 +44,9 @@
# elif HAVE_MALLOC_H
# include <malloc.h>
# endif
# if HAVE_STDDEF_H
# include <stddef.h>
# endif
# if HAVE_STDARG_H
# include <stdarg.h>
# endif