SDL/include/build_config
Ozkan Sezer 42c8366fdc revise iconv detection:
- check libiconv with a linkage test with iconv.h included
- check libc iconv with a linkage test with iconv.h included
  and LIBICONV_PLUG defined (in case libiconv header is in
  include path)
- add new configuration option to prefer iconv from libiconv,
  if available, over the libc version: SDL_LIBICONV, defaults
  to disabled.
- remove FindIconv + pkg_check_modules for iconv, and use our
  manual iconv finding only
- change FreeBSD specific LIBICONV_PLUG define in SDL_iconv.c
  to configuration result.
2023-11-23 04:30:56 +03:00
..
SDL_build_config.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_build_config.h.cmake revise iconv detection: 2023-11-23 04:30:56 +03:00
SDL_build_config_android.h Use SDL_DISABLE_ALLOCA instead of HAVE_ALLOCA in SDL_stdinc.h 2023-10-28 18:54:12 +02:00
SDL_build_config_emscripten.h Use SDL_DISABLE_ALLOCA instead of HAVE_ALLOCA in SDL_stdinc.h 2023-10-28 18:54:12 +02:00
SDL_build_config_ios.h Add SDL Video Capture, with back-end for linux/macos/ios/android 2023-11-09 08:36:23 -08:00
SDL_build_config_macos.h Add SDL Video Capture, with back-end for linux/macos/ios/android 2023-11-09 08:36:23 -08:00
SDL_build_config_minimal.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_build_config_ngage.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_build_config_windows.h Use SDL_DISABLE_ALLOCA instead of HAVE_ALLOCA in SDL_stdinc.h 2023-10-28 18:54:12 +02:00
SDL_build_config_wingdk.h Use SDL_DISABLE_ALLOCA instead of HAVE_ALLOCA in SDL_stdinc.h 2023-10-28 18:54:12 +02:00
SDL_build_config_winrt.h Use SDL_DISABLE_ALLOCA instead of HAVE_ALLOCA in SDL_stdinc.h 2023-10-28 18:54:12 +02:00
SDL_build_config_xbox.h Use SDL_DISABLE_ALLOCA instead of HAVE_ALLOCA in SDL_stdinc.h 2023-10-28 18:54:12 +02:00
SDL_revision.h.cmake docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00