X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2Finspect_fs_windows.c;h=60d9c0fdf91864f28e42460a7615a19bcd574e6c;hp=da7540f23dd0828f2b8b9e75500fd6eff853fe32;hb=41cd0e302d6554facd6b9f7daaa78304361efaef;hpb=5f26270c343bf543a7bf20cf3e6f182f6282f8ea diff --git a/src/inspect_fs_windows.c b/src/inspect_fs_windows.c index da7540f..60d9c0f 100644 --- a/src/inspect_fs_windows.c +++ b/src/inspect_fs_windows.c @@ -29,9 +29,7 @@ #include #include -#ifdef HAVE_PCRE #include -#endif #ifdef HAVE_HIVEX #include @@ -46,7 +44,7 @@ #include "guestfs-internal-actions.h" #include "guestfs_protocol.h" -#if defined(HAVE_PCRE) && defined(HAVE_HIVEX) +#if defined(HAVE_HIVEX) /* Compile all the regular expressions once when the shared library is * loaded. PCRE is thread safe so we're supposedly OK here if @@ -529,4 +527,4 @@ guestfs___case_sensitive_path_silently (guestfs_h *g, const char *path) return ret; } -#endif /* defined(HAVE_PCRE) && defined(HAVE_HIVEX) */ +#endif /* defined(HAVE_HIVEX) */