libsmbconf: Remove use of some Samba3-specific macros.
[gd/samba-autobuild/.git] / lib / smbconf / smbconf_private.h
index b0333e981aabe61da133484f512bc24e4f0fe0a4..c9e44181c6e57e1ff7c12daa6b6af55b57a16bed 100644 (file)
 #ifndef __LIBSMBCONF_PRIVATE_H__
 #define __LIBSMBCONF_PRIVATE_H__
 
+#ifndef GLOBAL_NAME
+#define GLOBAL_NAME "global"
+#endif
+
+#include "lib/smbconf/smbconf.h"
+
 struct smbconf_ops {
        WERROR (*init)(struct smbconf_ctx *ctx, const char *path);
        int (*shutdown)(struct smbconf_ctx *ctx);