INN commit: branches/2.5/include/inn (paths.h.in)
INN Commit
rra at isc.org
Sat Jun 20 14:20:28 UTC 2009
Date: Saturday, June 20, 2009 @ 07:20:28
Author: iulius
Revision: 8527
sasl.conf does not exist any longer.
Modified:
branches/2.5/include/inn/paths.h.in
------------+
paths.h.in | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
Modified: paths.h.in
===================================================================
--- paths.h.in 2009-06-20 14:19:56 UTC (rev 8526)
+++ paths.h.in 2009-06-20 14:20:28 UTC (rev 8527)
@@ -12,11 +12,8 @@
** PATHS TO FILES AND SOCKETS
**
** Default prefixes can be overridden by defining the constant to a full
-** path. That magic is handled by concatpath. At some point all of these
-** defines will change to start with INN_PATH_ instead of _PATH_ because
-** identifiers beginning with an underscore and an uppercase letter are
-** reserved by the C standard. New ones should use INN_PATH_ for this
-** reason, to save eventual work.
+** path. That magic is handled by concatpath. All of these defines
+** start with "INN_PATH_".
*/
/* Must be an absolute path since it defines the other prefixes. */
@@ -71,7 +68,6 @@
#define INN_PATH_MOTD "motd.news"
#define INN_PATH_STORAGECTL "storage.conf"
#define INN_PATH_RADIUS_CONFIG "radius.conf"
-#define INN_PATH_SASL_CONFIG "sasl.conf"
#define INN_PATH_FILESYSTEMS "filesystems"
/* Default prefix path is pathspool. */
More information about the inn-committers
mailing list