]> granicus.if.org Git - graphviz/commitdiff
Remove definition of `_hdr_pthread`
authorErwin Janssen <erwinjanssen@outlook.com>
Mon, 31 Oct 2016 15:08:26 +0000 (16:08 +0100)
committerErwin Janssen <erwinjanssen@outlook.com>
Wed, 7 Dec 2016 13:52:38 +0000 (14:52 +0100)
This define is not used anymore and doesn't have to be set.

ast_common.h.in
windows/include/ast_common.h

index 4d283bde37c756a4733ad7ddde7903c7029830c5..414641260b3eb8cc37d0fecfb3c4c555c038bee6 100644 (file)
 #  define _sys_types 1
 #endif
 
-#ifdef HAVE_PTHREAD_H
-#  define _hdr_pthread 1
-#endif
-
 #ifdef HAVE_STDDEF_H
 #  define hdr_stddef 1
 #endif
index 86cfc75bf80c29d68a5b64c339218012e2c7c215..69053882296a41bb616779e4a26e418b92600771 100644 (file)
@@ -15,9 +15,6 @@
 #ifndef _AST_COMMON_H
 #define _AST_COMMON_H  1
 
-#undef _hdr_pthread
-#define _hdr_pthread   1       /* #include <pthread.h> ok */
-
 #undef _hdr_stddef
 #define _hdr_stddef    1       /* #include <stddef.h> ok */