Use #if for HAVE*_H defines.

This commit is contained in:
Milan Broz
2025-01-16 12:47:25 +01:00
parent 37d52876b9
commit e5405f2fd8
10 changed files with 12 additions and 12 deletions

View File

@@ -14,7 +14,7 @@
#include <stdbool.h>
#include <stddef.h>
#include <string.h>
#ifdef HAVE_UCHAR_H
#if HAVE_UCHAR_H
#include <uchar.h>
#else
#define char32_t uint32_t