diff options
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 7f6f4a82db..d00722c5bd 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -820,6 +820,9 @@ /* Define if you have the <gssapi/gssapi.h> header file. */ #undef HAVE_GSSAPI_GSSAPI_H +/* Define if you have the <gssapi/gssapi_generic.h> header file. */ +#undef HAVE_GSSAPI_GSSAPI_GENERIC_H + /* Define if you have the <history.h> header file. */ #undef HAVE_HISTORY_H |