diff options
Diffstat (limited to 'Utilities/cmlibarchive/build')
-rw-r--r-- | Utilities/cmlibarchive/build/cmake/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Utilities/cmlibarchive/build/cmake/config.h.in b/Utilities/cmlibarchive/build/cmake/config.h.in index b72c49f..2e3cc6c 100644 --- a/Utilities/cmlibarchive/build/cmake/config.h.in +++ b/Utilities/cmlibarchive/build/cmake/config.h.in @@ -666,6 +666,9 @@ /* Define to `int' if <sys/types.h> does not define. */ #cmakedefine mode_t ${mode_t} +/* Define to `unsigned int' if <sys/types.h> does not define. */ +#cmakedefine dev_t ${dev_t} + /* Define to `long long' if <sys/types.h> does not define. */ #cmakedefine off_t ${off_t} |