summaryrefslogtreecommitdiff
path: root/nslcd/common.h
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-12-15 02:21:32 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-12-15 02:21:32 -0500
commit7cf822201abf30c1603334e0b7e664050e2e38a2 (patch)
treec150f5d6991b09b1df57e2040367160aa4a56ef5 /nslcd/common.h
parenta299f2039f68b311e1b75b22fad63a8ddee9e286 (diff)
it builds!
Diffstat (limited to 'nslcd/common.h')
-rw-r--r--nslcd/common.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/nslcd/common.h b/nslcd/common.h
index 5658fa7..558b978 100644
--- a/nslcd/common.h
+++ b/nslcd/common.h
@@ -37,12 +37,12 @@
#include "common/tio.h"
#include "compat/attrs.h"
#include "cfg.h"
-#include "hackers_watch.h"
+#include "hackers.h"
-#define NSS_MODULE_SONAME NSS_LDAP_SONAME
-#define NSS_MODULE_NAME "ldap"
-#define NSS_MODULE_ID_VERSION "_nss_ldap_version"
-#define NSS_MODULE_ID_ENABLELOOKUPS "_nss_ldap_enablelookups"
+#define NSS_MODULE_SONAME NSS_LDAP_SONAME
+#define NSS_MODULE_NAME "ldap"
+#define NSS_MODULE_SYM_VERSION "_nss_ldap_version"
+#define NSS_MODULE_SYM_ENABLELOOKUPS "_nss_ldap_enablelookups"
/* macros for basic read and write operations, the following
ERROR_OUT* marcos define the action taken on errors