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
8da24171
Commit
8da24171
authored
Oct 28, 1999
by
Howard Chu
Browse files
Added NT-specific definitions to acconfig.h preamble
parent
1a1248ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
acconfig.h
View file @
8da24171
...
...
@@ -11,6 +11,34 @@
#ifndef _LDAP_PORTABLE_H
#define _LDAP_PORTABLE_H
/* --------------------------------------------------- */
/* begin of WINNT specific entries */
#ifdef WINNT
/* don't suck in all of the win32 api */
#define WIN32_LEAN_AND_MEAN
/* WindowsNT specific features */
#define HAVE_NT_SERVICE_MANAGER 1
#define HAVE_NT_EVENT_LOG 1
#define MAXPATHLEN _MAX_PATH
/* preprocess out undefined functions */
#define LOG_DEBUG 0
#define openlog(a, b)
#define closelog()
/* define undefined types */
#define ssize_t signed int
typedef
char
*
caddr_t
;
#endif
/* end of WINNT specific entries */
/* --------------------------------------------------- */
/* end of preamble */
@
TOP
@
...
...
include/portable.h.in
View file @
8da24171
...
...
@@ -12,6 +12,34 @@
#ifndef _LDAP_PORTABLE_H
#define _LDAP_PORTABLE_H
/* --------------------------------------------------- */
/* begin of WINNT specific entries */
#ifdef WINNT
/* don't suck in all of the win32 api */
#define WIN32_LEAN_AND_MEAN
/* WindowsNT specific features */
#define HAVE_NT_SERVICE_MANAGER 1
#define HAVE_NT_EVENT_LOG 1
#define MAXPATHLEN _MAX_PATH
/* preprocess out undefined functions */
#define LOG_DEBUG 0
#define openlog(a, b)
#define closelog()
/* define undefined types */
#define ssize_t signed int
typedef char * caddr_t;
#endif
/* end of WINNT specific entries */
/* --------------------------------------------------- */
/* end of preamble */
/* Define if on AIX 3.
...
...
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