From 5b2ce38c69534fd31e881f81ac7bb3ec45e9d2d3 Mon Sep 17 00:00:00 2001 From: Erwin Janssen Date: Mon, 31 Oct 2016 16:08:26 +0100 Subject: [PATCH] Remove definition of `_hdr_pthread` This define is not used anymore and doesn't have to be set. --- ast_common.h.in | 4 ---- windows/include/ast_common.h | 3 --- 2 files changed, 7 deletions(-) diff --git a/ast_common.h.in b/ast_common.h.in index 4d283bde3..414641260 100644 --- a/ast_common.h.in +++ b/ast_common.h.in @@ -11,10 +11,6 @@ # define _sys_types 1 #endif -#ifdef HAVE_PTHREAD_H -# define _hdr_pthread 1 -#endif - #ifdef HAVE_STDDEF_H # define hdr_stddef 1 #endif diff --git a/windows/include/ast_common.h b/windows/include/ast_common.h index 86cfc75bf..690538822 100644 --- a/windows/include/ast_common.h +++ b/windows/include/ast_common.h @@ -15,9 +15,6 @@ #ifndef _AST_COMMON_H #define _AST_COMMON_H 1 -#undef _hdr_pthread -#define _hdr_pthread 1 /* #include ok */ - #undef _hdr_stddef #define _hdr_stddef 1 /* #include ok */ -- 2.40.0