avoid redefinitions
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34295 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -108,10 +108,10 @@
|
|||||||
/* #undef _SUN */
|
/* #undef _SUN */
|
||||||
|
|
||||||
/* Workaround for missing 64-bit formats */
|
/* Workaround for missing 64-bit formats */
|
||||||
#define PRId64 "lld"
|
/* #undef PRId64 */
|
||||||
#define PRIo64 "llo"
|
/* #undef PRIo64 */
|
||||||
#define PRIx64 "llx"
|
/* #undef PRIx64 */
|
||||||
#define PRIu64 "llu"
|
/* #undef PRIu64 */
|
||||||
|
|
||||||
/* Whether or not to include the possibly-buggy SMB printer */
|
/* Whether or not to include the possibly-buggy SMB printer */
|
||||||
#define TCPDUMP_DO_SMB 1
|
#define TCPDUMP_DO_SMB 1
|
||||||
|
|||||||
Reference in New Issue
Block a user