diff options
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 401ba5bef9..7a93b52f82 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -1019,6 +1019,9 @@ /* Define if you have the acl library (-lacl). */ #undef HAVE_LIBACL +/* Define if you have the com_err library (-lcom_err). */ +#undef HAVE_LIBCOM_ERR + /* Define if you have the cups library (-lcups). */ #undef HAVE_LIBCUPS @@ -1031,6 +1034,9 @@ /* Define if you have the inet library (-linet). */ #undef HAVE_LIBINET +/* Define if you have the k5crypto library (-lk5crypto). */ +#undef HAVE_LIBK5CRYPTO + /* Define if you have the nsl library (-lnsl). */ #undef HAVE_LIBNSL |