mirror of https://github.com/getdnsapi/getdns.git
netinet/in.h and openssl/ssl.h from config.h
This commit is contained in:
parent
0ba6af3523
commit
2a6fc74314
|
@ -741,6 +741,10 @@ unsigned char *SHA512(void* data, unsigned int data_len, unsigned char *digest);
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_OPENSSL_SSL_H
|
||||||
|
#include <openssl/ssl.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_ATTR_FORMAT
|
#ifdef HAVE_ATTR_FORMAT
|
||||||
# define ATTR_FORMAT(archetype, string_index, first_to_check) \
|
# define ATTR_FORMAT(archetype, string_index, first_to_check) \
|
||||||
__attribute__ ((format (archetype, string_index, first_to_check)))
|
__attribute__ ((format (archetype, string_index, first_to_check)))
|
||||||
|
|
|
@ -323,6 +323,10 @@ unsigned char *SHA512(void* data, unsigned int data_len, unsigned char *digest);
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_OPENSSL_SSL_H
|
||||||
|
#include <openssl/ssl.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_ATTR_FORMAT
|
#ifdef HAVE_ATTR_FORMAT
|
||||||
# define ATTR_FORMAT(archetype, string_index, first_to_check) \
|
# define ATTR_FORMAT(archetype, string_index, first_to_check) \
|
||||||
__attribute__ ((format (archetype, string_index, first_to_check)))
|
__attribute__ ((format (archetype, string_index, first_to_check)))
|
||||||
|
|
|
@ -36,8 +36,6 @@
|
||||||
#ifndef TYPES_INTERNAL_H_
|
#ifndef TYPES_INTERNAL_H_
|
||||||
#define TYPES_INTERNAL_H_
|
#define TYPES_INTERNAL_H_
|
||||||
|
|
||||||
#include <netinet/in.h>
|
|
||||||
#include <openssl/ssl.h>
|
|
||||||
#include "getdns/getdns.h"
|
#include "getdns/getdns.h"
|
||||||
#include "getdns/getdns_extra.h"
|
#include "getdns/getdns_extra.h"
|
||||||
#include "util/rbtree.h"
|
#include "util/rbtree.h"
|
||||||
|
|
Loading…
Reference in New Issue