diff options
Diffstat (limited to 'TSRM/tsrm_config.h.in')
-rw-r--r-- | TSRM/tsrm_config.h.in | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/TSRM/tsrm_config.h.in b/TSRM/tsrm_config.h.in deleted file mode 100644 index 211c8ac5cc..0000000000 --- a/TSRM/tsrm_config.h.in +++ /dev/null @@ -1,25 +0,0 @@ -/* tsrm_config.h.in. Generated automatically from configure.in by autoheader. */ - -/* Define if your C compiler doesn't accept -c and -o together. */ -#undef NO_MINUS_C_MINUS_O - -#undef PTHREADS - -/* Define if you have the pthread_create function. */ -#undef HAVE_PTHREAD_CREATE - -/* Define if you have the <stdarg.h> header file. */ -#undef HAVE_STDARG_H - -/* Define if you have the c_r library (-lc_r). */ -#undef HAVE_LIBC_R - -/* Define if you have the pthread library (-lpthread). */ -#undef HAVE_LIBPTHREAD - -/* Name of package */ -#undef PACKAGE - -/* Version number of package */ -#undef VERSION - |