X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2Fdbdump.c;h=caf63768aca8b51419515f71b02d5be16fd85a56;hp=f9d06aa860fed843e5abf8bf5c13b6a9cf2d847b;hb=41cd0e302d6554facd6b9f7daaa78304361efaef;hpb=a986e8dadb0c70634f6d1d89dd3e7bb5d9af3078 diff --git a/src/dbdump.c b/src/dbdump.c index f9d06aa..caf6376 100644 --- a/src/dbdump.c +++ b/src/dbdump.c @@ -29,9 +29,7 @@ #include #include -#ifdef HAVE_PCRE #include -#endif #ifdef HAVE_HIVEX #include @@ -43,7 +41,7 @@ #include "guestfs.h" #include "guestfs-internal.h" -#if defined(HAVE_PCRE) && defined(HAVE_HIVEX) && defined(DB_DUMP) +#if defined(HAVE_HIVEX) && defined(DB_DUMP) static unsigned char *convert_hex_to_binary (guestfs_h *g, const char *hex, size_t hexlen, size_t *binlen_rtn); @@ -217,4 +215,4 @@ convert_hex_to_binary (guestfs_h *g, const char *hex, size_t hexlen, return bin; } -#endif /* defined(HAVE_PCRE) && defined(HAVE_HIVEX) && defined(DB_DUMP) */ +#endif /* defined(HAVE_HIVEX) && defined(DB_DUMP) */