diff options
Diffstat (limited to 'libarchive/archive_pathmatch.h')
| -rw-r--r-- | libarchive/archive_pathmatch.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/libarchive/archive_pathmatch.h b/libarchive/archive_pathmatch.h index e6901774dddb..9995142921e5 100644 --- a/libarchive/archive_pathmatch.h +++ b/libarchive/archive_pathmatch.h @@ -26,15 +26,15 @@   * $FreeBSD$   */ +#ifndef ARCHIVE_PATHMATCH_H +#define ARCHIVE_PATHMATCH_H +  #ifndef __LIBARCHIVE_BUILD  #ifndef __LIBARCHIVE_TEST  #error This header is only to be used internally to libarchive.  #endif  #endif -#ifndef ARCHIVE_PATHMATCH_H -#define ARCHIVE_PATHMATCH_H -  /* Don't anchor at beginning unless the pattern starts with "^" */  #define PATHMATCH_NO_ANCHOR_START	1  /* Don't anchor at end unless the pattern ends with "$" */ | 
