Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
c1b8c1b8
Commit
c1b8c1b8
authored
Oct 28, 1999
by
Howard Chu
Browse files
Added LDAP_DIRSEP macro for NT
parent
a01f3099
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/ldap_config.h.in
View file @
c1b8c1b8
...
...
@@ -19,7 +19,11 @@
/* directory separator */
#ifndef LDAP_DIRSEP
#ifndef _WIN32
#define LDAP_DIRSEP "/"
#else
#define LDAP_DIRSEP "\\"
#endif
#endif
/* directories */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment