From 7650dadee1e1a910677c8d305aa70dbbf38e79e6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 28 Feb 2000 11:21:36 +0000 Subject: [PATCH] Added config.h.in. --- include/yaz/config.h.in | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 include/yaz/config.h.in diff --git a/include/yaz/config.h.in b/include/yaz/config.h.in new file mode 100644 index 0000000..8bccda9 --- /dev/null +++ b/include/yaz/config.h.in @@ -0,0 +1,30 @@ +/* include/yaz/config.h.in. Generated automatically from configure.in by autoheader. */ + +/* Define if you have the ANSI C header files. */ +#undef STDC_HEADERS + +#undef _REENTRANT +#undef HAVE_TCPD_H +#undef HAVE_YC + +/* Define if you have the header file. */ +#undef HAVE_PTHREAD_H + +/* Define if you have the header file. */ +#undef HAVE_READLINE_HISTORY_H + +/* Define if you have the header file. */ +#undef HAVE_READLINE_READLINE_H + +/* Define if you have the header file. */ +#undef HAVE_THREADS_H + +/* Define if you have the pthread library (-lpthread). */ +#undef HAVE_LIBPTHREAD + +/* Name of package */ +#undef PACKAGE + +/* Version number of package */ +#undef VERSION + -- 1.7.10.4