summaryrefslogtreecommitdiffstats
path: root/ldap/synctools/passwordsync/passsync/dssynch.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldap/synctools/passwordsync/passsync/dssynch.h')
-rw-r--r--ldap/synctools/passwordsync/passsync/dssynch.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/ldap/synctools/passwordsync/passsync/dssynch.h b/ldap/synctools/passwordsync/passsync/dssynch.h
new file mode 100644
index 00000000..f594cccd
--- /dev/null
+++ b/ldap/synctools/passwordsync/passsync/dssynch.h
@@ -0,0 +1,39 @@
+/**
+ * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
+ * license terms. Copyright © 2001 Sun Microsystems, Inc.
+ * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+ * All rights reserved.
+ */
+/***********************************************************************
+**
+** Copyright 1996 - Netscape Communications Corporation
+**
+** NAME
+** DSSynch.h
+**
+** DESCRIPTION
+** Exported name of Directory Synchronization Service
+**
+** AUTHOR
+** Rob Weltman <rweltman@netscape.com>
+**
+***********************************************************************/
+
+#ifndef _DSSYNCH_H_
+#define _DSSYNCH_H_
+
+#define PLUGIN_STATE_UNKNOWN 0
+#define PLUGIN_STATE_DISABLED 1
+#define PLUGIN_STATE_ENABLED 2
+
+#if defined(_UNICODE)
+#define DS_SERVICE_NAME _T("Netscape Directory Synchronization Service")
+#else
+#define DS_SERVICE_NAME "Netscape Directory Synchronization Service"
+#endif
+#define DS_SERVICE_NAME_UNI L"Netscape Directory Synchronization Service"
+#define DS_EVENT_NAME TEXT("Netscape DirSynch")
+#define DSS_TERM_EVENT TEXT("NS_DSSYNCH")
+#define SYNCH_VERSION "5.0"
+
+#endif // _DSSYNCH_H_