aboutsummaryrefslogtreecommitdiff
path: root/src/common/address.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/address.c')
-rw-r--r--src/common/address.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/address.c b/src/common/address.c
index 978d11e914..3c6eb6f5ac 100644
--- a/src/common/address.c
+++ b/src/common/address.c
@@ -11,11 +11,6 @@ const char address_c_id[] =
* \brief Functions to use and manipulate the tor_addr_t structure.
**/
-/* This is required on rh7 to make strptime not complain.
- * We also need it to make memmem get defined (where available)
- */
-#define _GNU_SOURCE
-
#include "orconfig.h"
#include "compat.h"
#include "util.h"