summaryrefslogtreecommitdiff
path: root/strlcpy.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-11-06 21:46:57 +0000
committerNick Mathewson <nickm@torproject.org>2009-11-06 21:46:57 +0000
commit784b8773a452f36a68b71a42104e241074d208ee (patch)
tree1c053cff4f2a80094bfc92c7a6162bd704891720 /strlcpy.c
parent4d48cf61a2734aa37a7a5904f5c1454a62aa943a (diff)
downloadlibevent-784b8773a452f36a68b71a42104e241074d208ee.tar.gz
We do not work any more without an event-config.h; stop pretending that it is meaningful to check for HAVE_CONFIG_H
svn:r1516
Diffstat (limited to 'strlcpy.c')
-rw-r--r--strlcpy.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/strlcpy.c b/strlcpy.c
index 7fd0884a..51c37dd1 100644
--- a/strlcpy.c
+++ b/strlcpy.c
@@ -33,9 +33,7 @@ static char *rcsid = "$OpenBSD: strlcpy.c,v 1.5 2001/05/13 15:40:16 deraadt Exp
#include <sys/types.h>
-#ifdef HAVE_CONFIG_H
#include "event-config.h"
-#endif /* HAVE_CONFIG_H */
#ifndef _EVENT_HAVE_STRLCPY
#include "strlcpy-internal.h"