mirror of
https://github.com/curl/curl.git
synced 2026-06-03 09:14:15 +03:00
Make ldap.h, gssapi.h and qsossl.h inclusions conditional.
This commit is contained in:
parent
7ffae92daf
commit
bc0adcef1f
1 changed files with 11 additions and 1 deletions
|
|
@ -24,6 +24,8 @@
|
|||
|
||||
/* OS/400 additional support. */
|
||||
|
||||
#include "config-os400.h" /* Not setup.h: we only need some defines. */
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
|
|
@ -33,14 +35,22 @@
|
|||
#include <netdb.h>
|
||||
#include <qadrt.h>
|
||||
#include <errno.h>
|
||||
|
||||
#ifdef USE_QSOSSL
|
||||
#include <qsossl.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_GSSAPI
|
||||
#include <gssapi.h>
|
||||
#endif
|
||||
|
||||
#ifndef CURL_DISABLE_LDAP
|
||||
#include <ldap.h>
|
||||
#endif
|
||||
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#include "config-os400.h" /* Not config.h: need only some defines. */
|
||||
#include "os400sys.h"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue