diff options
Diffstat (limited to 'support/include')
-rw-r--r-- | support/include/Makefile.in | 2 | ||||
-rw-r--r-- | support/include/nfs/Makefile.in | 2 | ||||
-rw-r--r-- | support/include/rpcsvc/Makefile.in | 2 | ||||
-rw-r--r-- | support/include/sys/Makefile.in | 2 | ||||
-rw-r--r-- | support/include/sys/fs/Makefile.in | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/support/include/Makefile.in b/support/include/Makefile.in index bfb94c1..d9350d5 100644 --- a/support/include/Makefile.in +++ b/support/include/Makefile.in @@ -106,6 +106,8 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ +GSSAPI_CFLAGS = @GSSAPI_CFLAGS@ +GSSAPI_LIBS = @GSSAPI_LIBS@ GSSD = @GSSD@ HAVE_LIBWRAP = @HAVE_LIBWRAP@ HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@ diff --git a/support/include/nfs/Makefile.in b/support/include/nfs/Makefile.in index 6790f1e..3bded4e 100644 --- a/support/include/nfs/Makefile.in +++ b/support/include/nfs/Makefile.in @@ -99,6 +99,8 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ +GSSAPI_CFLAGS = @GSSAPI_CFLAGS@ +GSSAPI_LIBS = @GSSAPI_LIBS@ GSSD = @GSSD@ HAVE_LIBWRAP = @HAVE_LIBWRAP@ HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@ diff --git a/support/include/rpcsvc/Makefile.in b/support/include/rpcsvc/Makefile.in index 79f4f1f..30103d9 100644 --- a/support/include/rpcsvc/Makefile.in +++ b/support/include/rpcsvc/Makefile.in @@ -99,6 +99,8 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ +GSSAPI_CFLAGS = @GSSAPI_CFLAGS@ +GSSAPI_LIBS = @GSSAPI_LIBS@ GSSD = @GSSD@ HAVE_LIBWRAP = @HAVE_LIBWRAP@ HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@ diff --git a/support/include/sys/Makefile.in b/support/include/sys/Makefile.in index fcfef2c..2964974 100644 --- a/support/include/sys/Makefile.in +++ b/support/include/sys/Makefile.in @@ -103,6 +103,8 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ +GSSAPI_CFLAGS = @GSSAPI_CFLAGS@ +GSSAPI_LIBS = @GSSAPI_LIBS@ GSSD = @GSSD@ HAVE_LIBWRAP = @HAVE_LIBWRAP@ HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@ diff --git a/support/include/sys/fs/Makefile.in b/support/include/sys/fs/Makefile.in index 48f5867..a1e7a19 100644 --- a/support/include/sys/fs/Makefile.in +++ b/support/include/sys/fs/Makefile.in @@ -99,6 +99,8 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ +GSSAPI_CFLAGS = @GSSAPI_CFLAGS@ +GSSAPI_LIBS = @GSSAPI_LIBS@ GSSD = @GSSD@ HAVE_LIBWRAP = @HAVE_LIBWRAP@ HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@ |