|
|
| version 1.2, 2003/06/17 04:25:49 | version 1.3, 2003/11/09 02:34:01 |
|---|---|
| Line 1 | Line 1 |
| /* $FreeBSD: src/gnu/usr.bin/tar/config.h,v 1.1.2.1 2002/07/14 13:19:46 sobomax Exp $ */ | /* $FreeBSD: src/gnu/usr.bin/tar/config.h,v 1.1.2.1 2002/07/14 13:19:46 sobomax Exp $ */ |
| /* $DragonFly: src/gnu/usr.bin/tar/config.h,v 1.1 2003/06/16 04:13:57 dillon Exp $ */ | /* $DragonFly$ */ |
| #include <paths.h> | #include <paths.h> |
| Line 540 | Line 540 |
| if it is not supported. */ | if it is not supported. */ |
| /* #undef inline */ | /* #undef inline */ |
| /* Define to widest signed type if <inttypes.h> doesn't define. */ | |
| #define intmax_t long long | |
| /* Type of major device numbers. */ | /* Type of major device numbers. */ |
| #define major_t int | #define major_t int |
| Line 578 | Line 575 |
| /* Define to `int' if <sys/types.h> doesn't define. */ | /* Define to `int' if <sys/types.h> doesn't define. */ |
| /* #undef uid_t */ | /* #undef uid_t */ |
| /* Define to widest unsigned type if <inttypes.h> doesn't define. */ | |
| #define uintmax_t unsigned long long |