summaryrefslogtreecommitdiff
path: root/nslcd.h
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-12-08 18:37:24 +0000
committerArthur de Jong <arthur@arthurdejong.org>2006-12-08 18:37:24 +0000
commitec05f342aba87cf808ae6ca6ba01034ce62289fb (patch)
treea96ade85b49b5fdcc93b6fed30407cdc11818ced /nslcd.h
parent3e705ad2cb5dd35c375935ee17442f76f74a82c0 (diff)
specify socket and pidfile location with configure script
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@145 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd.h')
-rw-r--r--nslcd.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/nslcd.h b/nslcd.h
index 678bcb8..a1c2337 100644
--- a/nslcd.h
+++ b/nslcd.h
@@ -154,12 +154,6 @@
NSLCD_INT32(SHADOW_EXPIRE) \
NSLCD_INT32(SHADOW_FLAG)
-/* The location of the socket used for communicating. */
-#define NSLCD_SOCKET "/tmp/nslcd.socket"
-
-/* The location of the pidfile used for checking availability of the nslcd. */
-#define NSLCD_PIDFILE "/tmp/nslcd.pid"
-
/* The current version of the protocol. */
#define NSLCD_VERSION 1