diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 |