diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-11-06 21:46:57 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-11-06 21:46:57 +0000 |
commit | 784b8773a452f36a68b71a42104e241074d208ee (patch) | |
tree | 1c053cff4f2a80094bfc92c7a6162bd704891720 /strlcpy-internal.h | |
parent | 4d48cf61a2734aa37a7a5904f5c1454a62aa943a (diff) | |
download | libevent-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-internal.h')
-rw-r--r-- | strlcpy-internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/strlcpy-internal.h b/strlcpy-internal.h index 12f09a38..358daae7 100644 --- a/strlcpy-internal.h +++ b/strlcpy-internal.h @@ -5,9 +5,7 @@ extern "C" { #endif -#ifdef HAVE_CONFIG_H #include "event-config.h" -#endif /* HAVE_CONFIG_H */ #ifndef _EVENT_HAVE_STRLCPY #include <string.h> |