summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2008-02-09 09:38:59 -0500
committerSteve Dickson <steved@redhat.com>2008-02-09 09:38:59 -0500
commitddba830815b26d94c54b7bdecedaa46c36fda46b (patch)
treedd94054ad1add2a1820f699f575f7caa8fa973d9
parent40009ddc661a43883d0f7841f6bbd71e0c9b530a (diff)
downloadrpcbind-ddba830815b26d94c54b7bdecedaa46c36fda46b.tar.gz
Added RPCBIND_STATEDIR and RPCBIND_USER to src/config.h.in
so they are defined correctly from the ./configure script. Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--src/config.h.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index f355371..67a0e39 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -95,3 +95,11 @@
/* Version number of package */
#undef VERSION
+
+/* This defines the location where the state files will be kept for warm
+ starts */
+#undef RPCBIND_STATEDIR
+
+/* This defines the uid to run as */
+#undef RPCBIND_USER
+