Include config.h to define HAVE_SECURE_GETENV or HAVE_GETENV

This commit is contained in:
Hui Yu
2023-03-30 15:00:37 +08:00
parent ab31f4059e
commit de071b82c0

View File

@@ -1,3 +1,5 @@
#include <config.h>
#define _GNU_SOURCE #define _GNU_SOURCE
#include <stdlib.h> #include <stdlib.h>
#ifndef _WIN32 #ifndef _WIN32