Fix -Wundef warnings due to use of unguarded HAVE_LIBC

This commit is contained in:
Anonymous Maarten
2023-03-27 19:32:48 +02:00
parent 01f415954f
commit b29a5bcbb6

View File

@@ -49,7 +49,7 @@
/* Comment this if you want to build without any C library requirements */
#cmakedefine HAVE_LIBC 1
#if HAVE_LIBC
#ifdef HAVE_LIBC
/* Useful headers */
#cmakedefine HAVE_ALLOCA_H 1