Removed fdatasync and gethostname definitions from platforms that don't have them

As verified by CMake builds in CI
This commit is contained in:
Sam Lantinga
2024-10-16 07:39:30 -07:00
parent cbbad4051b
commit ed1ec236c1
6 changed files with 0 additions and 10 deletions

View File

@@ -49,10 +49,8 @@
#define HAVE_MALLOC 1
#define HAVE_CALLOC 1
#define HAVE_REALLOC 1
#define HAVE_FDATASYNC 1
#define HAVE_FREE 1
#define HAVE_GETENV 1
#define HAVE_GETHOSTNAME 1
#define HAVE_PUTENV 1
#define HAVE_SETENV 1
#define HAVE_UNSETENV 1