]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/config.h
allow array of more generic syntaxes
[openldap] / servers / slapd / config.h
index 5e51edc26e3f45d40345a3ce8a218922894902ac..1115d5884d137bb5d9b666faa9330b7933aa7ca3 100644 (file)
@@ -34,7 +34,6 @@ typedef struct ConfigTable {
 typedef enum {
        Cft_Abstract = 0,
        Cft_Global,
-       Cft_Include,
        Cft_Module,
        Cft_Schema,
        Cft_Backend,
@@ -143,6 +142,7 @@ typedef struct config_args_s {
        Entry *ca_entry;        /* entry being modified */
        void *private;  /* anything */
        ConfigDriver *cleanup;
+       ConfigType table;       /* which config table did we come from */
 } ConfigArgs;
 
 /* If lineno is zero, we have an actual LDAP Add request from a client.