SDL 2.0
SDL_config_ngage.h File Reference
#include "SDL_platform.h"
+ Include dependency graph for SDL_config_ngage.h:

Go to the source code of this file.

Macros

#define SDL_config_h_
 
#define HAVE_STDARG_H   1
 
#define HAVE_STDDEF_H   1
 
#define HAVE_STDIO_H   1
 
#define HAVE_STDLIB_H   1
 
#define HAVE_MATH_H   1
 
#define HAVE_CEIL   1
 
#define HAVE_COPYSIGN   1
 
#define HAVE_COS   1
 
#define HAVE_EXP   1
 
#define HAVE_FABS   1
 
#define HAVE_FLOOR   1
 
#define HAVE_LOG   1
 
#define HAVE_LOG10   1
 
#define HAVE_SCALBN   1
 
#define HAVE_SIN   1
 
#define HAVE_SQRT   1
 
#define HAVE_TAN   1
 
#define HAVE_MALLOC   1
 
#define SDL_MAIN_NEEDED   1
 
#define LACKS_SYS_MMAN_H   1
 
#define SDL_THREAD_NGAGE   1
 
#define SDL_TIMER_NGAGE   1
 
#define SDL_VIDEO_DRIVER_NGAGE   1
 
#define SDL_AUDIO_DRIVER_DUMMY   1
 
#define SDL_JOYSTICK_DISABLED   1
 
#define SDL_HAPTIC_DISABLED   1
 
#define SDL_HIDAPI_DISABLED   1
 
#define SDL_SENSOR_DISABLED   1
 
#define SDL_LOADSO_DISABLED   1
 
#define SDL_FILESYSTEM_DUMMY   1
 

Typedefs

typedef signed char int8_t
 
typedef unsigned char uint8_t
 
typedef signed short int16_t
 
typedef unsigned short uint16_t
 
typedef signed int int32_t
 
typedef unsigned int uint32_t
 
typedef signed long long int64_t
 
typedef unsigned long long uint64_t
 
typedef unsigned long uintptr_t
 

Macro Definition Documentation

◆ HAVE_CEIL

#define HAVE_CEIL   1

Definition at line 43 of file SDL_config_ngage.h.

◆ HAVE_COPYSIGN

#define HAVE_COPYSIGN   1

Definition at line 44 of file SDL_config_ngage.h.

◆ HAVE_COS

#define HAVE_COS   1

Definition at line 45 of file SDL_config_ngage.h.

◆ HAVE_EXP

#define HAVE_EXP   1

Definition at line 46 of file SDL_config_ngage.h.

◆ HAVE_FABS

#define HAVE_FABS   1

Definition at line 47 of file SDL_config_ngage.h.

◆ HAVE_FLOOR

#define HAVE_FLOOR   1

Definition at line 48 of file SDL_config_ngage.h.

◆ HAVE_LOG

#define HAVE_LOG   1

Definition at line 49 of file SDL_config_ngage.h.

◆ HAVE_LOG10

#define HAVE_LOG10   1

Definition at line 50 of file SDL_config_ngage.h.

◆ HAVE_MALLOC

#define HAVE_MALLOC   1

Definition at line 55 of file SDL_config_ngage.h.

◆ HAVE_MATH_H

#define HAVE_MATH_H   1

Definition at line 42 of file SDL_config_ngage.h.

◆ HAVE_SCALBN

#define HAVE_SCALBN   1

Definition at line 51 of file SDL_config_ngage.h.

◆ HAVE_SIN

#define HAVE_SIN   1

Definition at line 52 of file SDL_config_ngage.h.

◆ HAVE_SQRT

#define HAVE_SQRT   1

Definition at line 53 of file SDL_config_ngage.h.

◆ HAVE_STDARG_H

#define HAVE_STDARG_H   1

Definition at line 38 of file SDL_config_ngage.h.

◆ HAVE_STDDEF_H

#define HAVE_STDDEF_H   1

Definition at line 39 of file SDL_config_ngage.h.

◆ HAVE_STDIO_H

#define HAVE_STDIO_H   1

Definition at line 40 of file SDL_config_ngage.h.

◆ HAVE_STDLIB_H

#define HAVE_STDLIB_H   1

Definition at line 41 of file SDL_config_ngage.h.

◆ HAVE_TAN

#define HAVE_TAN   1

Definition at line 54 of file SDL_config_ngage.h.

◆ LACKS_SYS_MMAN_H

#define LACKS_SYS_MMAN_H   1

Definition at line 57 of file SDL_config_ngage.h.

◆ SDL_AUDIO_DRIVER_DUMMY

#define SDL_AUDIO_DRIVER_DUMMY   1

Definition at line 69 of file SDL_config_ngage.h.

◆ SDL_config_h_

#define SDL_config_h_

Definition at line 24 of file SDL_config_ngage.h.

◆ SDL_FILESYSTEM_DUMMY

#define SDL_FILESYSTEM_DUMMY   1

Definition at line 87 of file SDL_config_ngage.h.

◆ SDL_HAPTIC_DISABLED

#define SDL_HAPTIC_DISABLED   1

Definition at line 75 of file SDL_config_ngage.h.

◆ SDL_HIDAPI_DISABLED

#define SDL_HIDAPI_DISABLED   1

Definition at line 78 of file SDL_config_ngage.h.

◆ SDL_JOYSTICK_DISABLED

#define SDL_JOYSTICK_DISABLED   1

Definition at line 72 of file SDL_config_ngage.h.

◆ SDL_LOADSO_DISABLED

#define SDL_LOADSO_DISABLED   1

Definition at line 84 of file SDL_config_ngage.h.

◆ SDL_MAIN_NEEDED

#define SDL_MAIN_NEEDED   1

Definition at line 56 of file SDL_config_ngage.h.

◆ SDL_SENSOR_DISABLED

#define SDL_SENSOR_DISABLED   1

Definition at line 81 of file SDL_config_ngage.h.

◆ SDL_THREAD_NGAGE

#define SDL_THREAD_NGAGE   1

Definition at line 60 of file SDL_config_ngage.h.

◆ SDL_TIMER_NGAGE

#define SDL_TIMER_NGAGE   1

Definition at line 63 of file SDL_config_ngage.h.

◆ SDL_VIDEO_DRIVER_NGAGE

#define SDL_VIDEO_DRIVER_NGAGE   1

Definition at line 66 of file SDL_config_ngage.h.

Typedef Documentation

◆ int16_t

typedef signed short int16_t

Definition at line 30 of file SDL_config_ngage.h.

◆ int32_t

typedef signed int int32_t

Definition at line 32 of file SDL_config_ngage.h.

◆ int64_t

typedef signed long long int64_t

Definition at line 34 of file SDL_config_ngage.h.

◆ int8_t

typedef signed char int8_t

Definition at line 28 of file SDL_config_ngage.h.

◆ uint16_t

typedef unsigned short uint16_t

Definition at line 31 of file SDL_config_ngage.h.

◆ uint32_t

typedef unsigned int uint32_t

Definition at line 33 of file SDL_config_ngage.h.

◆ uint64_t

typedef unsigned long long uint64_t

Definition at line 35 of file SDL_config_ngage.h.

◆ uint8_t

typedef unsigned char uint8_t

Definition at line 29 of file SDL_config_ngage.h.

◆ uintptr_t

typedef unsigned long uintptr_t

Definition at line 36 of file SDL_config_ngage.h.