build_configs: remove HAVE_LIBUNWIND_H

It is only used in SDL_test, which does not use the config header.
This commit is contained in:
L zard
2024-12-24 13:16:48 +01:00
committed by Sam Lantinga
parent 42c67756cc
commit 052cb5773e
2 changed files with 0 additions and 2 deletions

View File

@@ -50,7 +50,6 @@
#cmakedefine HAVE_ALLOCA_H 1
#cmakedefine HAVE_ICONV_H 1
#cmakedefine HAVE_INTTYPES_H 1
#cmakedefine HAVE_LIBUNWIND_H 1
#cmakedefine HAVE_LIMITS_H 1
#cmakedefine HAVE_MALLOC_H 1
#cmakedefine HAVE_MATH_H 1

View File

@@ -34,7 +34,6 @@
#define HAVE_ALLOCA_H 1
#define HAVE_FLOAT_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBUNWIND_H 1
#define HAVE_LIMITS_H 1
#define HAVE_MATH_H 1
#define HAVE_SIGNAL_H 1