diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 5890b6fd..f40ca8a9 100644 --- a/config.h.in +++ b/config.h.in @@ -46,4 +46,7 @@ /* Define if we have GCC's destructor attribute */ #cmakedefine HAVE_GCC_DESTRUCTOR +/* Define if we have pthread_np.h */ +#cmakedefine HAVE_PTHREAD_NP_H + #endif |