From 5740003e06f0c585460501514f3352f5e105c98c Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Thu, 3 Dec 2015 22:25:13 +0100 Subject: Simplify code via AC_USE_SYSTEM_EXTENSIONS `AC_USE_SYSTEM_EXTENSIONS` takes care of defining feature_test_macros(7) thereby allowing us to remove a few manual `#define`s --- include/HsUnix.h | 4 ---- include/execvpe.h | 1 - 2 files changed, 5 deletions(-) (limited to 'include') diff --git a/include/HsUnix.h b/include/HsUnix.h index ba3e053..cfdddb4 100644 --- a/include/HsUnix.h +++ b/include/HsUnix.h @@ -19,10 +19,6 @@ #undef PACKAGE_TARNAME #undef PACKAGE_VERSION -#ifdef solaris2_HOST_OS -#define _POSIX_PTHREAD_SEMANTICS -#endif - #include #include diff --git a/include/execvpe.h b/include/execvpe.h index 1fd2fbb..63cd042 100644 --- a/include/execvpe.h +++ b/include/execvpe.h @@ -14,7 +14,6 @@ __hsunix_execvpe(const char *name, char *const argv[], char *const envp[]); #ifndef HSUNIX_EXECVPE_H_NO_COMPAT #include "HsUnixConfig.h" #if HAVE_EXECVPE -# define _GNU_SOURCE # include extern int execvpe(const char *name, char *const argv[], char *const envp[]); -- cgit v1.2.3