mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-01 08:03:31 +01:00
Add guard macro for eventdns_tor.h
This commit is contained in:
parent
8586611718
commit
0d9c336a87
@ -1,6 +1,9 @@
|
|||||||
/* Copyright (c) 2007-2012, The Tor Project, Inc. */
|
/* Copyright (c) 2007-2012, The Tor Project, Inc. */
|
||||||
/* See LICENSE for licensing information */
|
/* See LICENSE for licensing information */
|
||||||
|
|
||||||
|
#ifndef TOR_EVENTDNS_TOR_H
|
||||||
|
#define TOR_EVENTDNS_TOR_H
|
||||||
|
|
||||||
#include "orconfig.h"
|
#include "orconfig.h"
|
||||||
#define DNS_USE_OPENSSL_FOR_ID
|
#define DNS_USE_OPENSSL_FOR_ID
|
||||||
#ifndef HAVE_UINT
|
#ifndef HAVE_UINT
|
||||||
@ -18,3 +21,4 @@ typedef unsigned char u_char;
|
|||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include "compat.h"
|
#include "compat.h"
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user