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