--- parser3/Attic/configure.in 2002/12/26 12:27:16 1.57 +++ parser3/Attic/configure.in 2003/01/09 16:48:16 1.58 @@ -18,6 +18,7 @@ else rm -f $srcdir/src/include/pa_version.h.new fi + dnl AC_CANONICAL_SYSTEM AC_CANONICAL_HOST AC_SUBST(host_os) @@ -623,7 +624,35 @@ sqldriversdir=$e_libdir AC_SUBST(sqldriversdir) -dnl Output makefiles +dnl Output header and makefiles + +AH_TEMPLATE([HAVE_DLD],[Define if you have the GNU dld library]) + +AH_TEMPLATE([HAVE_LIBDL], + [Define if you have the libdl library or equivalent.]) + +AH_TEMPLATE([HAVE_SHL_LOAD], + [Define if you have the shl_load function. ]) + + +AH_TEMPLATE([size_t], + [Define to `unsigned int' if does not define.]) + +AH_TEMPLATE([ssize_t], + [Define to `int' if does not define.]) + +AH_TEMPLATE([HAVE_DAYLIGHT], + [Define if you have daylight external variable in ]) + +AH_TEMPLATE([HAVE_TIMEZONE], + [Define if you have timezone external variable in ]) + +AH_TEMPLATE([HAVE_TM_GMTOFF], + [Define if you have tm_gmtoff member of tm structure in ]) + +AH_TEMPLATE([HAVE_TM_TZADJ], + [Define if you have tm_tzadj member of tm structure in ]) + AM_CONFIG_HEADER(src/include/pa_config_auto.h) AC_OUTPUT(Makefile src/Makefile src/types/Makefile src/classes/Makefile src/classes/gd/Makefile src/classes/smtp/Makefile src/include/Makefile src/main/Makefile src/sql/Makefile src/lib/Makefile src/lib/ltdl/Makefile src/lib/pcre/Makefile src/lib/md5/Makefile src/lib/patches/Makefile src/targets/Makefile src/targets/cgi/Makefile src/targets/apache13/Makefile src/targets/apache13/hook/Makefile src/targets/apache13/p3runConfigure src/targets/isapi/Makefile etc/Makefile etc/parser3.charsets/Makefile bin/Makefile bin/auto.p.dist)