commit | 821ab8636fb88a18ceca173ea27e6772848af23f | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Wed Nov 12 22:44:56 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Nov 12 22:44:56 2003 +0000 |
tree | 20a79f06ed2c5b58317217e727ce9c76093e8067 | |
parent | ef2ac7acc34c63b5a7631787903316b56198a3fe [diff] [blame] |
Added configure check for pthread_getattr_np.
diff --git a/include/config.h.in b/include/config.h.in index b2e24c4..343466c 100644 --- a/include/config.h.in +++ b/include/config.h.in
@@ -410,6 +410,9 @@ /* Define to 1 if you have the <process.h> header file. */ #undef HAVE_PROCESS_H +/* Define to 1 if you have the `pthread_getattr_np' function. */ +#undef HAVE_PTHREAD_GETATTR_NP + /* Define to 1 if you have the <pthread.h> header file. */ #undef HAVE_PTHREAD_H