Don't define _GNU_SOURCE where already defined. Closes #1357.

This commit is contained in:
Roger A. Light 2019-07-25 21:08:00 +01:00
parent b9bd0bedad
commit e3271e0c99

View File

@ -16,7 +16,10 @@
# define _POSIX_C_SOURCE 200809L
#endif
#define _GNU_SOURCE
#ifndef _GNU_SOURCE
# define _GNU_SOURCE
#endif
#define OPENSSL_LOAD_CONF