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

@ -57,10 +57,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

View File

@ -60,10 +60,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_SETENV 1
#define HAVE_PUTENV 1
#define HAVE_UNSETENV 1

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

View File

@ -54,10 +54,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_SETENV 1
#define HAVE_PUTENV 1
#define HAVE_UNSETENV 1

View File

@ -135,7 +135,6 @@ typedef unsigned int uintptr_t;
#define HAVE_MALLOC 1
#define HAVE_CALLOC 1
#define HAVE_REALLOC 1
#define HAVE_FDATASYNC 1
#define HAVE_FREE 1
#define HAVE_ABS 1
#define HAVE_MEMSET 1

View File

@ -75,7 +75,6 @@
#define HAVE_LIBC 1
#define HAVE_MALLOC 1
#define HAVE_CALLOC 1
#define HAVE_FDATASYNC 1
#define HAVE_REALLOC 1
#define HAVE_FREE 1
#define HAVE_ABS 1