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
openldap
OpenLDAP
Commits
7f24a010
Commit
7f24a010
authored
Jun 26, 2000
by
Kurt Zeilenga
Browse files
Set TMPDIR
parent
51bacc2c
Changes
1
Show whitespace changes
Inline
Side-by-side
include/ldap_config.h.in
View file @
7f24a010
...
...
@@ -28,9 +28,13 @@
/* directory for temporary files */
#if defined( _P_tmpdir )
#define LDAP_TMPDIR _P_tmpdir
# define LDAP_TMPDIR _P_tmpdir
#elif defined( P_tmpdir )
# define LDAP_TMPDIR P_tmpdir
#elif defined( _PATH_TMPDIR )
# define LDAP_TMPDIR _PATH_TMPDIR
#else
#define LDAP_TMPDIR LDAP_DIRSEP "tmp"
#
define LDAP_TMPDIR LDAP_DIRSEP "tmp"
#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