From: Erwin Janssen Date: Mon, 31 Oct 2016 15:08:26 +0000 (+0100) Subject: Remove definition of `_hdr_pthread` X-Git-Tag: 2.42.0~229^2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b2ce38c69534fd31e881f81ac7bb3ec45e9d2d3;p=graphviz Remove definition of `_hdr_pthread` This define is not used anymore and doesn't have to be set. --- 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 */