X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/c0f84b88cab9518d29900e02a9fb67776820e902..c7e016d34b8f0429c0cd9e5366625fdf83776297:/clients/disorder.c?ds=sidebyside diff --git a/clients/disorder.c b/clients/disorder.c index 7bc2f27..a96a059 100644 --- a/clients/disorder.c +++ b/clients/disorder.c @@ -36,9 +36,7 @@ #if HAVE_UNISTD_H # include #endif -#if HAVE_PCRE_H -# include -#endif +#include #include #if HAVE_GCRYPT_H # include @@ -881,11 +879,9 @@ int main(int argc, char **argv) { mem_init(); network_init(); -#if HAVE_PCRE_H /* garbage-collect PCRE's memory */ pcre_malloc = xmalloc; pcre_free = xfree; -#endif if(!setlocale(LC_CTYPE, "")) disorder_fatal(errno, "error calling setlocale"); if(!setlocale(LC_TIME, "")) disorder_fatal(errno, "error calling setlocale"); while((n = getopt_long(argc, argv, "+hVc:dHlNu:p:", options, 0)) >= 0) {