]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/config.h
fix previous commit (ITS#4861)
[openldap] / servers / slapd / config.h
index b5085e2a15c4be974fcb2a0a040f8d0537560890..8c87709f155cd0c5c8f6976e7255824099b595d2 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2005 The OpenLDAP Foundation.
+ * Copyright 1998-2007 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -181,4 +181,6 @@ int config_shadow( ConfigArgs *c, int flag );
 #define        config_check_userland(last) \
        assert( ( ( (last) - 1 ) & ARGS_USERLAND ) == ( (last) - 1 ) );
 
+#define        SLAP_X_ORDERED_FMT      "{%d}"
+
 #endif /* CONFIG_H */