Home | History | Annotate | Download | only in sdl-1.2.12

Lines Matching full:config_add

189 config_add ()
204 config_add "/* #undef $1 */"
208 config_add "#define $1 1"
220 # then this will call 'config_add ${2}_${driver}' for each driver listed
327 config_add "#ifndef _SDL_config_h"
328 config_add "#define _SDL_config_h"
329 config_add ""
330 config_add "#include \"SDL_platform.h\""
331 config_add ""
337 config_add "#define SDL_BYTEORDER $ENDIANESS"
338 config_add ""
342 config_add "#if HAVE_LIBC"
343 config_add ""
344 config_add "/* Useful headers */"
349 config_add "#define STDC_HEADERS 1"
353 config_add "/* C library functions */"
357 config_add "#ifndef _WIN32 /* Don't use on Windows */"
361 config_add "#endif"
373 config_add "#else"
374 config_add "/* We may need some replacement for stdarg.h here */"
375 config_add "#include <stdarg.h>"
376 config_add "#endif /* HAVE_LIBC */"
377 config_add ""
379 config_add "/* Allow disabling of core subsystems */"
392 config_add ""
393 config_add "/* Enable various shared object loading systems */"
397 config_add ""
398 config_add "/* Enable various threading systems */"
402 config_add ""
403 config_add "/* Enable various timer systems */"
407 config_add ""
408 config_add "/* Enable various video drivers */"
415 config_add "#define SDL_VIDEO_DRIVER_X11_DYNAMIC \"libX11.so.6\""
416 config_add "#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT \"libXext.so.6\""
417 config_add "#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR \"libXrandr.so.2\""
418 config_add "#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRENDER \"libXrender.so.1\""
423 config_add "#endif /* _SDL_config_h */"