]> granicus.if.org Git - strace/commit
Consistenly use #ifdef to check for AC_DEFINE'd macros
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 17 Jun 2015 20:09:13 +0000 (20:09 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 17 Jun 2015 20:09:13 +0000 (20:09 +0000)
commitd93c4e80b3cf1e04cef218aef32a77be8b7bcd2f
treedb4efeb1c3f480ae05cc30c252a5b757e610f2c5
parent0c5619538f719d398d04e5a54fe1c099dea56572
Consistenly use #ifdef to check for AC_DEFINE'd macros

* aio.c (print_common_flags): Use #ifdef in the check for
HAVE_STRUCT_IOCB_U_C_FLAGS.
* defs.h: Use #ifdef in the check for HAVE_LITTLE_ENDIAN_LONG_LONG.
* net.c: Use #ifdef in the check for HAVE_SENDMSG.
* syscall.c (dumpio): Likewise.
* printstat.h (DO_PRINTSTAT): Use #ifdef in checks for
HAVE_STRUCT_STAT_ST_* macros.
* util.c: Use #ifdef in checks for HAVE_SYS_XATTR_H.
aio.c
defs.h
net.c
printstat.h
syscall.c
util.c