From: Steve Dickson <steved@redhat.com>
To: Linux NFS Mailing list <linux-nfs@vger.kernel.org>
Subject: [PATCH 2/3] configure.ac: Removed unused defines in config.h
Date: Thu, 22 Sep 2011 15:44:58 -0400 [thread overview]
Message-ID: <1316720699-2611-3-git-send-email-steved@redhat.com> (raw)
In-Reply-To: <1316720699-2611-1-git-send-email-steved@redhat.com>
Cleaned out 3 unused defines from config.h
Signed-off-by: Steve Dickson <steved@redhat.com>
---
configure.ac | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 7f4b88c..61b9c00 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,7 +61,6 @@ AC_ARG_ENABLE(nfsv4,
enable_nfsv4=$enableval,
enable_nfsv4=yes)
if test "$enable_nfsv4" = yes; then
- AC_DEFINE(NFS4_SUPPORTED, 1, [Define this if you want NFSv4 support compiled in])
IDMAPD=idmapd
else
enable_nfsv4=
@@ -78,7 +77,6 @@ AC_ARG_ENABLE(nfsv41,
enable_nfsv41=yes)
if test "$enable_nfsv41" = yes; then
BLKMAPD=blkmapd
- AC_DEFINE(NFS41_SUPPORTED, 1, [Define this if you want NFSv41 support compiled in])
else
enable_nfsv41=
BLKMAPD=
@@ -92,7 +90,6 @@ AC_ARG_ENABLE(gss,
enable_gss=$enableval,
enable_gss=yes)
if test "$enable_gss" = yes; then
- AC_DEFINE(GSS_SUPPORTED, 1, [Define this if you want rpcsec_gss support compiled in])
GSSD=gssd
SVCGSSD=svcgssd
else
--
1.7.6.2
next prev parent reply other threads:[~2011-09-22 19:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-22 19:44 [PATCH 0/3] configure.ac: clean up Steve Dickson
2011-09-22 19:44 ` [PATCH 1/3] configure.ac: Remove the NFS v3 enable flag Steve Dickson
2011-09-22 19:44 ` Steve Dickson [this message]
2011-09-22 19:44 ` [PATCH 3/3] configure.ac: Added a v4.1 dependency on v4.0 Steve Dickson
2011-09-23 13:08 ` [PATCH 0/3] configure.ac: clean up Steve Dickson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1316720699-2611-3-git-send-email-steved@redhat.com \
--to=steved@redhat.com \
--cc=linux-nfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox