Home | History | Annotate | Download | only in windows
      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 /* #undef HAVE_ALLOCA_H */
     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 /* #undef HAVE_ICONV_H */
     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 /* #undef HAVE_UNSETENV */
     41 #endif
     42 #define HAVE_QSORT 1
     43 #define HAVE_ABS 1
     44 /* #undef HAVE_BCOPY */
     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 #define HAVE__STRREV 1
     54 #define HAVE__STRUPR 1
     55 #define HAVE__STRLWR 1
     56 /* #undef HAVE_INDEX */
     57 /* #undef HAVE_RINDEX */
     58 #define HAVE_STRCHR 1
     59 #define HAVE_STRRCHR 1
     60 #define HAVE_ITOA 1
     61 #define HAVE__LTOA 1
     62 /* #undef HAVE__UITOA */
     63 #define HAVE__ULTOA 1
     64 #define HAVE_STRTOL 1
     65 #define HAVE_STRTOUL 1
     66 #define HAVE__I64TOA 1
     67 #define HAVE__UI64TOA 1
     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 #define HAVE__STRICMP 1
     76 #define HAVE_STRCASECMP 1
     77 #define HAVE__STRNICMP 1
     78 #define HAVE_VSNPRINTF 1
     79 /* #undef HAVE_ICONV */
     80 /* #undef HAVE_SIGACTION */
     81 /* #undef HAVE_SETJMP */
     82 /* #undef HAVE_NANOSLEEP */
     83 /* #undef HAVE_CLOCK_GETTIME */
     84 /* #undef HAVE_DLVSYM */
     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 audio drivers */
    104 #define SDL_AUDIO_DRIVER_WAVEOUT 1
    105 
    106 /* Enable various shared object loading systems */
    107 #define SDL_LOADSO_WIN32 1
    108 
    109 /* Enable various threading systems */
    110 #define SDL_THREAD_WIN32 1
    111 
    112 /* Enable various timer systems */
    113 #define SDL_TIMER_WIN32 1
    114 
    115 /* Enable various video drivers */
    116 #define SDL_VIDEO_DRIVER_WINDIB 1
    117 #define SDL_MAIN_WIN32 1
    118 #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
    119 #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
    120 #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
    121 #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRENDER "libXrender.so.1"
    122 #endif /* _SDL_config_h */
    123