blob: 211c8ac5cc500fe496e4654defe3c3f38fbd11a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
/* 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
|