diff options
Diffstat (limited to 'Build/source/utils/asymptote/config.h.in')
-rw-r--r-- | Build/source/utils/asymptote/config.h.in | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/Build/source/utils/asymptote/config.h.in b/Build/source/utils/asymptote/config.h.in index f5df1ca19cd..e59e301b2f6 100644 --- a/Build/source/utils/asymptote/config.h.in +++ b/Build/source/utils/asymptote/config.h.in @@ -66,9 +66,6 @@ /* Define to 1 if you have the `OSMesa' library (-lOSMesa). */ #undef HAVE_LIBOSMESA -/* Define to 1 if you have the `pthread' library (-lpthread). */ -#undef HAVE_LIBPTHREAD - /* Define to 1 if you have the `readline' library (-lreadline). */ #undef HAVE_LIBREADLINE @@ -105,6 +102,12 @@ /* Define to 1 if you have the `pow' function. */ #undef HAVE_POW +/* Define if you have POSIX threads libraries and header files. */ +#undef HAVE_PTHREAD + +/* Have PTHREAD_PRIO_INHERIT. */ +#undef HAVE_PTHREAD_PRIO_INHERIT + /* Define to 1 if the system has the type `ptrdiff_t'. */ #undef HAVE_PTRDIFF_T @@ -183,6 +186,10 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* Define to necessary symbol if this constant uses a non-standard name on + your system. */ +#undef PTHREAD_CREATE_JOINABLE + /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE |