summaryrefslogtreecommitdiffstats
path: root/contrib/bind/bin/named/pathtemplate.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/bin/named/pathtemplate.h')
-rw-r--r--contrib/bind/bin/named/pathtemplate.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/contrib/bind/bin/named/pathtemplate.h b/contrib/bind/bin/named/pathtemplate.h
index 65056b6..3011713 100644
--- a/contrib/bind/bin/named/pathtemplate.h
+++ b/contrib/bind/bin/named/pathtemplate.h
@@ -1,9 +1,9 @@
/*
- * $Id: pathtemplate.h,v 8.4 1999/01/08 19:28:30 vixie Exp $
+ * $Id: pathtemplate.h,v 8.6 2000/04/21 06:54:15 vixie Exp $
*/
/*
- * Copyright (c) 1996-1999 by Internet Software Consortium.
+ * Copyright (c) 1996-2000 by Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -42,8 +42,12 @@
#endif
#ifndef _PATH_NDCSOCK
+#ifdef NEED_SECURE_DIRECTORY
+#define _PATH_NDCSOCK "%DESTRUN%/ndc.d/ndc"
+#else
#define _PATH_NDCSOCK "%DESTRUN%/ndc"
#endif
+#endif
#ifndef _PATH_STATS
#define _PATH_STATS "named.stats"
OpenPOWER on IntegriCloud