~ubuntu-branches/ubuntu/karmic/libsdl1.2/karmic

« back to all changes in this revision

Viewing changes to include/SDL_config.h.default

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-12-05 20:29:43 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20071205202943-ryogi07hodn5cdif
Tags: 1.2.12-1ubuntu1
* Merge with Debian; remaining changes:
  - Remove svgalib support.
  - Prefer libgl1-mesa-dev build-dependency over xlibmesa-gl-dev.
  - Build for lpia as for i386.
* Link using -Wl,-Bsymbolic-functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include "SDL_platform.h"
27
27
 
28
28
/* Add any platform that doesn't build using the configure system */
29
 
#if defined(__AMIGA__)
30
 
#include "SDL_config_amiga.h"
31
 
#elif defined(__DREAMCAST__)
 
29
#if defined(__DREAMCAST__)
32
30
#include "SDL_config_dreamcast.h"
33
31
#elif defined(__MACOS__)
34
32
#include "SDL_config_macos.h"
35
33
#elif defined(__MACOSX__)
36
34
#include "SDL_config_macosx.h"
 
35
#elif defined(__SYMBIAN32__)
 
36
#include "SDL_config_symbian.h"  /* must be before win32! */
37
37
#elif defined(__WIN32__)
38
38
#include "SDL_config_win32.h"
39
39
#elif defined(__OS2__)