diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/proj_config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/proj_config.h.in b/src/proj_config.h.in index 7a8d6943..9e3c7319 100644 --- a/src/proj_config.h.in +++ b/src/proj_config.h.in @@ -21,6 +21,9 @@ /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H +/* Define if your pthreads implementation have PTHREAD_MUTEX_RECURSIVE */ +#undef HAVE_PTHREAD_MUTEX_RECURSIVE + /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H |
