diff options
author | SVN Migration <svn@php.net> | 1999-09-26 20:17:29 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 1999-09-26 20:17:29 +0000 |
commit | 1408a2e29c8ca275f2ed4ad67c2348c1b262b2a9 (patch) | |
tree | 89341e8111ed37cad0bee64ce201bf4ebc6662bf /TSRM/tsrm_config.h.in | |
parent | 96b6bdff278628821151f16f6f4e8ecec3cea228 (diff) | |
download | php-git-before-sapi-split.tar.gz |
This commit was manufactured by cvs2svn to create tag 'before-sapi-split'.before-sapi-split
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 - |