AI_ADDRCONFIG, and AI_NUMERICHOST. This should be a reasonable
test for conformance to certain parts of RFC2553, giving us
reasonable generic sockaddr/hostname processing.
+ (WITH_CC): Don't use -Wtraditional, we're always assuming ANSI
+ mode now.
2000-11-01 Tom Yu <tlyu@mit.edu>
AC_MSG_RESULT($CC)
AC_PROG_CC
# maybe add -Waggregate-return, or can we assume that actually works by now?
-extra_gcc_warn_opts="-Wall -Wmissing-prototypes -Wtraditional -Wcast-qual \
+extra_gcc_warn_opts="-Wall -Wmissing-prototypes -Wcast-qual \
-Wcast-align -Wconversion -Wshadow -pedantic"
if test "$GCC" = yes ; then
AC_MSG_RESULT(adding extra warning flags for gcc)