Skip to content
Snippets Groups Projects
Commit 629761f3 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Under delete.

parent 3efd6599
No related branches found
No related tags found
No related merge requests found
......@@ -23,13 +23,20 @@
*/
/*
* SHARED DEFINITIONS - things you should change
* SHARED DEFINITIONS
*/
#define DEFAULT_BINDIR "@BINDIR@"
#define DEFAULT_ETCDIR "@ETCDIR@"
#define DEFAULT_LIBEXECDIR "@LIBEXECDIR@"
#define DEFAULT_SBINDIR "@SBINDIR@"
#define DEFAULT_SYSCONFDIR "@SYSCONFDIR@"
#define DEFAULT_BINDIR "@BINDIR@"
#define DEFAULT_SBINDIR "@SBINDIR@"
#define DEFAULT_LIBEXECDIR "@LIBEXECDIR@"
#define DEFAULT_DATADIR "@DATADIR@"
#define DEFAULT_SYSCONFDIR "@SYSCONFDIR@"
#define DEFAULT_SHAREDSTATEDIR "@SHAREDSTATEDIR@"
#define DEFAULT_LOCALSTATEDIR "@LOCALSTATEDIR@"
#define DEFAULT_LIBDIR "@LIBDIR@"
#define DEFAULT_INCLUDEDIR "@INCLUDEDIR@"
#define DEFAULT_OLDINCLUDEDIR "@OLDINCLUDEDIR@"
#define DEFAULT_INFODIR "@INFODIR@"
#define DEFAULT_MANDIR "@MANDIR@"
/* default ldap host */
#define LDAPHOST "localhost"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment