• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* This file was autogenerated by 'android-configure.sh' - do not edit */
2 #ifndef _SDL_config_h
3 #define _SDL_config_h
4 
5 #include "SDL_platform.h"
6 
7 #define SDL_HAS_64BIT_TYPE 1
8 #define SDL_BYTEORDER 1234
9 
10 #define HAVE_LIBC 1
11 #if HAVE_LIBC
12 
13 /* Useful headers */
14 #define HAVE_ALLOCA_H 1
15 #define HAVE_SYS_TYPES_H 1
16 #define HAVE_STDIO_H 1
17 #define STDC_HEADERS  1
18 #define HAVE_STDLIB_H 1
19 #define HAVE_STDARG_H 1
20 #define HAVE_MALLOC_H 1
21 #define HAVE_MEMORY_H 1
22 #define HAVE_STRING_H 1
23 #define HAVE_STRINGS_H 1
24 #define HAVE_INTTYPES_H 1
25 #define HAVE_STDINT_H 1
26 #define HAVE_CTYPE_H 1
27 #define HAVE_MATH_H 1
28 #define HAVE_ICONV_H 1
29 #define HAVE_SIGNAL_H 1
30 /* #undef HAVE_ALTIVEC_H */
31 /* C library functions */
32 #define HAVE_MALLOC 1
33 #define HAVE_CALLOC 1
34 #define HAVE_REALLOC 1
35 #define HAVE_FREE 1
36 /* #undef HAVE_ALLOC */
37 #ifndef _WIN32 /* Don't use on Windows */
38 #define HAVE_GETENV 1
39 #define HAVE_PUTENV 1
40 #define HAVE_UNSETENV 1
41 #endif
42 #define HAVE_QSORT 1
43 #define HAVE_ABS 1
44 #define HAVE_BCOPY 1
45 #define HAVE_MEMSET 1
46 #define HAVE_MEMCPY 1
47 #define HAVE_MEMMOVE 1
48 #define HAVE_MEMCMP 1
49 #define HAVE_STRLEN 1
50 /* #undef HAVE_STRLCPY */
51 /* #undef HAVE_STRLCAT */
52 #define HAVE_STRDUP 1
53 /* #undef HAVE__STRREV */
54 /* #undef HAVE__STRUPR */
55 /* #undef HAVE__STRLWR */
56 #define HAVE_INDEX 1
57 #define HAVE_RINDEX 1
58 #define HAVE_STRCHR 1
59 #define HAVE_STRRCHR 1
60 /* #undef HAVE_ITOA */
61 /* #undef HAVE__LTOA */
62 /* #undef HAVE__UITOA */
63 /* #undef HAVE__ULTOA */
64 #define HAVE_STRTOL 1
65 #define HAVE_STRTOUL 1
66 /* #undef HAVE__I64TOA */
67 /* #undef HAVE__UI64TOA */
68 #define HAVE_STRTOLL 1
69 #define HAVE_STRTOULL 1
70 #define HAVE_STRTOD 1
71 #define HAVE_ATOI 1
72 #define HAVE_ATOF 1
73 #define HAVE_STRCMP 1
74 #define HAVE_STRNCMP 1
75 /* #undef HAVE__STRICMP */
76 #define HAVE_STRCASECMP 1
77 /* #undef HAVE__STRNICMP */
78 #define HAVE_VSNPRINTF 1
79 #define HAVE_ICONV 1
80 #define HAVE_SIGACTION 1
81 #define HAVE_SETJMP 1
82 #define HAVE_NANOSLEEP 1
83 #define HAVE_CLOCK_GETTIME 1
84 #define HAVE_DLVSYM 1
85 #define HAVE_GETPAGESIZE 1
86 #else
87 /* We may need some replacement for stdarg.h here */
88 #include <stdarg.h>
89 #endif /* HAVE_LIBC */
90 
91 /* Allow disabling of core subsystems */
92 #define SDL_AUDIO_DISABLED 1
93 #define SDL_CDROM_DISABLED 1
94 /* #undef SDL_CPUINFO_DISABLED */
95 /* #undef SDL_EVENTS_DISABLED */
96 #define SDL_FILE_DISABLED 1
97 #define SDL_JOYSTICK_DISABLED 1
98 /* #undef SDL_LOADSO_DISABLED */
99 /* #undef SDL_THREADS_DISABLED */
100 /* #undef SDL_TIMERS_DISABLED */
101 /* #undef SDL_VIDEO_DISABLED */
102 
103 /* Enable various shared object loading systems */
104 #define SDL_LOADSO_DLOPEN 1
105 
106 /* Enable various threading systems */
107 #define SDL_THREAD_PTHREAD 1
108 #define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX_NP 1
109 
110 /* Enable various timer systems */
111 #define SDL_TIMER_UNIX 1
112 
113 /* Enable various video drivers */
114 #define SDL_VIDEO_DRIVER_X11 1
115 #define SDL_VIDEO_DRIVER_X11_DPMS 1
116 #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
117 #define SDL_VIDEO_DRIVER_X11_XME 1
118 #define SDL_MAIN_DUMMY 1
119 #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
120 #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
121 #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
122 #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRENDER "libXrender.so.1"
123 #endif /* _SDL_config_h */
124