From 53304a8b7673caa82f9dbd2ba14055a2e979dafa Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 6 Dec 2001 21:53:56 +0000 Subject: Add a AC_DEFINE for PREVIEW_RELEASE which is a string that will be 2001-12-04 Jeffrey Stedfast * configure.in: Add a AC_DEFINE for PREVIEW_RELEASE which is a string that will be appended to the X-Mailer header. svn path=/trunk/; revision=14914 --- acconfig.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 3bc0c6d604..6b65ef7d3e 100644 --- a/acconfig.h +++ b/acconfig.h @@ -17,7 +17,6 @@ #undef HAVE_KRB5 #undef HAVE_NSS #undef HAVE_SSL -#undef HAVE_OPENSSL #undef USE_DOT #undef USE_FCNTL #undef USE_FLOCK @@ -34,6 +33,9 @@ /* Sub-version identification string. */ #undef SUB_VERSION +/* Prewview-release string */ +#undef PREVIEW_RELEASE + /* Define if ctime_r takes three arguments */ #undef CTIME_R_THREE_ARGS -- cgit v1.2.3