Making all in lib rm -f c++defs.h-t c++defs.h && \ sed -n -e '/_GL_CXXDEFS/,$p' \ < ../build-aux/snippet/c++defs.h \ > c++defs.h-t && \ mv c++defs.h-t c++defs.h rm -f arg-nonnull.h-t arg-nonnull.h && \ sed -n -e '/GL_ARG_NONNULL/,$p' \ < ../build-aux/snippet/arg-nonnull.h \ > arg-nonnull.h-t && \ mv arg-nonnull.h-t arg-nonnull.h rm -f warn-on-use.h-t warn-on-use.h && \ sed -n -e '/^.ifndef/,$p' \ < ../build-aux/snippet/warn-on-use.h \ > warn-on-use.h-t && \ mv warn-on-use.h-t warn-on-use.h rm -f dirent.h-t dirent.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_DIRENT_H''@|1|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@||g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_DIRENT_H''@||g' \ -e 's/@''GNULIB_OPENDIR''@/1/g' \ -e 's/@''GNULIB_READDIR''@/1/g' \ -e 's/@''GNULIB_REWINDDIR''@/1/g' \ -e 's/@''GNULIB_CLOSEDIR''@/1/g' \ -e 's/@''GNULIB_DIRFD''@/0/g' \ -e 's/@''GNULIB_FDOPENDIR''@/1/g' \ -e 's/@''GNULIB_SCANDIR''@/0/g' \ -e 's/@''GNULIB_ALPHASORT''@/0/g' \ -e 's/@''HAVE_OPENDIR''@/1/g' \ -e 's/@''HAVE_READDIR''@/1/g' \ -e 's/@''HAVE_REWINDDIR''@/1/g' \ -e 's/@''HAVE_CLOSEDIR''@/1/g' \ -e 's|@''HAVE_DECL_DIRFD''@|1|g' \ -e 's|@''HAVE_DECL_FDOPENDIR''@|0|g' \ -e 's|@''HAVE_FDOPENDIR''@|0|g' \ -e 's|@''HAVE_SCANDIR''@|1|g' \ -e 's|@''HAVE_ALPHASORT''@|1|g' \ -e 's|@''REPLACE_OPENDIR''@|0|g' \ -e 's|@''REPLACE_CLOSEDIR''@|0|g' \ -e 's|@''REPLACE_DIRFD''@|0|g' \ -e 's|@''REPLACE_FDOPENDIR''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./dirent.in.h; \ } > dirent.h-t && \ mv dirent.h-t dirent.h rm -f fcntl.h-t fcntl.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@||g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_FCNTL_H''@||g' \ -e 's/@''GNULIB_FCNTL''@/1/g' \ -e 's/@''GNULIB_NONBLOCKING''@/0/g' \ -e 's/@''GNULIB_OPEN''@/1/g' \ -e 's/@''GNULIB_OPENAT''@/1/g' \ -e 's|@''HAVE_FCNTL''@|1|g' \ -e 's|@''HAVE_OPENAT''@|0|g' \ -e 's|@''REPLACE_FCNTL''@|1|g' \ -e 's|@''REPLACE_OPEN''@|1|g' \ -e 's|@''REPLACE_OPENAT''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./fcntl.in.h; \ } > fcntl.h-t && \ mv fcntl.h-t fcntl.h rm -f getopt.h-t getopt.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_GETOPT_H''@|0|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@||g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_GETOPT_H''@||g' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ < ./getopt.in.h; \ } > getopt.h-t && \ mv -f getopt.h-t getopt.h rm -f math.h-t math.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@||g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@||g' \ -e 's/@''GNULIB_ACOSF''@/0/g' \ -e 's/@''GNULIB_ACOSL''@/0/g' \ -e 's/@''GNULIB_ASINF''@/0/g' \ -e 's/@''GNULIB_ASINL''@/0/g' \ -e 's/@''GNULIB_ATANF''@/0/g' \ -e 's/@''GNULIB_ATANL''@/0/g' \ -e 's/@''GNULIB_ATAN2F''@/0/g' \ -e 's/@''GNULIB_CBRT''@/0/g' \ -e 's/@''GNULIB_CBRTF''@/0/g' \ -e 's/@''GNULIB_CBRTL''@/0/g' \ -e 's/@''GNULIB_CEIL''@/0/g' \ -e 's/@''GNULIB_CEILF''@/0/g' \ -e 's/@''GNULIB_CEILL''@/0/g' \ -e 's/@''GNULIB_COPYSIGN''@/0/g' \ -e 's/@''GNULIB_COPYSIGNF''@/0/g' \ -e 's/@''GNULIB_COPYSIGNL''@/0/g' \ -e 's/@''GNULIB_COSF''@/0/g' \ -e 's/@''GNULIB_COSL''@/0/g' \ -e 's/@''GNULIB_COSHF''@/0/g' \ -e 's/@''GNULIB_EXPF''@/0/g' \ -e 's/@''GNULIB_EXPL''@/0/g' \ -e 's/@''GNULIB_EXP2''@/0/g' \ -e 's/@''GNULIB_EXP2F''@/0/g' \ -e 's/@''GNULIB_EXP2L''@/0/g' \ -e 's/@''GNULIB_EXPM1''@/0/g' \ -e 's/@''GNULIB_EXPM1F''@/0/g' \ -e 's/@''GNULIB_EXPM1L''@/0/g' \ -e 's/@''GNULIB_FABSF''@/0/g' \ -e 's/@''GNULIB_FABSL''@/0/g' \ -e 's/@''GNULIB_FLOOR''@/0/g' \ -e 's/@''GNULIB_FLOORF''@/0/g' \ -e 's/@''GNULIB_FLOORL''@/0/g' \ -e 's/@''GNULIB_FMA''@/0/g' \ -e 's/@''GNULIB_FMAF''@/0/g' \ -e 's/@''GNULIB_FMAL''@/0/g' \ -e 's/@''GNULIB_FMOD''@/0/g' \ -e 's/@''GNULIB_FMODF''@/0/g' \ -e 's/@''GNULIB_FMODL''@/0/g' \ -e 's/@''GNULIB_FREXPF''@/0/g' \ -e 's/@''GNULIB_FREXP''@/1/g' \ -e 's/@''GNULIB_FREXPL''@/1/g' \ -e 's/@''GNULIB_HYPOT''@/0/g' \ -e 's/@''GNULIB_HYPOTF''@/0/g' \ -e 's/@''GNULIB_HYPOTL''@/0/g' \ < ./math.in.h | \ sed -e 's/@''GNULIB_ILOGB''@/0/g' \ -e 's/@''GNULIB_ILOGBF''@/0/g' \ -e 's/@''GNULIB_ILOGBL''@/0/g' \ -e 's/@''GNULIB_ISFINITE''@/0/g' \ -e 's/@''GNULIB_ISINF''@/0/g' \ -e 's/@''GNULIB_ISNAN''@/0/g' \ -e 's/@''GNULIB_ISNANF''@/0/g' \ -e 's/@''GNULIB_ISNAND''@/0/g' \ -e 's/@''GNULIB_ISNANL''@/0/g' \ -e 's/@''GNULIB_LDEXPF''@/0/g' \ -e 's/@''GNULIB_LDEXPL''@/0/g' \ -e 's/@''GNULIB_LOG''@/0/g' \ -e 's/@''GNULIB_LOGF''@/0/g' \ -e 's/@''GNULIB_LOGL''@/0/g' \ -e 's/@''GNULIB_LOG10''@/0/g' \ -e 's/@''GNULIB_LOG10F''@/0/g' \ -e 's/@''GNULIB_LOG10L''@/0/g' \ -e 's/@''GNULIB_LOG1P''@/0/g' \ -e 's/@''GNULIB_LOG1PF''@/0/g' \ -e 's/@''GNULIB_LOG1PL''@/0/g' \ -e 's/@''GNULIB_LOG2''@/0/g' \ -e 's/@''GNULIB_LOG2F''@/0/g' \ -e 's/@''GNULIB_LOG2L''@/0/g' \ -e 's/@''GNULIB_LOGB''@/0/g' \ -e 's/@''GNULIB_LOGBF''@/0/g' \ -e 's/@''GNULIB_LOGBL''@/0/g' \ -e 's/@''GNULIB_MODF''@/0/g' \ -e 's/@''GNULIB_MODFF''@/0/g' \ -e 's/@''GNULIB_MODFL''@/0/g' \ -e 's/@''GNULIB_POWF''@/0/g' \ -e 's/@''GNULIB_REMAINDER''@/0/g' \ -e 's/@''GNULIB_REMAINDERF''@/0/g' \ -e 's/@''GNULIB_REMAINDERL''@/0/g' \ -e 's/@''GNULIB_RINT''@/0/g' \ -e 's/@''GNULIB_RINTF''@/0/g' \ -e 's/@''GNULIB_RINTL''@/0/g' \ -e 's/@''GNULIB_ROUND''@/0/g' \ -e 's/@''GNULIB_ROUNDF''@/0/g' \ -e 's/@''GNULIB_ROUNDL''@/0/g' \ -e 's/@''GNULIB_SIGNBIT''@/1/g' \ -e 's/@''GNULIB_SINF''@/0/g' \ -e 's/@''GNULIB_SINL''@/0/g' \ -e 's/@''GNULIB_SINHF''@/0/g' \ -e 's/@''GNULIB_SQRTF''@/0/g' \ -e 's/@''GNULIB_SQRTL''@/0/g' \ -e 's/@''GNULIB_TANF''@/0/g' \ -e 's/@''GNULIB_TANL''@/0/g' \ -e 's/@''GNULIB_TANHF''@/0/g' \ -e 's/@''GNULIB_TRUNC''@/0/g' \ -e 's/@''GNULIB_TRUNCF''@/0/g' \ -e 's/@''GNULIB_TRUNCL''@/0/g' \ | \ sed -e 's|@''HAVE_ACOSF''@|1|g' \ -e 's|@''HAVE_ACOSL''@|1|g' \ -e 's|@''HAVE_ASINF''@|1|g' \ -e 's|@''HAVE_ASINL''@|1|g' \ -e 's|@''HAVE_ATANF''@|1|g' \ -e 's|@''HAVE_ATANL''@|1|g' \ -e 's|@''HAVE_ATAN2F''@|1|g' \ -e 's|@''HAVE_CBRT''@|1|g' \ -e 's|@''HAVE_CBRTF''@|1|g' \ -e 's|@''HAVE_CBRTL''@|1|g' \ -e 's|@''HAVE_COPYSIGN''@|1|g' \ -e 's|@''HAVE_COPYSIGNL''@|1|g' \ -e 's|@''HAVE_COSF''@|1|g' \ -e 's|@''HAVE_COSL''@|1|g' \ -e 's|@''HAVE_COSHF''@|1|g' \ -e 's|@''HAVE_EXPF''@|1|g' \ -e 's|@''HAVE_EXPL''@|1|g' \ -e 's|@''HAVE_EXPM1''@|1|g' \ -e 's|@''HAVE_EXPM1F''@|1|g' \ -e 's|@''HAVE_FABSF''@|1|g' \ -e 's|@''HAVE_FABSL''@|1|g' \ -e 's|@''HAVE_FMA''@|1|g' \ -e 's|@''HAVE_FMAF''@|1|g' \ -e 's|@''HAVE_FMAL''@|1|g' \ -e 's|@''HAVE_FMODF''@|1|g' \ -e 's|@''HAVE_FMODL''@|1|g' \ -e 's|@''HAVE_FREXPF''@|1|g' \ -e 's|@''HAVE_HYPOTF''@|1|g' \ -e 's|@''HAVE_HYPOTL''@|1|g' \ -e 's|@''HAVE_ILOGB''@|1|g' \ -e 's|@''HAVE_ILOGBF''@|1|g' \ -e 's|@''HAVE_ILOGBL''@|1|g' \ -e 's|@''HAVE_ISNANF''@|1|g' \ -e 's|@''HAVE_ISNAND''@|1|g' \ -e 's|@''HAVE_ISNANL''@|1|g' \ -e 's|@''HAVE_LDEXPF''@|1|g' \ -e 's|@''HAVE_LOGF''@|1|g' \ -e 's|@''HAVE_LOGL''@|1|g' \ -e 's|@''HAVE_LOG10F''@|1|g' \ -e 's|@''HAVE_LOG10L''@|1|g' \ -e 's|@''HAVE_LOG1P''@|1|g' \ -e 's|@''HAVE_LOG1PF''@|1|g' \ -e 's|@''HAVE_LOG1PL''@|1|g' \ -e 's|@''HAVE_LOGBF''@|1|g' \ -e 's|@''HAVE_LOGBL''@|1|g' \ -e 's|@''HAVE_MODFF''@|1|g' \ -e 's|@''HAVE_MODFL''@|1|g' \ -e 's|@''HAVE_POWF''@|1|g' \ -e 's|@''HAVE_REMAINDER''@|1|g' \ -e 's|@''HAVE_REMAINDERF''@|1|g' \ -e 's|@''HAVE_RINT''@|1|g' \ -e 's|@''HAVE_RINTL''@|1|g' \ -e 's|@''HAVE_SINF''@|1|g' \ -e 's|@''HAVE_SINL''@|1|g' \ -e 's|@''HAVE_SINHF''@|1|g' \ -e 's|@''HAVE_SQRTF''@|1|g' \ -e 's|@''HAVE_SQRTL''@|1|g' \ -e 's|@''HAVE_TANF''@|1|g' \ -e 's|@''HAVE_TANL''@|1|g' \ -e 's|@''HAVE_TANHF''@|1|g' \ -e 's|@''HAVE_DECL_ACOSL''@|1|g' \ -e 's|@''HAVE_DECL_ASINL''@|1|g' \ -e 's|@''HAVE_DECL_ATANL''@|1|g' \ -e 's|@''HAVE_DECL_CBRTF''@|1|g' \ -e 's|@''HAVE_DECL_CBRTL''@|1|g' \ -e 's|@''HAVE_DECL_CEILF''@|1|g' \ -e 's|@''HAVE_DECL_CEILL''@|1|g' \ -e 's|@''HAVE_DECL_COPYSIGNF''@|1|g' \ -e 's|@''HAVE_DECL_COSL''@|1|g' \ -e 's|@''HAVE_DECL_EXPL''@|1|g' \ -e 's|@''HAVE_DECL_EXP2''@|1|g' \ -e 's|@''HAVE_DECL_EXP2F''@|1|g' \ -e 's|@''HAVE_DECL_EXP2L''@|1|g' \ -e 's|@''HAVE_DECL_EXPM1L''@|1|g' \ -e 's|@''HAVE_DECL_FLOORF''@|1|g' \ -e 's|@''HAVE_DECL_FLOORL''@|1|g' \ -e 's|@''HAVE_DECL_FREXPL''@|1|g' \ -e 's|@''HAVE_DECL_LDEXPL''@|1|g' \ -e 's|@''HAVE_DECL_LOGL''@|1|g' \ -e 's|@''HAVE_DECL_LOG10L''@|1|g' \ -e 's|@''HAVE_DECL_LOG2''@|1|g' \ -e 's|@''HAVE_DECL_LOG2F''@|1|g' \ -e 's|@''HAVE_DECL_LOG2L''@|1|g' \ -e 's|@''HAVE_DECL_LOGB''@|1|g' \ -e 's|@''HAVE_DECL_REMAINDER''@|1|g' \ -e 's|@''HAVE_DECL_REMAINDERL''@|1|g' \ -e 's|@''HAVE_DECL_RINTF''@|1|g' \ -e 's|@''HAVE_DECL_ROUND''@|1|g' \ -e 's|@''HAVE_DECL_ROUNDF''@|1|g' \ -e 's|@''HAVE_DECL_ROUNDL''@|1|g' \ -e 's|@''HAVE_DECL_SINL''@|1|g' \ -e 's|@''HAVE_DECL_SQRTL''@|1|g' \ -e 's|@''HAVE_DECL_TANL''@|1|g' \ -e 's|@''HAVE_DECL_TRUNC''@|1|g' \ -e 's|@''HAVE_DECL_TRUNCF''@|1|g' \ -e 's|@''HAVE_DECL_TRUNCL''@|1|g' \ | \ sed -e 's|@''REPLACE_CBRTF''@|0|g' \ -e 's|@''REPLACE_CBRTL''@|0|g' \ -e 's|@''REPLACE_CEIL''@|0|g' \ -e 's|@''REPLACE_CEILF''@|0|g' \ -e 's|@''REPLACE_CEILL''@|0|g' \ -e 's|@''REPLACE_EXPM1''@|0|g' \ -e 's|@''REPLACE_EXPM1F''@|0|g' \ -e 's|@''REPLACE_EXP2''@|0|g' \ -e 's|@''REPLACE_EXP2L''@|0|g' \ -e 's|@''REPLACE_FABSL''@|0|g' \ -e 's|@''REPLACE_FLOOR''@|0|g' \ -e 's|@''REPLACE_FLOORF''@|0|g' \ -e 's|@''REPLACE_FLOORL''@|0|g' \ -e 's|@''REPLACE_FMA''@|0|g' \ -e 's|@''REPLACE_FMAF''@|0|g' \ -e 's|@''REPLACE_FMAL''@|0|g' \ -e 's|@''REPLACE_FMOD''@|0|g' \ -e 's|@''REPLACE_FMODF''@|0|g' \ -e 's|@''REPLACE_FMODL''@|0|g' \ -e 's|@''REPLACE_FREXPF''@|0|g' \ -e 's|@''REPLACE_FREXP''@|1|g' \ -e 's|@''REPLACE_FREXPL''@|1|g' \ -e 's|@''REPLACE_HUGE_VAL''@|0|g' \ -e 's|@''REPLACE_HYPOT''@|0|g' \ -e 's|@''REPLACE_HYPOTF''@|0|g' \ -e 's|@''REPLACE_HYPOTL''@|0|g' \ -e 's|@''REPLACE_ILOGB''@|0|g' \ -e 's|@''REPLACE_ILOGBF''@|0|g' \ -e 's|@''REPLACE_ISFINITE''@|0|g' \ -e 's|@''REPLACE_ISINF''@|0|g' \ -e 's|@''REPLACE_ISNAN''@|0|g' \ -e 's|@''REPLACE_ITOLD''@|0|g' \ -e 's|@''REPLACE_LDEXPL''@|0|g' \ -e 's|@''REPLACE_LOG''@|0|g' \ -e 's|@''REPLACE_LOGF''@|0|g' \ -e 's|@''REPLACE_LOGL''@|0|g' \ -e 's|@''REPLACE_LOG10''@|0|g' \ -e 's|@''REPLACE_LOG10F''@|0|g' \ -e 's|@''REPLACE_LOG10L''@|0|g' \ -e 's|@''REPLACE_LOG1P''@|0|g' \ -e 's|@''REPLACE_LOG1PF''@|0|g' \ -e 's|@''REPLACE_LOG1PL''@|0|g' \ -e 's|@''REPLACE_LOG2''@|0|g' \ -e 's|@''REPLACE_LOG2F''@|0|g' \ -e 's|@''REPLACE_LOG2L''@|0|g' \ -e 's|@''REPLACE_LOGB''@|0|g' \ -e 's|@''REPLACE_LOGBF''@|0|g' \ -e 's|@''REPLACE_LOGBL''@|0|g' \ -e 's|@''REPLACE_MODF''@|0|g' \ -e 's|@''REPLACE_MODFF''@|0|g' \ -e 's|@''REPLACE_MODFL''@|0|g' \ -e 's|@''REPLACE_NAN''@|0|g' \ -e 's|@''REPLACE_REMAINDER''@|0|g' \ -e 's|@''REPLACE_REMAINDERF''@|0|g' \ -e 's|@''REPLACE_REMAINDERL''@|0|g' \ -e 's|@''REPLACE_ROUND''@|0|g' \ -e 's|@''REPLACE_ROUNDF''@|0|g' \ -e 's|@''REPLACE_ROUNDL''@|0|g' \ -e 's|@''REPLACE_SIGNBIT''@|1|g' \ -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|0|g' \ -e 's|@''REPLACE_SQRTL''@|0|g' \ -e 's|@''REPLACE_TRUNC''@|0|g' \ -e 's|@''REPLACE_TRUNCF''@|0|g' \ -e 's|@''REPLACE_TRUNCL''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ } > math.h-t && \ mv math.h-t math.h rm -f signal.h-t signal.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@||g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SIGNAL_H''@||g' \ -e 's|@''GNULIB_PTHREAD_SIGMASK''@|0|g' \ -e 's|@''GNULIB_RAISE''@|0|g' \ -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/0/g' \ -e 's/@''GNULIB_SIGPROCMASK''@/0/g' \ -e 's/@''GNULIB_SIGACTION''@/1/g' \ -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \ -e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \ -e 's|@''HAVE_RAISE''@|1|g' \ -e 's|@''HAVE_SIGSET_T''@|1|g' \ -e 's|@''HAVE_SIGINFO_T''@|1|g' \ -e 's|@''HAVE_SIGACTION''@|1|g' \ -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \ -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \ -e 's|@''HAVE_SIGHANDLER_T''@|0|g' \ -e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \ -e 's|@''REPLACE_RAISE''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./signal.in.h; \ } > signal.h-t && \ mv signal.h-t signal.h rm -f unused-parameter.h-t unused-parameter.h && \ sed -n -e '/GL_UNUSED_PARAMETER/,$p' \ < ../build-aux/snippet/unused-parameter.h \ > unused-parameter.h-t && \ mv unused-parameter.h-t unused-parameter.h rm -f stdint.h-t stdint.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's/@''HAVE_STDINT_H''@/1/g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@||g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_STDINT_H''@||g' \ -e 's/@''HAVE_SYS_TYPES_H''@/1/g' \ -e 's/@''HAVE_INTTYPES_H''@/1/g' \ -e 's/@''HAVE_SYS_INTTYPES_H''@/0/g' \ -e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \ -e 's/@''HAVE_WCHAR_H''@/1/g' \ -e 's/@''HAVE_LONG_LONG_INT''@/1/g' \ -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \ -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \ -e 's/@''BITSIZEOF_PTRDIFF_T''@/32/g' \ -e 's/@''PTRDIFF_T_SUFFIX''@/l/g' \ -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/32/g' \ -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/0/g' \ -e 's/@''SIG_ATOMIC_T_SUFFIX''@/u/g' \ -e 's/@''BITSIZEOF_SIZE_T''@/32/g' \ -e 's/@''SIZE_T_SUFFIX''@/ul/g' \ -e 's/@''BITSIZEOF_WCHAR_T''@/32/g' \ -e 's/@''HAVE_SIGNED_WCHAR_T''@/0/g' \ -e 's/@''WCHAR_T_SUFFIX''@/u/g' \ -e 's/@''BITSIZEOF_WINT_T''@/32/g' \ -e 's/@''HAVE_SIGNED_WINT_T''@/0/g' \ -e 's/@''WINT_T_SUFFIX''@/u/g' \ < ./stdint.in.h; \ } > stdint.h-t && \ mv stdint.h-t stdint.h rm -f stdio.h-t stdio.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@||g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_STDIO_H''@||g' \ -e 's/@''GNULIB_DPRINTF''@/0/g' \ -e 's/@''GNULIB_FCLOSE''@/0/g' \ -e 's/@''GNULIB_FDOPEN''@/0/g' \ -e 's/@''GNULIB_FFLUSH''@/0/g' \ -e 's/@''GNULIB_FGETC''@/1/g' \ -e 's/@''GNULIB_FGETS''@/1/g' \ -e 's/@''GNULIB_FOPEN''@/0/g' \ -e 's/@''GNULIB_FPRINTF''@/1/g' \ -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_FPURGE''@/0/g' \ -e 's/@''GNULIB_FPUTC''@/1/g' \ -e 's/@''GNULIB_FPUTS''@/1/g' \ -e 's/@''GNULIB_FREAD''@/1/g' \ -e 's/@''GNULIB_FREOPEN''@/0/g' \ -e 's/@''GNULIB_FSCANF''@/1/g' \ -e 's/@''GNULIB_FSEEK''@/0/g' \ -e 's/@''GNULIB_FSEEKO''@/0/g' \ -e 's/@''GNULIB_FTELL''@/0/g' \ -e 's/@''GNULIB_FTELLO''@/0/g' \ -e 's/@''GNULIB_FWRITE''@/1/g' \ -e 's/@''GNULIB_GETC''@/1/g' \ -e 's/@''GNULIB_GETCHAR''@/1/g' \ -e 's/@''GNULIB_GETDELIM''@/0/g' \ -e 's/@''GNULIB_GETLINE''@/0/g' \ -e 's/@''GNULIB_OBSTACK_PRINTF''@/1/g' \ -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_PCLOSE''@/0/g' \ -e 's/@''GNULIB_PERROR''@/0/g' \ -e 's/@''GNULIB_POPEN''@/0/g' \ -e 's/@''GNULIB_PRINTF''@/1/g' \ -e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_PUTC''@/1/g' \ -e 's/@''GNULIB_PUTCHAR''@/1/g' \ -e 's/@''GNULIB_PUTS''@/1/g' \ -e 's/@''GNULIB_REMOVE''@/0/g' \ -e 's/@''GNULIB_RENAME''@/0/g' \ -e 's/@''GNULIB_RENAMEAT''@/0/g' \ -e 's/@''GNULIB_SCANF''@/1/g' \ -e 's/@''GNULIB_SNPRINTF''@/1/g' \ -e 's/@''GNULIB_SPRINTF_POSIX''@/1/g' \ -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \ -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g' \ -e 's/@''GNULIB_TMPFILE''@/0/g' \ -e 's/@''GNULIB_VASPRINTF''@/0/g' \ -e 's/@''GNULIB_VDPRINTF''@/0/g' \ -e 's/@''GNULIB_VFPRINTF''@/1/g' \ -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_VFSCANF''@/0/g' \ -e 's/@''GNULIB_VSCANF''@/0/g' \ -e 's/@''GNULIB_VPRINTF''@/1/g' \ -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_VSNPRINTF''@/0/g' \ -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \ < ./stdio.in.h | \ sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \ -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \ -e 's|@''HAVE_DECL_FTELLO''@|1|g' \ -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \ -e 's|@''HAVE_DECL_GETLINE''@|1|g' \ -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|0|g' \ -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \ -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \ -e 's|@''HAVE_DPRINTF''@|1|g' \ -e 's|@''HAVE_FSEEKO''@|1|g' \ -e 's|@''HAVE_FTELLO''@|1|g' \ -e 's|@''HAVE_PCLOSE''@|1|g' \ -e 's|@''HAVE_POPEN''@|1|g' \ -e 's|@''HAVE_RENAMEAT''@|1|g' \ -e 's|@''HAVE_VASPRINTF''@|1|g' \ -e 's|@''HAVE_VDPRINTF''@|1|g' \ -e 's|@''REPLACE_DPRINTF''@|0|g' \ -e 's|@''REPLACE_FCLOSE''@|0|g' \ -e 's|@''REPLACE_FDOPEN''@|0|g' \ -e 's|@''REPLACE_FFLUSH''@|0|g' \ -e 's|@''REPLACE_FOPEN''@|0|g' \ -e 's|@''REPLACE_FPRINTF''@|0|g' \ -e 's|@''REPLACE_FPURGE''@|0|g' \ -e 's|@''REPLACE_FREOPEN''@|0|g' \ -e 's|@''REPLACE_FSEEK''@|0|g' \ -e 's|@''REPLACE_FSEEKO''@|0|g' \ -e 's|@''REPLACE_FTELL''@|0|g' \ -e 's|@''REPLACE_FTELLO''@|0|g' \ -e 's|@''REPLACE_GETDELIM''@|0|g' \ -e 's|@''REPLACE_GETLINE''@|0|g' \ -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \ -e 's|@''REPLACE_PERROR''@|0|g' \ -e 's|@''REPLACE_POPEN''@|0|g' \ -e 's|@''REPLACE_PRINTF''@|0|g' \ -e 's|@''REPLACE_REMOVE''@|0|g' \ -e 's|@''REPLACE_RENAME''@|0|g' \ -e 's|@''REPLACE_RENAMEAT''@|0|g' \ -e 's|@''REPLACE_SNPRINTF''@|1|g' \ -e 's|@''REPLACE_SPRINTF''@|1|g' \ -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \ -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \ -e 's|@''REPLACE_TMPFILE''@|0|g' \ -e 's|@''REPLACE_VASPRINTF''@|0|g' \ -e 's|@''REPLACE_VDPRINTF''@|0|g' \ -e 's|@''REPLACE_VFPRINTF''@|0|g' \ -e 's|@''REPLACE_VPRINTF''@|0|g' \ -e 's|@''REPLACE_VSNPRINTF''@|0|g' \ -e 's|@''REPLACE_VSPRINTF''@|0|g' \ -e 's|@''ASM_SYMBOL_PREFIX''@||g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ } > stdio.h-t && \ mv stdio.h-t stdio.h rm -f stdlib.h-t stdlib.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@||g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_STDLIB_H''@||g' \ -e 's/@''GNULIB__EXIT''@/1/g' \ -e 's/@''GNULIB_ATOLL''@/0/g' \ -e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \ -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/0/g' \ -e 's/@''GNULIB_GETLOADAVG''@/0/g' \ -e 's/@''GNULIB_GETSUBOPT''@/0/g' \ -e 's/@''GNULIB_GRANTPT''@/0/g' \ -e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \ -e 's/@''GNULIB_MBTOWC''@/0/g' \ -e 's/@''GNULIB_MKDTEMP''@/0/g' \ -e 's/@''GNULIB_MKOSTEMP''@/0/g' \ -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \ -e 's/@''GNULIB_MKSTEMP''@/1/g' \ -e 's/@''GNULIB_MKSTEMPS''@/0/g' \ -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \ -e 's/@''GNULIB_PTSNAME''@/0/g' \ -e 's/@''GNULIB_PTSNAME_R''@/0/g' \ -e 's/@''GNULIB_PUTENV''@/0/g' \ -e 's/@''GNULIB_RANDOM''@/0/g' \ -e 's/@''GNULIB_RANDOM_R''@/0/g' \ -e 's/@''GNULIB_REALLOC_POSIX''@/0/g' \ -e 's/@''GNULIB_REALPATH''@/0/g' \ -e 's/@''GNULIB_RPMATCH''@/0/g' \ -e 's/@''GNULIB_SETENV''@/0/g' \ -e 's/@''GNULIB_STRTOD''@/0/g' \ -e 's/@''GNULIB_STRTOLL''@/0/g' \ -e 's/@''GNULIB_STRTOULL''@/0/g' \ -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \ -e 's/@''GNULIB_UNLOCKPT''@/0/g' \ -e 's/@''GNULIB_UNSETENV''@/0/g' \ -e 's/@''GNULIB_WCTOMB''@/0/g' \ < ./stdlib.in.h | \ sed -e 's|@''HAVE__EXIT''@|1|g' \ -e 's|@''HAVE_ATOLL''@|1|g' \ -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \ -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \ -e 's|@''HAVE_GETSUBOPT''@|1|g' \ -e 's|@''HAVE_GRANTPT''@|1|g' \ -e 's|@''HAVE_MKDTEMP''@|1|g' \ -e 's|@''HAVE_MKOSTEMP''@|1|g' \ -e 's|@''HAVE_MKOSTEMPS''@|1|g' \ -e 's|@''HAVE_MKSTEMP''@|1|g' \ -e 's|@''HAVE_MKSTEMPS''@|1|g' \ -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \ -e 's|@''HAVE_PTSNAME''@|1|g' \ -e 's|@''HAVE_PTSNAME_R''@|1|g' \ -e 's|@''HAVE_RANDOM''@|1|g' \ -e 's|@''HAVE_RANDOM_H''@|1|g' \ -e 's|@''HAVE_RANDOM_R''@|1|g' \ -e 's|@''HAVE_REALPATH''@|1|g' \ -e 's|@''HAVE_RPMATCH''@|1|g' \ -e 's|@''HAVE_DECL_SETENV''@|1|g' \ -e 's|@''HAVE_STRTOD''@|1|g' \ -e 's|@''HAVE_STRTOLL''@|1|g' \ -e 's|@''HAVE_STRTOULL''@|1|g' \ -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \ -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \ -e 's|@''HAVE_UNLOCKPT''@|1|g' \ -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \ -e 's|@''REPLACE_CALLOC''@|0|g' \ -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \ -e 's|@''REPLACE_MALLOC''@|0|g' \ -e 's|@''REPLACE_MBTOWC''@|0|g' \ -e 's|@''REPLACE_MKSTEMP''@|1|g' \ -e 's|@''REPLACE_PTSNAME_R''@|0|g' \ -e 's|@''REPLACE_PUTENV''@|0|g' \ -e 's|@''REPLACE_RANDOM_R''@|0|g' \ -e 's|@''REPLACE_REALLOC''@|0|g' \ -e 's|@''REPLACE_REALPATH''@|0|g' \ -e 's|@''REPLACE_SETENV''@|0|g' \ -e 's|@''REPLACE_STRTOD''@|0|g' \ -e 's|@''REPLACE_UNSETENV''@|0|g' \ -e 's|@''REPLACE_WCTOMB''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _Noreturn/r ../build-aux/snippet/_Noreturn.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ } > stdlib.h-t && \ mv stdlib.h-t stdlib.h rm -f string.h-t string.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@||g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_STRING_H''@||g' \ -e 's/@''GNULIB_FFSL''@/0/g' \ -e 's/@''GNULIB_FFSLL''@/0/g' \ -e 's/@''GNULIB_MBSLEN''@/0/g' \ -e 's/@''GNULIB_MBSNLEN''@/0/g' \ -e 's/@''GNULIB_MBSCHR''@/0/g' \ -e 's/@''GNULIB_MBSRCHR''@/0/g' \ -e 's/@''GNULIB_MBSSTR''@/0/g' \ -e 's/@''GNULIB_MBSCASECMP''@/0/g' \ -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \ -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \ -e 's/@''GNULIB_MBSCASESTR''@/0/g' \ -e 's/@''GNULIB_MBSCSPN''@/0/g' \ -e 's/@''GNULIB_MBSPBRK''@/0/g' \ -e 's/@''GNULIB_MBSSPN''@/0/g' \ -e 's/@''GNULIB_MBSSEP''@/0/g' \ -e 's/@''GNULIB_MBSTOK_R''@/0/g' \ -e 's/@''GNULIB_MEMCHR''@/1/g' \ -e 's/@''GNULIB_MEMMEM''@/0/g' \ -e 's/@''GNULIB_MEMPCPY''@/1/g' \ -e 's/@''GNULIB_MEMRCHR''@/1/g' \ -e 's/@''GNULIB_RAWMEMCHR''@/0/g' \ -e 's/@''GNULIB_STPCPY''@/1/g' \ -e 's/@''GNULIB_STPNCPY''@/0/g' \ -e 's/@''GNULIB_STRCHRNUL''@/0/g' \ -e 's/@''GNULIB_STRDUP''@/1/g' \ -e 's/@''GNULIB_STRNCAT''@/0/g' \ -e 's/@''GNULIB_STRNDUP''@/0/g' \ -e 's/@''GNULIB_STRNLEN''@/0/g' \ -e 's/@''GNULIB_STRPBRK''@/0/g' \ -e 's/@''GNULIB_STRSEP''@/0/g' \ -e 's/@''GNULIB_STRSTR''@/0/g' \ -e 's/@''GNULIB_STRCASESTR''@/0/g' \ -e 's/@''GNULIB_STRTOK_R''@/0/g' \ -e 's/@''GNULIB_STRERROR''@/1/g' \ -e 's/@''GNULIB_STRERROR_R''@/0/g' \ -e 's/@''GNULIB_STRSIGNAL''@/1/g' \ -e 's/@''GNULIB_STRVERSCMP''@/0/g' \ < ./string.in.h | \ sed -e 's|@''HAVE_FFSL''@|1|g' \ -e 's|@''HAVE_FFSLL''@|1|g' \ -e 's|@''HAVE_MBSLEN''@|0|g' \ -e 's|@''HAVE_MEMCHR''@|1|g' \ -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \ -e 's|@''HAVE_MEMPCPY''@|0|g' \ -e 's|@''HAVE_DECL_MEMRCHR''@|0|g' \ -e 's|@''HAVE_RAWMEMCHR''@|1|g' \ -e 's|@''HAVE_STPCPY''@|0|g' \ -e 's|@''HAVE_STPNCPY''@|1|g' \ -e 's|@''HAVE_STRCHRNUL''@|1|g' \ -e 's|@''HAVE_DECL_STRDUP''@|1|g' \ -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \ -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \ -e 's|@''HAVE_STRPBRK''@|1|g' \ -e 's|@''HAVE_STRSEP''@|1|g' \ -e 's|@''HAVE_STRCASESTR''@|1|g' \ -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \ -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \ -e 's|@''HAVE_DECL_STRSIGNAL''@|0|g' \ -e 's|@''HAVE_STRVERSCMP''@|1|g' \ -e 's|@''REPLACE_STPNCPY''@|0|g' \ -e 's|@''REPLACE_MEMCHR''@|0|g' \ -e 's|@''REPLACE_MEMMEM''@|0|g' \ -e 's|@''REPLACE_STRCASESTR''@|0|g' \ -e 's|@''REPLACE_STRCHRNUL''@|0|g' \ -e 's|@''REPLACE_STRDUP''@|0|g' \ -e 's|@''REPLACE_STRSTR''@|0|g' \ -e 's|@''REPLACE_STRERROR''@|1|g' \ -e 's|@''REPLACE_STRERROR_R''@|0|g' \ -e 's|@''REPLACE_STRNCAT''@|0|g' \ -e 's|@''REPLACE_STRNDUP''@|0|g' \ -e 's|@''REPLACE_STRNLEN''@|0|g' \ -e 's|@''REPLACE_STRSIGNAL''@|0|g' \ -e 's|@''REPLACE_STRTOK_R''@|0|g' \ -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ < ./string.in.h; \ } > string.h-t && \ mv string.h-t string.h /rlsemgmt/ia64nbsd/bin/gmkdir -p sys rm -f sys/stat.h-t sys/stat.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@||g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_STAT_H''@||g' \ -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \ -e 's/@''GNULIB_FCHMODAT''@/0/g' \ -e 's/@''GNULIB_FSTAT''@/1/g' \ -e 's/@''GNULIB_FSTATAT''@/1/g' \ -e 's/@''GNULIB_FUTIMENS''@/0/g' \ -e 's/@''GNULIB_LCHMOD''@/0/g' \ -e 's/@''GNULIB_LSTAT''@/1/g' \ -e 's/@''GNULIB_MKDIRAT''@/0/g' \ -e 's/@''GNULIB_MKFIFO''@/0/g' \ -e 's/@''GNULIB_MKFIFOAT''@/0/g' \ -e 's/@''GNULIB_MKNOD''@/0/g' \ -e 's/@''GNULIB_MKNODAT''@/0/g' \ -e 's/@''GNULIB_STAT''@/1/g' \ -e 's/@''GNULIB_UTIMENSAT''@/0/g' \ -e 's|@''HAVE_FCHMODAT''@|1|g' \ -e 's|@''HAVE_FSTATAT''@|0|g' \ -e 's|@''HAVE_FUTIMENS''@|1|g' \ -e 's|@''HAVE_LCHMOD''@|1|g' \ -e 's|@''HAVE_LSTAT''@|1|g' \ -e 's|@''HAVE_MKDIRAT''@|1|g' \ -e 's|@''HAVE_MKFIFO''@|1|g' \ -e 's|@''HAVE_MKFIFOAT''@|1|g' \ -e 's|@''HAVE_MKNOD''@|1|g' \ -e 's|@''HAVE_MKNODAT''@|1|g' \ -e 's|@''HAVE_UTIMENSAT''@|1|g' \ -e 's|@''REPLACE_FSTAT''@|0|g' \ -e 's|@''REPLACE_FSTATAT''@|0|g' \ -e 's|@''REPLACE_FUTIMENS''@|0|g' \ -e 's|@''REPLACE_LSTAT''@|1|g' \ -e 's|@''REPLACE_MKDIR''@|0|g' \ -e 's|@''REPLACE_MKFIFO''@|0|g' \ -e 's|@''REPLACE_MKNOD''@|0|g' \ -e 's|@''REPLACE_STAT''@|1|g' \ -e 's|@''REPLACE_UTIMENSAT''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./sys_stat.in.h; \ } > sys/stat.h-t && \ mv sys/stat.h-t sys/stat.h /rlsemgmt/ia64nbsd/bin/gmkdir -p sys rm -f sys/time.h-t sys/time.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's/@''HAVE_SYS_TIME_H''@/1/g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@||g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_TIME_H''@||g' \ -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \ -e 's|@''HAVE_WINSOCK2_H''@|0|g' \ -e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \ -e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \ -e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \ -e 's/@''REPLACE_STRUCT_TIMEVAL''@/0/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./sys_time.in.h; \ } > sys/time.h-t && \ mv sys/time.h-t sys/time.h /rlsemgmt/ia64nbsd/bin/gmkdir -p sys rm -f sys/types.h-t sys/types.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@||g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_TYPES_H''@||g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \ < ./sys_types.in.h; \ } > sys/types.h-t && \ mv sys/types.h-t sys/types.h /rlsemgmt/ia64nbsd/bin/gmkdir -p sys rm -f sys/wait.h-t sys/wait.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@||g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_WAIT_H''@||g' \ -e 's/@''GNULIB_WAITPID''@/1/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./sys_wait.in.h; \ } > sys/wait.h-t && \ mv sys/wait.h-t sys/wait.h rm -f time.h-t time.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@||g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_TIME_H''@||g' \ -e 's/@''GNULIB_MKTIME''@/0/g' \ -e 's/@''GNULIB_NANOSLEEP''@/0/g' \ -e 's/@''GNULIB_STRPTIME''@/0/g' \ -e 's/@''GNULIB_TIMEGM''@/0/g' \ -e 's/@''GNULIB_TIME_R''@/1/g' \ -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \ -e 's|@''HAVE_NANOSLEEP''@|1|g' \ -e 's|@''HAVE_STRPTIME''@|1|g' \ -e 's|@''HAVE_TIMEGM''@|1|g' \ -e 's|@''REPLACE_LOCALTIME_R''@|0|g' \ -e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g' \ -e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \ -e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \ -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \ -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \ -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./time.in.h; \ } > time.h-t && \ mv time.h-t time.h rm -f unistd.h-t unistd.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_UNISTD_H''@|1|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@||g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_UNISTD_H''@||g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \ -e 's/@''GNULIB_CHDIR''@/1/g' \ -e 's/@''GNULIB_CHOWN''@/0/g' \ -e 's/@''GNULIB_CLOSE''@/1/g' \ -e 's/@''GNULIB_DUP''@/1/g' \ -e 's/@''GNULIB_DUP2''@/1/g' \ -e 's/@''GNULIB_DUP3''@/0/g' \ -e 's/@''GNULIB_ENVIRON''@/0/g' \ -e 's/@''GNULIB_EUIDACCESS''@/0/g' \ -e 's/@''GNULIB_FACCESSAT''@/0/g' \ -e 's/@''GNULIB_FCHDIR''@/1/g' \ -e 's/@''GNULIB_FCHOWNAT''@/0/g' \ -e 's/@''GNULIB_FDATASYNC''@/0/g' \ -e 's/@''GNULIB_FSYNC''@/0/g' \ -e 's/@''GNULIB_FTRUNCATE''@/0/g' \ -e 's/@''GNULIB_GETCWD''@/1/g' \ -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \ -e 's/@''GNULIB_GETDTABLESIZE''@/1/g' \ -e 's/@''GNULIB_GETGROUPS''@/0/g' \ -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \ -e 's/@''GNULIB_GETLOGIN''@/0/g' \ -e 's/@''GNULIB_GETLOGIN_R''@/1/g' \ -e 's/@''GNULIB_GETPAGESIZE''@/0/g' \ -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \ -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \ -e 's/@''GNULIB_ISATTY''@/0/g' \ -e 's/@''GNULIB_LCHOWN''@/0/g' \ -e 's/@''GNULIB_LINK''@/0/g' \ -e 's/@''GNULIB_LINKAT''@/0/g' \ -e 's/@''GNULIB_LSEEK''@/0/g' \ -e 's/@''GNULIB_PIPE''@/0/g' \ -e 's/@''GNULIB_PIPE2''@/0/g' \ -e 's/@''GNULIB_PREAD''@/0/g' \ -e 's/@''GNULIB_PWRITE''@/0/g' \ -e 's/@''GNULIB_READ''@/0/g' \ -e 's/@''GNULIB_READLINK''@/1/g' \ -e 's/@''GNULIB_READLINKAT''@/0/g' \ -e 's/@''GNULIB_RMDIR''@/0/g' \ -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \ -e 's/@''GNULIB_SLEEP''@/0/g' \ -e 's/@''GNULIB_SYMLINK''@/0/g' \ -e 's/@''GNULIB_SYMLINKAT''@/0/g' \ -e 's/@''GNULIB_TTYNAME_R''@/0/g' \ -e 's/@''GNULIB_UNISTD_H_GETOPT''@/01/g' \ -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \ -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \ -e 's/@''GNULIB_UNLINK''@/0/g' \ -e 's/@''GNULIB_UNLINKAT''@/0/g' \ -e 's/@''GNULIB_USLEEP''@/0/g' \ -e 's/@''GNULIB_WRITE''@/0/g' \ < ./unistd.in.h | \ sed -e 's|@''HAVE_CHOWN''@|1|g' \ -e 's|@''HAVE_DUP2''@|1|g' \ -e 's|@''HAVE_DUP3''@|1|g' \ -e 's|@''HAVE_EUIDACCESS''@|1|g' \ -e 's|@''HAVE_FACCESSAT''@|1|g' \ -e 's|@''HAVE_FCHDIR''@|1|g' \ -e 's|@''HAVE_FCHOWNAT''@|1|g' \ -e 's|@''HAVE_FDATASYNC''@|1|g' \ -e 's|@''HAVE_FSYNC''@|1|g' \ -e 's|@''HAVE_FTRUNCATE''@|1|g' \ -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \ -e 's|@''HAVE_GETGROUPS''@|1|g' \ -e 's|@''HAVE_GETHOSTNAME''@|1|g' \ -e 's|@''HAVE_GETLOGIN''@|1|g' \ -e 's|@''HAVE_GETPAGESIZE''@|1|g' \ -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \ -e 's|@''HAVE_LCHOWN''@|1|g' \ -e 's|@''HAVE_LINK''@|1|g' \ -e 's|@''HAVE_LINKAT''@|1|g' \ -e 's|@''HAVE_PIPE''@|1|g' \ -e 's|@''HAVE_PIPE2''@|1|g' \ -e 's|@''HAVE_PREAD''@|1|g' \ -e 's|@''HAVE_PWRITE''@|1|g' \ -e 's|@''HAVE_READLINK''@|1|g' \ -e 's|@''HAVE_READLINKAT''@|1|g' \ -e 's|@''HAVE_SETHOSTNAME''@|1|g' \ -e 's|@''HAVE_SLEEP''@|1|g' \ -e 's|@''HAVE_SYMLINK''@|1|g' \ -e 's|@''HAVE_SYMLINKAT''@|1|g' \ -e 's|@''HAVE_UNLINKAT''@|1|g' \ -e 's|@''HAVE_USLEEP''@|1|g' \ -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \ -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \ -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \ -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \ -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \ -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \ -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \ -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \ -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \ -e 's|@''HAVE_OS_H''@|0|g' \ -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \ | \ sed -e 's|@''REPLACE_CHOWN''@|0|g' \ -e 's|@''REPLACE_CLOSE''@|0|g' \ -e 's|@''REPLACE_DUP''@|0|g' \ -e 's|@''REPLACE_DUP2''@|0|g' \ -e 's|@''REPLACE_FCHOWNAT''@|0|g' \ -e 's|@''REPLACE_FTRUNCATE''@|0|g' \ -e 's|@''REPLACE_GETCWD''@|1|g' \ -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \ -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \ -e 's|@''REPLACE_GETGROUPS''@|0|g' \ -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \ -e 's|@''REPLACE_ISATTY''@|0|g' \ -e 's|@''REPLACE_LCHOWN''@|0|g' \ -e 's|@''REPLACE_LINK''@|0|g' \ -e 's|@''REPLACE_LINKAT''@|0|g' \ -e 's|@''REPLACE_LSEEK''@|0|g' \ -e 's|@''REPLACE_PREAD''@|0|g' \ -e 's|@''REPLACE_PWRITE''@|0|g' \ -e 's|@''REPLACE_READ''@|0|g' \ -e 's|@''REPLACE_READLINK''@|1|g' \ -e 's|@''REPLACE_RMDIR''@|0|g' \ -e 's|@''REPLACE_SLEEP''@|0|g' \ -e 's|@''REPLACE_SYMLINK''@|0|g' \ -e 's|@''REPLACE_TTYNAME_R''@|0|g' \ -e 's|@''REPLACE_UNLINK''@|0|g' \ -e 's|@''REPLACE_UNLINKAT''@|0|g' \ -e 's|@''REPLACE_USLEEP''@|0|g' \ -e 's|@''REPLACE_WRITE''@|0|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ } > unistd.h-t && \ mv unistd.h-t unistd.h rm -f wchar.h-t wchar.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@||g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''HAVE_FEATURES_H''@|0|g' \ -e 's|@''NEXT_WCHAR_H''@||g' \ -e 's|@''HAVE_WCHAR_H''@|1|g' \ -e 's/@''GNULIB_BTOWC''@/0/g' \ -e 's/@''GNULIB_WCTOB''@/0/g' \ -e 's/@''GNULIB_MBSINIT''@/0/g' \ -e 's/@''GNULIB_MBRTOWC''@/0/g' \ -e 's/@''GNULIB_MBRLEN''@/0/g' \ -e 's/@''GNULIB_MBSRTOWCS''@/0/g' \ -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \ -e 's/@''GNULIB_WCRTOMB''@/0/g' \ -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \ -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \ -e 's/@''GNULIB_WCWIDTH''@/0/g' \ -e 's/@''GNULIB_WMEMCHR''@/0/g' \ -e 's/@''GNULIB_WMEMCMP''@/0/g' \ -e 's/@''GNULIB_WMEMCPY''@/0/g' \ -e 's/@''GNULIB_WMEMMOVE''@/0/g' \ -e 's/@''GNULIB_WMEMSET''@/0/g' \ -e 's/@''GNULIB_WCSLEN''@/0/g' \ -e 's/@''GNULIB_WCSNLEN''@/0/g' \ -e 's/@''GNULIB_WCSCPY''@/0/g' \ -e 's/@''GNULIB_WCPCPY''@/0/g' \ -e 's/@''GNULIB_WCSNCPY''@/0/g' \ -e 's/@''GNULIB_WCPNCPY''@/0/g' \ -e 's/@''GNULIB_WCSCAT''@/0/g' \ -e 's/@''GNULIB_WCSNCAT''@/0/g' \ -e 's/@''GNULIB_WCSCMP''@/0/g' \ -e 's/@''GNULIB_WCSNCMP''@/0/g' \ -e 's/@''GNULIB_WCSCASECMP''@/0/g' \ -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \ -e 's/@''GNULIB_WCSCOLL''@/0/g' \ -e 's/@''GNULIB_WCSXFRM''@/0/g' \ -e 's/@''GNULIB_WCSDUP''@/0/g' \ -e 's/@''GNULIB_WCSCHR''@/0/g' \ -e 's/@''GNULIB_WCSRCHR''@/0/g' \ -e 's/@''GNULIB_WCSCSPN''@/0/g' \ -e 's/@''GNULIB_WCSSPN''@/0/g' \ -e 's/@''GNULIB_WCSPBRK''@/0/g' \ -e 's/@''GNULIB_WCSSTR''@/0/g' \ -e 's/@''GNULIB_WCSTOK''@/0/g' \ -e 's/@''GNULIB_WCSWIDTH''@/0/g' \ < ./wchar.in.h | \ sed -e 's|@''HAVE_WINT_T''@|1|g' \ -e 's|@''HAVE_BTOWC''@|1|g' \ -e 's|@''HAVE_MBSINIT''@|1|g' \ -e 's|@''HAVE_MBRTOWC''@|1|g' \ -e 's|@''HAVE_MBRLEN''@|1|g' \ -e 's|@''HAVE_MBSRTOWCS''@|1|g' \ -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \ -e 's|@''HAVE_WCRTOMB''@|1|g' \ -e 's|@''HAVE_WCSRTOMBS''@|1|g' \ -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \ -e 's|@''HAVE_WMEMCHR''@|1|g' \ -e 's|@''HAVE_WMEMCMP''@|1|g' \ -e 's|@''HAVE_WMEMCPY''@|1|g' \ -e 's|@''HAVE_WMEMMOVE''@|1|g' \ -e 's|@''HAVE_WMEMSET''@|1|g' \ -e 's|@''HAVE_WCSLEN''@|1|g' \ -e 's|@''HAVE_WCSNLEN''@|1|g' \ -e 's|@''HAVE_WCSCPY''@|1|g' \ -e 's|@''HAVE_WCPCPY''@|1|g' \ -e 's|@''HAVE_WCSNCPY''@|1|g' \ -e 's|@''HAVE_WCPNCPY''@|1|g' \ -e 's|@''HAVE_WCSCAT''@|1|g' \ -e 's|@''HAVE_WCSNCAT''@|1|g' \ -e 's|@''HAVE_WCSCMP''@|1|g' \ -e 's|@''HAVE_WCSNCMP''@|1|g' \ -e 's|@''HAVE_WCSCASECMP''@|1|g' \ -e 's|@''HAVE_WCSNCASECMP''@|1|g' \ -e 's|@''HAVE_WCSCOLL''@|1|g' \ -e 's|@''HAVE_WCSXFRM''@|1|g' \ -e 's|@''HAVE_WCSDUP''@|1|g' \ -e 's|@''HAVE_WCSCHR''@|1|g' \ -e 's|@''HAVE_WCSRCHR''@|1|g' \ -e 's|@''HAVE_WCSCSPN''@|1|g' \ -e 's|@''HAVE_WCSSPN''@|1|g' \ -e 's|@''HAVE_WCSPBRK''@|1|g' \ -e 's|@''HAVE_WCSSTR''@|1|g' \ -e 's|@''HAVE_WCSTOK''@|1|g' \ -e 's|@''HAVE_WCSWIDTH''@|1|g' \ -e 's|@''HAVE_DECL_WCTOB''@|1|g' \ -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \ | \ sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \ -e 's|@''REPLACE_BTOWC''@|0|g' \ -e 's|@''REPLACE_WCTOB''@|0|g' \ -e 's|@''REPLACE_MBSINIT''@|0|g' \ -e 's|@''REPLACE_MBRTOWC''@|0|g' \ -e 's|@''REPLACE_MBRLEN''@|0|g' \ -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \ -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \ -e 's|@''REPLACE_WCRTOMB''@|0|g' \ -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \ -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \ -e 's|@''REPLACE_WCWIDTH''@|0|g' \ -e 's|@''REPLACE_WCSWIDTH''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ } > wchar.h-t && \ mv wchar.h-t wchar.h gmake all-recursive source='cloexec.c' object='cloexec.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o cloexec.o cloexec.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./fcntl.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "./time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "./sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "./sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "./fcntl.h", line 61: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./fcntl.h", line 614: warning #2193-D: zero used for undefined preprocessing identifier "AT_FDCWD" #if 0 < AT_FDCWD && AT_FDCWD == 0xffd19553 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ source='concat-filename.c' object='concat-filename.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o concat-filename.o concat-filename.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ source='exitfail.c' object='exitfail.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o exitfail.o exitfail.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ source='findprog.c' object='findprog.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o findprog.o findprog.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "findprog.c", line 30: warning #2193-D: zero used for undefined preprocessing identifier "IN_FINDPROG_LGPL" #if IN_FINDPROG_LGPL || ! GNULIB_FINDPROG_LGPL ^ "findprog.c", line 30: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_FINDPROG_LGPL" #if IN_FINDPROG_LGPL || ! GNULIB_FINDPROG_LGPL ^ "findprog.c", line 32: warning #2193-D: zero used for undefined preprocessing identifier "IN_FINDPROG_LGPL" #if !IN_FINDPROG_LGPL ^ "xalloc.h", line 30: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if __GNUC__ >= 3 ^ "xalloc.h", line 36: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3) ^ "xalloc.h", line 36: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3) ^ "findprog.c", line 64: warning #2193-D: zero used for undefined preprocessing identifier "IN_FINDPROG_LGPL" # if !IN_FINDPROG_LGPL ^ "findprog.c", line 90: warning #2193-D: zero used for undefined preprocessing identifier "IN_FINDPROG_LGPL" # if !IN_FINDPROG_LGPL ^ source='hash-pjw.c' object='hash-pjw.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o hash-pjw.o hash-pjw.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ source='glthread/lock.c' object='glthread/lock.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o glthread/lock.o glthread/lock.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "./time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./glthread/lock.h", line 379: warning #2193-D: zero used for undefined preprocessing identifier "USE_PTH_THREADS" #if USE_PTH_THREADS ^ "./glthread/lock.h", line 487: warning #2193-D: zero used for undefined preprocessing identifier "USE_SOLARIS_THREADS" #if USE_SOLARIS_THREADS ^ "./glthread/lock.h", line 616: warning #2193-D: zero used for undefined preprocessing identifier "USE_WINDOWS_THREADS" #if USE_WINDOWS_THREADS ^ "glthread/lock.c", line 465: remark #4235-D: conversion from "int" to "char" may lose significant bits *firstbyte = ~ *(const char *)&fresh_once; ^ "glthread/lock.c", line 476: warning #2193-D: zero used for undefined preprocessing identifier "USE_PTH_THREADS" #if USE_PTH_THREADS ^ "glthread/lock.c", line 521: warning #2193-D: zero used for undefined preprocessing identifier "USE_SOLARIS_THREADS" #if USE_SOLARIS_THREADS ^ "glthread/lock.c", line 632: warning #2193-D: zero used for undefined preprocessing identifier "USE_WINDOWS_THREADS" #if USE_WINDOWS_THREADS ^ source='openat-die.c' object='openat-die.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o openat-die.o openat-die.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./fcntl.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "./time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "./sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "./sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "./fcntl.h", line 61: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./fcntl.h", line 614: warning #2193-D: zero used for undefined preprocessing identifier "AT_FDCWD" #if 0 < AT_FDCWD && AT_FDCWD == 0xffd19553 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "openat.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_OPENAT" #if !HAVE_OPENAT ^ "openat.h", line 50: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_FCHOWNAT" #if GNULIB_FCHOWNAT ^ "openat.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_FCHMODAT" #if GNULIB_FCHMODAT ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "error.h", line 28: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "error.h", line 28: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "gettext.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "ENABLE_NLS" #if ENABLE_NLS ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "gettext.h", line 190: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 190: warning #2193-D: zero used for undefined preprocessing identifier "__GNUG__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "gettext.h", line 214: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 214: warning #2193-D: zero used for undefined preprocessing identifier "__GNUG__" #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 229: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 229: warning #2193-D: zero used for undefined preprocessing identifier "__GNUG__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 260: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 260: warning #2193-D: zero used for undefined preprocessing identifier "__GNUG__" #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 275: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 275: warning #2193-D: zero used for undefined preprocessing identifier "__GNUG__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 148: remark #2177-D: function "pgettext_aux" was declared but never referenced pgettext_aux (const char *domain, ^ "gettext.h", line 167: remark #2177-D: function "npgettext_aux" was declared but never referenced npgettext_aux (const char *domain, ^ "gettext.h", line 207: remark #2177-D: function "dcpgettext_expr" was declared but never referenced dcpgettext_expr (const char *domain, ^ "gettext.h", line 252: remark #2177-D: function "dcnpgettext_expr" was declared but never referenced dcnpgettext_expr (const char *domain, ^ source='printf-frexp.c' object='printf-frexp.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o printf-frexp.o printf-frexp.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./math.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./math.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./math.h", line 295: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./math.h", line 295: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./math.h", line 305: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./math.h", line 305: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./math.h", line 309: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./math.h", line 326: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./math.h", line 326: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./math.h", line 330: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./math.h", line 2526: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if __GNUC__ >= 2 && !defined __STRICT_ANSI__ ^ "printf-frexp.c", line 55: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_FREXP_IN_LIBC" # if HAVE_FREXP_IN_LIBC && HAVE_LDEXP_IN_LIBC ^ source='printf-frexpl.c' object='printf-frexpl.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o printf-frexpl.o printf-frexpl.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "printf-frexpl.c", line 19: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_SAME_LONG_DOUBLE_AS_DOUBLE" #if HAVE_SAME_LONG_DOUBLE_AS_DOUBLE ^ "./math.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./math.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./math.h", line 295: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./math.h", line 295: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./math.h", line 305: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./math.h", line 305: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./math.h", line 309: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./math.h", line 326: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./math.h", line 326: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./math.h", line 330: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./math.h", line 2526: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if __GNUC__ >= 2 && !defined __STRICT_ANSI__ ^ "printf-frexp.c", line 42: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_FREXPL_IN_LIBC" # if HAVE_FREXPL_IN_LIBC && HAVE_LDEXPL_IN_LIBC ^ source='progname.c' object='progname.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o progname.o progname.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "progname.h", line 39: warning #2193-D: zero used for undefined preprocessing identifier "ENABLE_RELOCATABLE" #if ENABLE_RELOCATABLE ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 380: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./stdio.h", line 380: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./stdio.h", line 390: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 390: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 394: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./stdio.h", line 411: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 411: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 415: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ source='save-cwd.c' object='save-cwd.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o save-cwd.o save-cwd.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./fcntl.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "./time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "./sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "./sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "./fcntl.h", line 61: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./fcntl.h", line 614: warning #2193-D: zero used for undefined preprocessing identifier "AT_FDCWD" #if 0 < AT_FDCWD && AT_FDCWD == 0xffd19553 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "unistd-safer.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_FD_SAFER_FLAG" #if GNULIB_FD_SAFER_FLAG ^ "unistd-safer.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_PIPE2_SAFER" #if GNULIB_PIPE2_SAFER ^ "unistd--.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_PIPE2_SAFER" #if GNULIB_PIPE2_SAFER ^ "save-cwd.c", line 35: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_FCNTL_SAFER" #if GNULIB_FCNTL_SAFER ^ source='tempname.c' object='tempname.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o tempname.o tempname.c "tempname.c", line 20: warning #2193-D: zero used for undefined preprocessing identifier "_LIBC" #if !_LIBC ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 380: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./stdio.h", line 380: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./stdio.h", line 390: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 390: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 394: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./stdio.h", line 411: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 411: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 415: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "tempname.c", line 45: warning #2193-D: zero used for undefined preprocessing identifier "_LIBC" #if !_LIBC && (GT_FILE != __GT_FILE || GT_DIR != __GT_DIR \ ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./fcntl.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "./time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "./sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "./sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "./fcntl.h", line 61: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./fcntl.h", line 614: warning #2193-D: zero used for undefined preprocessing identifier "AT_FDCWD" #if 0 < AT_FDCWD && AT_FDCWD == 0xffd19553 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "tempname.c", line 61: warning #2193-D: zero used for undefined preprocessing identifier "_LIBC" #if _LIBC ^ "tempname.c", line 73: warning #2193-D: zero used for undefined preprocessing identifier "HAVE___SECURE_GETENV" #if ! (HAVE___SECURE_GETENV || _LIBC) ^ "tempname.c", line 73: warning #2193-D: zero used for undefined preprocessing identifier "_LIBC" #if ! (HAVE___SECURE_GETENV || _LIBC) ^ "tempname.c", line 105: warning #2193-D: zero used for undefined preprocessing identifier "_LIBC" #if _LIBC ^ "tempname.c", line 223: remark #4229-D: 64 bit migration: conversion from "size_t" to "int" may truncate value len = strlen (tmpl); ^ "tempname.c", line 240: remark #4237-D: type cast from "suseconds_t" to "uint64_t" may cause sign extension to a larger size integer random_time_bits = ((uint64_t) tv.tv_usec << 16) ^ tv.tv_sec; ^ source='glthread/threadlib.c' object='glthread/threadlib.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o glthread/threadlib.o glthread/threadlib.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ source='glthread/tls.c' object='glthread/tls.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o glthread/tls.o glthread/tls.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "./time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./glthread/tls.h", line 118: warning #2193-D: zero used for undefined preprocessing identifier "USE_PTH_THREADS" #if USE_PTH_THREADS ^ "./glthread/tls.h", line 171: warning #2193-D: zero used for undefined preprocessing identifier "USE_SOLARIS_THREADS" #if USE_SOLARIS_THREADS ^ "./glthread/tls.h", line 223: warning #2193-D: zero used for undefined preprocessing identifier "USE_WINDOWS_THREADS" #if USE_WINDOWS_THREADS ^ "glthread/tls.c", line 31: warning #2193-D: zero used for undefined preprocessing identifier "USE_PTH_THREADS" #if USE_PTH_THREADS ^ "glthread/tls.c", line 37: warning #2193-D: zero used for undefined preprocessing identifier "USE_SOLARIS_THREADS" #if USE_SOLARIS_THREADS ^ "glthread/tls.c", line 57: warning #2193-D: zero used for undefined preprocessing identifier "USE_WINDOWS_THREADS" #if USE_WINDOWS_THREADS ^ source='dup-safer.c' object='dup-safer.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o dup-safer.o dup-safer.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "unistd-safer.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_FD_SAFER_FLAG" #if GNULIB_FD_SAFER_FLAG ^ "unistd-safer.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_PIPE2_SAFER" #if GNULIB_PIPE2_SAFER ^ "./fcntl.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "./time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "./sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "./sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "./fcntl.h", line 61: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./fcntl.h", line 614: warning #2193-D: zero used for undefined preprocessing identifier "AT_FDCWD" #if 0 < AT_FDCWD && AT_FDCWD == 0xffd19553 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ source='fd-safer.c' object='fd-safer.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o fd-safer.o fd-safer.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "unistd-safer.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_FD_SAFER_FLAG" #if GNULIB_FD_SAFER_FLAG ^ "unistd-safer.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_PIPE2_SAFER" #if GNULIB_PIPE2_SAFER ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ source='pipe-safer.c' object='pipe-safer.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o pipe-safer.o pipe-safer.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "unistd-safer.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_FD_SAFER_FLAG" #if GNULIB_FD_SAFER_FLAG ^ "unistd-safer.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_PIPE2_SAFER" #if GNULIB_PIPE2_SAFER ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ source='xmalloc.c' object='xmalloc.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o xmalloc.o xmalloc.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "xalloc.h", line 30: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if __GNUC__ >= 3 ^ "xalloc.h", line 36: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3) ^ "xalloc.h", line 36: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3) ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "xmalloc.c", line 103: remark #4278-D: the subexpression in logical expression is a constant || (! (p = calloc (n, s)) && (HAVE_GNU_CALLOC || n != 0))) ^ "xmalloc.c", line 88, procedure xzalloc: warning #20200-D: Potential null pointer dereference through return of call to xmalloc is detected (null definition:xmalloc.c, line 88) "xmalloc.c", line 115, procedure xmemdup: warning #20200-D: Potential null pointer dereference through return of call to xmalloc is detected (null definition:xmalloc.c, line 115) source='xalloc-die.c' object='xalloc-die.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o xalloc-die.o xalloc-die.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "xalloc.h", line 30: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if __GNUC__ >= 3 ^ "xalloc.h", line 36: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3) ^ "xalloc.h", line 36: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3) ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "error.h", line 28: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "error.h", line 28: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "gettext.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "ENABLE_NLS" #if ENABLE_NLS ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "gettext.h", line 190: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 190: warning #2193-D: zero used for undefined preprocessing identifier "__GNUG__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "gettext.h", line 214: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 214: warning #2193-D: zero used for undefined preprocessing identifier "__GNUG__" #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 229: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 229: warning #2193-D: zero used for undefined preprocessing identifier "__GNUG__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 260: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 260: warning #2193-D: zero used for undefined preprocessing identifier "__GNUG__" #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 275: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 275: warning #2193-D: zero used for undefined preprocessing identifier "__GNUG__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 148: remark #2177-D: function "pgettext_aux" was declared but never referenced pgettext_aux (const char *domain, ^ "gettext.h", line 167: remark #2177-D: function "npgettext_aux" was declared but never referenced npgettext_aux (const char *domain, ^ "gettext.h", line 207: remark #2177-D: function "dcpgettext_expr" was declared but never referenced dcpgettext_expr (const char *domain, ^ "gettext.h", line 252: remark #2177-D: function "dcnpgettext_expr" was declared but never referenced dcnpgettext_expr (const char *domain, ^ source='xconcat-filename.c' object='xconcat-filename.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o xconcat-filename.o xconcat-filename.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "xalloc.h", line 30: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if __GNUC__ >= 3 ^ "xalloc.h", line 36: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3) ^ "xalloc.h", line 36: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3) ^ source='asnprintf.c' object='asnprintf.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o asnprintf.o asnprintf.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "vasnprintf.h", line 32: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "vasnprintf.h", line 32: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "vasnprintf.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "REPLACE_VASNPRINTF" #if REPLACE_VASNPRINTF ^ source='chdir-long.c' object='chdir-long.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o chdir-long.o chdir-long.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./fcntl.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "./time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "./sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "./sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "./fcntl.h", line 61: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./fcntl.h", line 614: warning #2193-D: zero used for undefined preprocessing identifier "AT_FDCWD" #if 0 < AT_FDCWD && AT_FDCWD == 0xffd19553 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "chdir-long.c", line 141: remark #4272-D: conversion from "long" to "size_t" may lose sign char *slash = memchr (dir + 3, '/', dir_end - (dir + 3)); ^ "chdir-long.c", line 209: warning #2193-D: zero used for undefined preprocessing identifier "TEST_CHDIR" #if TEST_CHDIR ^ source='error.c' object='error.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o error.o error.c "error.c", line 20: warning #2193-D: zero used for undefined preprocessing identifier "_LIBC" #if !_LIBC ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "error.h", line 28: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "error.h", line 28: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 380: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./stdio.h", line 380: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./stdio.h", line 390: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 390: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 394: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./stdio.h", line 411: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 411: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 415: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "error.c", line 31: warning #2193-D: zero used for undefined preprocessing identifier "_LIBC" #if !_LIBC && ENABLE_NLS ^ "error.c", line 31: warning #2193-D: zero used for undefined preprocessing identifier "ENABLE_NLS" #if !_LIBC && ENABLE_NLS ^ "error.c", line 44: warning #2193-D: zero used for undefined preprocessing identifier "USE_UNLOCKED_IO" #if USE_UNLOCKED_IO ^ "./fcntl.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "./time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "./sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "./sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "./fcntl.h", line 61: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./fcntl.h", line 614: warning #2193-D: zero used for undefined preprocessing identifier "AT_FDCWD" #if 0 < AT_FDCWD && AT_FDCWD == 0xffd19553 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "error.c", line 122: warning #2193-D: zero used for undefined preprocessing identifier "_LIBC" #if !_LIBC ^ "error.c", line 145: warning #2193-D: zero used for undefined preprocessing identifier "_LIBC" #if !_LIBC ^ "error.c", line 148: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_FREOPEN_SAFER" # if GNULIB_FREOPEN_SAFER ^ "error.c", line 174: warning #2193-D: zero used for undefined preprocessing identifier "STRERROR_R_CHAR_P" # if STRERROR_R_CHAR_P || _LIBC ^ "error.c", line 174: warning #2193-D: zero used for undefined preprocessing identifier "_LIBC" # if STRERROR_R_CHAR_P || _LIBC ^ "error.c", line 186: warning #2193-D: zero used for undefined preprocessing identifier "_LIBC" #if !_LIBC ^ "error.c", line 191: warning #2193-D: zero used for undefined preprocessing identifier "_LIBC" #if _LIBC ^ "error.c", line 201: warning #2193-D: zero used for undefined preprocessing identifier "_LIBC" #if _LIBC ^ "error.c", line 274: warning #2193-D: zero used for undefined preprocessing identifier "_LIBC" #if _LIBC ^ "error.c", line 310: warning #2193-D: zero used for undefined preprocessing identifier "_LIBC" #if _LIBC ^ "error.c", line 369: warning #2193-D: zero used for undefined preprocessing identifier "_LIBC" #if _LIBC ^ "error.c", line 376: warning #2193-D: zero used for undefined preprocessing identifier "_LIBC" #if _LIBC ^ source='fcntl.c' object='fcntl.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o fcntl.o fcntl.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./fcntl.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "./time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "./sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "./sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "./fcntl.h", line 61: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./fcntl.h", line 614: warning #2193-D: zero used for undefined preprocessing identifier "AT_FDCWD" #if 0 < AT_FDCWD && AT_FDCWD == 0xffd19553 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "fcntl.c", line 184: warning #2193-D: zero used for undefined preprocessing identifier "FCNTL_DUPFD_BUGGY" #elif FCNTL_DUPFD_BUGGY || REPLACE_FCHDIR ^ "fcntl.c", line 184: warning #2193-D: zero used for undefined preprocessing identifier "REPLACE_FCHDIR" #elif FCNTL_DUPFD_BUGGY || REPLACE_FCHDIR ^ "fcntl.c", line 239: warning #2193-D: zero used for undefined preprocessing identifier "REPLACE_FCHDIR" # if REPLACE_FCHDIR ^ source='fdopendir.c' object='fdopendir.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o fdopendir.o fdopendir.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./dirent.h", line 20: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./dirent.h", line 27: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./dirent.h", line 61: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./dirent.h", line 61: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "fdopendir.c", line 26: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_FDOPENDIR" #if !HAVE_FDOPENDIR ^ "./fcntl.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "./time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "./sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "./sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "./fcntl.h", line 61: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./fcntl.h", line 614: warning #2193-D: zero used for undefined preprocessing identifier "AT_FDCWD" #if 0 < AT_FDCWD && AT_FDCWD == 0xffd19553 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "openat.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_OPENAT" #if !HAVE_OPENAT ^ "openat.h", line 50: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_FCHOWNAT" #if GNULIB_FCHOWNAT ^ "openat.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_FCHMODAT" #if GNULIB_FCHMODAT ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "fdopendir.c", line 32: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_DIRENT_SAFER" # if GNULIB_DIRENT_SAFER ^ "fdopendir.c", line 142: remark #4278-D: the subexpression in logical expression is a constant if (REPLACE_FCHDIR || ! cwd) ^ source='frexp.c' object='frexp.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o frexp.o frexp.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./math.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./math.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./math.h", line 295: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./math.h", line 295: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./math.h", line 305: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./math.h", line 305: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./math.h", line 309: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./math.h", line 326: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./math.h", line 326: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./math.h", line 330: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./math.h", line 2526: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if __GNUC__ >= 2 && !defined __STRICT_ANSI__ ^ "isnand-nolibm.h", line 20: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if __GNUC__ >= 4 ^ "frexp.c", line 65: remark #4273-D: floating-point equality and inequality comparisons may be inappropriate due to roundoff common in floating-point computation if (ISNAN (x) || x + x == x) ^ source='frexpl.c' object='frexpl.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o frexpl.o frexpl.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "frexpl.c", line 19: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_SAME_LONG_DOUBLE_AS_DOUBLE" #if HAVE_SAME_LONG_DOUBLE_AS_DOUBLE ^ "./math.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./math.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./math.h", line 295: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./math.h", line 295: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./math.h", line 305: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./math.h", line 305: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./math.h", line 309: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./math.h", line 326: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./math.h", line 326: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./math.h", line 330: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./math.h", line 2526: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if __GNUC__ >= 2 && !defined __STRICT_ANSI__ ^ "isnanl-nolibm.h", line 17: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_ISNANL_IN_LIBC" #if HAVE_ISNANL_IN_LIBC ^ "frexp.c", line 65: remark #4273-D: floating-point equality and inequality comparisons may be inappropriate due to roundoff common in floating-point computation if (ISNAN (x) || x + x == x) ^ source='fstatat.c' object='fstatat.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o fstatat.o fstatat.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 32: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "fstatat.c", line 31: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_FSTATAT" #if HAVE_FSTATAT ^ "sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "./time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "./sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "./fcntl.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./fcntl.h", line 61: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./fcntl.h", line 614: warning #2193-D: zero used for undefined preprocessing identifier "AT_FDCWD" #if 0 < AT_FDCWD && AT_FDCWD == 0xffd19553 ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "fstatat.c", line 48: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_FSTATAT" #if HAVE_FSTATAT && HAVE_WORKING_FSTATAT_ZERO_FLAG ^ "./fcntl.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "openat.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_OPENAT" #if !HAVE_OPENAT ^ "openat.h", line 50: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_FCHOWNAT" #if GNULIB_FCHOWNAT ^ "openat.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_FCHMODAT" #if GNULIB_FCHMODAT ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "at-func.c", line 72: remark #4278-D: the subexpression in logical expression is a constant if (fd == AT_FDCWD || IS_ABSOLUTE_FILE_NAME (file)) ^ source='getcwd.c' object='getcwd.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o getcwd.o getcwd.c "getcwd.c", line 17: warning #2193-D: zero used for undefined preprocessing identifier "_LIBC" #if !_LIBC ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "./time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "./sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "./sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "./fcntl.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./fcntl.h", line 61: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./fcntl.h", line 614: warning #2193-D: zero used for undefined preprocessing identifier "AT_FDCWD" #if 0 < AT_FDCWD && AT_FDCWD == 0xffd19553 ^ "./dirent.h", line 20: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./dirent.h", line 27: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./dirent.h", line 61: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./dirent.h", line 61: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "getcwd.c", line 55: warning #2193-D: zero used for undefined preprocessing identifier "_LIBC" #if _LIBC ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "getcwd.c", line 82: warning #2193-D: zero used for undefined preprocessing identifier "_LIBC" #if !_LIBC ^ "getcwd.c", line 170: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_PARTLY_WORKING_GETCWD" # if HAVE_PARTLY_WORKING_GETCWD ^ "getcwd.c", line 355: remark #4272-D: conversion from "long" to "size_t" may lose sign dirroom = dirp - dir; ^ "getcwd.c", line 405: remark #4272-D: conversion from "long" to "size_t" may lose sign used = dir + allocated - dirp; ^ "getcwd.c", line 191, procedure rpl_getcwd: warning #20202-D: Allocated memory may potentially be leaked (at line 434) source='getcwd-lgpl.c' object='getcwd-lgpl.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o getcwd-lgpl.o getcwd-lgpl.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ source='getopt.c' object='getopt.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o getopt.o getopt.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "gettext.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "ENABLE_NLS" #if ENABLE_NLS ^ "gettext.h", line 190: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 190: warning #2193-D: zero used for undefined preprocessing identifier "__GNUG__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "gettext.h", line 214: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 214: warning #2193-D: zero used for undefined preprocessing identifier "__GNUG__" #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 229: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 229: warning #2193-D: zero used for undefined preprocessing identifier "__GNUG__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 260: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 260: warning #2193-D: zero used for undefined preprocessing identifier "__GNUG__" #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 275: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 275: warning #2193-D: zero used for undefined preprocessing identifier "__GNUG__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "getopt.c", line 225: remark #2826-D: parameter "argc" was never referenced _getopt_initialize (int argc _GL_UNUSED, ^ "getopt.c", line 226: remark #2826-D: parameter "argv" was never referenced char **argv _GL_UNUSED, const char *optstring, ^ "getopt.c", line 496: remark #4229-D: 64 bit migration: conversion from "long" to "unsigned int" may truncate value namelen = nameend - d->__nextchar; ^ "getopt.c", line 904: remark #4272-D: conversion from "long" to "size_t" may lose sign if (!strncmp (p->name, d->__nextchar, nameend - d->__nextchar)) ^ "getopt.c", line 1150: warning #2193-D: zero used for undefined preprocessing identifier "_LIBC" #if _LIBC ^ "gettext.h", line 148: remark #2177-D: function "pgettext_aux" was declared but never referenced pgettext_aux (const char *domain, ^ "gettext.h", line 167: remark #2177-D: function "npgettext_aux" was declared but never referenced npgettext_aux (const char *domain, ^ "gettext.h", line 207: remark #2177-D: function "dcpgettext_expr" was declared but never referenced dcpgettext_expr (const char *domain, ^ "gettext.h", line 252: remark #2177-D: function "dcnpgettext_expr" was declared but never referenced dcnpgettext_expr (const char *domain, ^ "getopt.c", line 524, procedure _getopt_internal_r: warning #20200-D: Potential null pointer dereference through newp is detected (null definition:getopt.c, line 523) source='getopt1.c' object='getopt1.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o getopt1.o getopt1.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ source='isnanl.c' object='isnanl.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o isnanl.o isnanl.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 317: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./string.h", line 317: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./string.h", line 327: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./string.h", line 327: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./string.h", line 331: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./string.h", line 348: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./string.h", line 348: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./string.h", line 352: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "isnan.c", line 136: warning #4067-D: floating point invalid exception static memory_double nan = { L_(0.0) / L_(0.0) }; ^ "isnan.c", line 137: warning #2039-D: division by zero static DOUBLE plus_inf = L_(1.0) / L_(0.0); ^ "isnan.c", line 138: warning #2039-D: division by zero static DOUBLE minus_inf = -L_(1.0) / L_(0.0); ^ source='lstat.c' object='lstat.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o lstat.o lstat.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 32: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "./time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "./sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ source='mempcpy.c' object='mempcpy.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o mempcpy.o mempcpy.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 317: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./string.h", line 317: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./string.h", line 327: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./string.h", line 327: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./string.h", line 331: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./string.h", line 348: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./string.h", line 348: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./string.h", line 352: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ source='memrchr.c' object='memrchr.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o memrchr.o memrchr.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 317: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./string.h", line 317: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./string.h", line 327: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./string.h", line 327: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./string.h", line 331: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./string.h", line 348: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./string.h", line 348: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./string.h", line 352: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "memrchr.c", line 80: remark #4272-D: conversion from "int" to "longword" may lose sign repeated_c = c | (c << 8); ^ source='mkstemp.c' object='mkstemp.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o mkstemp.o mkstemp.c "mkstemp.c", line 18: warning #2193-D: zero used for undefined preprocessing identifier "_LIBC" #if !_LIBC ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "mkstemp.c", line 24: warning #2193-D: zero used for undefined preprocessing identifier "_LIBC" #if !_LIBC ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ source='obstack.c' object='obstack.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o obstack.o obstack.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 317: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./string.h", line 317: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./string.h", line 327: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./string.h", line 327: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./string.h", line 331: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./string.h", line 348: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./string.h", line 348: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./string.h", line 352: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "obstack.h", line 149: remark #4255-D: padding size of struct "obstack" with 3 bytes to alignment boundary struct obstack /* control current object in current chunk */ ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "./time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "./stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "obstack.c", line 64: remark #4227-D: padding struct with 7 bytes to align member "u" union fooround u; ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "obstack.c", line 385: remark #4229-D: 64 bit migration: conversion from "long" to "int" may truncate value nbytes += lp->limit - (char *) lp; ^ "gettext.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "ENABLE_NLS" #if ENABLE_NLS ^ "gettext.h", line 190: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 190: warning #2193-D: zero used for undefined preprocessing identifier "__GNUG__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "gettext.h", line 214: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 214: warning #2193-D: zero used for undefined preprocessing identifier "__GNUG__" #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 229: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 229: warning #2193-D: zero used for undefined preprocessing identifier "__GNUG__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 260: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 260: warning #2193-D: zero used for undefined preprocessing identifier "__GNUG__" #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 275: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 275: warning #2193-D: zero used for undefined preprocessing identifier "__GNUG__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "obstack.c", line 177: remark #4298-D: subtraction result could be truncated before cast to bigger sized type alignment - 1); ^ "obstack.c", line 176: warning #4249-D: value could be truncated before cast to bigger sized type h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents, ^ "obstack.c", line 225: remark #4298-D: subtraction result could be truncated before cast to bigger sized type alignment - 1); ^ "obstack.c", line 224: warning #4249-D: value could be truncated before cast to bigger sized type h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents, ^ "obstack.c", line 267: warning #4249-D: value could be truncated before cast to bigger sized type __PTR_ALIGN ((char *) new_chunk, new_chunk->contents, h->alignment_mask); ^ "obstack.c", line 294: warning #4249-D: value could be truncated before cast to bigger sized type == __PTR_ALIGN ((char *) old_chunk, old_chunk->contents, ^ "gettext.h", line 148: remark #2177-D: function "pgettext_aux" was declared but never referenced pgettext_aux (const char *domain, ^ "gettext.h", line 167: remark #2177-D: function "npgettext_aux" was declared but never referenced npgettext_aux (const char *domain, ^ "gettext.h", line 207: remark #2177-D: function "dcpgettext_expr" was declared but never referenced dcpgettext_expr (const char *domain, ^ "gettext.h", line 252: remark #2177-D: function "dcnpgettext_expr" was declared but never referenced dcnpgettext_expr (const char *domain, ^ source='obstack_printf.c' object='obstack_printf.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o obstack_printf.o obstack_printf.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 380: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./stdio.h", line 380: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./stdio.h", line 390: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 390: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 394: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./stdio.h", line 411: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 411: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 415: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "obstack.h", line 149: remark #4255-D: padding size of struct "obstack" with 3 bytes to alignment boundary struct obstack /* control current object in current chunk */ ^ "vasnprintf.h", line 32: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "vasnprintf.h", line 32: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "vasnprintf.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "REPLACE_VASNPRINTF" #if REPLACE_VASNPRINTF ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "obstack_printf.c", line 86: remark #4229-D: 64 bit migration: conversion from "ptrdiff_t" to "int" may truncate value obstack_grow (obs, str, len); ^ "obstack_printf.c", line 86: remark #4272-D: conversion from "ptrdiff_t" to "size_t" may lose sign obstack_grow (obs, str, len); ^ "obstack_printf.c", line 90: remark #4229-D: 64 bit migration: conversion from "size_t" to "int" may truncate value return len; ^ source='open.c' object='open.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o open.o open.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./fcntl.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "./time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "./sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "./sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "./fcntl.h", line 41: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "fcntl.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "fcntl.h", line 61: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./fcntl.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./fcntl.h", line 61: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./fcntl.h", line 614: warning #2193-D: zero used for undefined preprocessing identifier "AT_FDCWD" #if 0 < AT_FDCWD && AT_FDCWD == 0xffd19553 ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "open.c", line 66: remark #4235-D: conversion from "int" to "mode_t" may lose significant bits mode = va_arg (arg, PROMOTED_MODE_T); ^ "open.c", line 71: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_O_NONBLOCK" #if GNULIB_defined_O_NONBLOCK ^ "open.c", line 120: warning #2193-D: zero used for undefined preprocessing identifier "REPLACE_FCHDIR" #if REPLACE_FCHDIR ^ "open.c", line 175: warning #2193-D: zero used for undefined preprocessing identifier "REPLACE_FCHDIR" #if REPLACE_FCHDIR ^ source='openat.c' object='openat.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o openat.o openat.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./fcntl.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "./time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "./sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "./sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "./fcntl.h", line 41: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "openat.c", line 30: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_OPENAT" #if HAVE_OPENAT ^ "fcntl.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "fcntl.h", line 61: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./fcntl.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./fcntl.h", line 61: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./fcntl.h", line 614: warning #2193-D: zero used for undefined preprocessing identifier "AT_FDCWD" #if 0 < AT_FDCWD && AT_FDCWD == 0xffd19553 ^ "./fcntl.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "openat.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_OPENAT" #if !HAVE_OPENAT ^ "openat.h", line 50: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_FCHOWNAT" #if GNULIB_FCHOWNAT ^ "openat.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_FCHMODAT" #if GNULIB_FCHMODAT ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "openat.c", line 51: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_OPENAT" #if HAVE_OPENAT ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "openat.c", line 168: remark #4235-D: conversion from "int" to "mode_t" may lose significant bits mode = va_arg (arg, PROMOTED_MODE_T); ^ "openat.c", line 196: remark #4278-D: the subexpression in logical expression is a constant if (fd == AT_FDCWD || IS_ABSOLUTE_FILE_NAME (file)) ^ source='openat-proc.c' object='openat-proc.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o openat-proc.o openat-proc.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "./time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "./sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "./sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "./fcntl.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./fcntl.h", line 61: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./fcntl.h", line 614: warning #2193-D: zero used for undefined preprocessing identifier "AT_FDCWD" #if 0 < AT_FDCWD && AT_FDCWD == 0xffd19553 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "intprops.h", line 92: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if 2 <= __GNUC__ || 0x5110 <= __SUNPRO_C ^ "intprops.h", line 92: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" #if 2 <= __GNUC__ || 0x5110 <= __SUNPRO_C ^ "openat-proc.c", line 77: warning #2223-D: function "open" declared implicitly int proc_self_fd = open ("/proc/self/fd", ^ "openat-proc.c", line 78: warning #4242-D: no prototype or definition in scope for call to "open" O_SEARCH | O_DIRECTORY | O_NOCTTY | O_NONBLOCK); ^ source='printf-args.c' object='printf-args.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o printf-args.o printf-args.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 380: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./stdio.h", line 380: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./stdio.h", line 390: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 390: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 394: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./stdio.h", line 411: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 411: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 415: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "./time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "./wchar.h", line 79: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./wchar.h", line 89: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./wchar.h", line 89: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "printf-args.h", line 82: warning #2193-D: zero used for undefined preprocessing identifier "ENABLE_UNISTDIO" #if ENABLE_UNISTDIO ^ "printf-args.h", line 127: warning #2193-D: zero used for undefined preprocessing identifier "ENABLE_UNISTDIO" #if ENABLE_UNISTDIO ^ "printf-args.h", line 134: remark #4227-D: padding struct with 4 bytes to align member "a" a; ^ "printf-args.c", line 45: remark #4235-D: conversion from "int" to "signed char" may lose significant bits ap->a.a_schar = va_arg (args, /*signed char*/ int); ^ "printf-args.c", line 48: remark #4235-D: conversion from "int" to "unsigned char" may lose significant bits ap->a.a_uchar = va_arg (args, /*unsigned char*/ int); ^ "printf-args.c", line 51: remark #4235-D: conversion from "int" to "short" may lose significant bits ap->a.a_short = va_arg (args, /*short*/ int); ^ "printf-args.c", line 54: remark #4235-D: conversion from "int" to "unsigned short" may lose significant bits ap->a.a_ushort = va_arg (args, /*unsigned short*/ int); ^ "printf-args.c", line 143: warning #2193-D: zero used for undefined preprocessing identifier "ENABLE_UNISTDIO" #if ENABLE_UNISTDIO ^ source='printf-parse.c' object='printf-parse.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o printf-parse.o printf-parse.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "printf-parse.h", line 25: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_FEATURES_H" #if HAVE_FEATURES_H ^ "./wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 380: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./stdio.h", line 380: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./stdio.h", line 390: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 390: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 394: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./stdio.h", line 411: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 411: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 415: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "./time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "./wchar.h", line 79: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./wchar.h", line 89: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./wchar.h", line 89: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "printf-args.h", line 82: warning #2193-D: zero used for undefined preprocessing identifier "ENABLE_UNISTDIO" #if ENABLE_UNISTDIO ^ "printf-args.h", line 127: warning #2193-D: zero used for undefined preprocessing identifier "ENABLE_UNISTDIO" #if ENABLE_UNISTDIO ^ "printf-args.h", line 134: remark #4227-D: padding struct with 4 bytes to align member "a" a; ^ "printf-parse.h", line 39: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" #if __GLIBC__ >= 2 && !defined __UCLIBC__ ^ "printf-parse.h", line 65: remark #4227-D: padding struct with 3 bytes to align member "arg_index" size_t arg_index; ^ "printf-parse.h", line 80: warning #2193-D: zero used for undefined preprocessing identifier "ENABLE_UNISTDIO" #if ENABLE_UNISTDIO ^ "printf-parse.h", line 173: warning #2193-D: zero used for undefined preprocessing identifier "ENABLE_UNISTDIO" #if ENABLE_UNISTDIO ^ "./stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "xsize.h", line 52: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "xsize.h", line 63: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "xsize.h", line 73: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "xsize.h", line 83: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "printf-parse.c", line 74: warning #2193-D: zero used for undefined preprocessing identifier "CHAR_T_ONLY_ASCII" #if CHAR_T_ONLY_ASCII ^ "printf-parse.c", line 165: remark #4272-D: conversion from "int" to "size_t" may lose sign n = xsum (xtimes (n, 10), *np - '0'); ^ "printf-parse.c", line 210: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" #if __GLIBC__ >= 2 && !defined __UCLIBC__ ^ "printf-parse.c", line 242: remark #4272-D: conversion from "int" to "size_t" may lose sign n = xsum (xtimes (n, 10), *np - '0'); ^ "printf-parse.c", line 270: remark #4272-D: conversion from "long" to "size_t" may lose sign width_length = dp->width_end - dp->width_start; ^ "printf-parse.c", line 299: remark #4272-D: conversion from "int" to "size_t" may lose sign n = xsum (xtimes (n, 10), *np - '0'); ^ "printf-parse.c", line 328: remark #4272-D: conversion from "long" to "size_t" may lose sign precision_length = dp->precision_end - dp->precision_start; ^ "printf-parse.c", line 545: warning #2193-D: zero used for undefined preprocessing identifier "ENABLE_UNISTDIO" #if ENABLE_UNISTDIO ^ "printf-parse.c", line 603: warning #2193-D: zero used for undefined preprocessing identifier "CHAR_T_ONLY_ASCII" #if CHAR_T_ONLY_ASCII ^ source='readlink.c' object='readlink.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o readlink.o readlink.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "./time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "./sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "./sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "readlink.c", line 56: warning #2193-D: zero used for undefined preprocessing identifier "READLINK_TRAILING_SLASH_BUG" # if READLINK_TRAILING_SLASH_BUG ^ source='signbitd.c' object='signbitd.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o signbitd.o signbitd.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./math.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./math.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./math.h", line 295: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./math.h", line 295: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./math.h", line 305: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./math.h", line 305: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./math.h", line 309: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./math.h", line 326: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./math.h", line 326: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./math.h", line 330: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./math.h", line 2526: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if __GNUC__ >= 2 && !defined __STRICT_ANSI__ ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "isnand-nolibm.h", line 20: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if __GNUC__ >= 4 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ source='signbitf.c' object='signbitf.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o signbitf.o signbitf.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./math.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./math.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./math.h", line 295: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./math.h", line 295: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./math.h", line 305: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./math.h", line 305: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./math.h", line 309: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./math.h", line 326: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./math.h", line 326: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./math.h", line 330: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./math.h", line 2526: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if __GNUC__ >= 2 && !defined __STRICT_ANSI__ ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "isnanf-nolibm.h", line 20: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if __GNUC__ >= 4 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ source='signbitl.c' object='signbitl.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o signbitl.o signbitl.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./math.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./math.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./math.h", line 295: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./math.h", line 295: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./math.h", line 305: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./math.h", line 305: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./math.h", line 309: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./math.h", line 326: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./math.h", line 326: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./math.h", line 330: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./math.h", line 2526: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if __GNUC__ >= 2 && !defined __STRICT_ANSI__ ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "isnanl-nolibm.h", line 17: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_ISNANL_IN_LIBC" #if HAVE_ISNANL_IN_LIBC ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ source='snprintf.c' object='snprintf.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o snprintf.o snprintf.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 380: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./stdio.h", line 380: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./stdio.h", line 390: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 390: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 394: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./stdio.h", line 411: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 411: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 415: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "vasnprintf.h", line 32: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "vasnprintf.h", line 32: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "vasnprintf.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "REPLACE_VASNPRINTF" #if REPLACE_VASNPRINTF ^ "snprintf.c", line 70: remark #4229-D: 64 bit migration: conversion from "size_t" to "int" may truncate value return len; ^ source='sprintf.c' object='sprintf.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o sprintf.o sprintf.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 380: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./stdio.h", line 380: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./stdio.h", line 390: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 390: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 394: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./stdio.h", line 411: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 411: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./stdio.h", line 415: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "./time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "./stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "vasnprintf.h", line 32: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "vasnprintf.h", line 32: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "vasnprintf.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "REPLACE_VASNPRINTF" #if REPLACE_VASNPRINTF ^ "sprintf.c", line 79: remark #4229-D: 64 bit migration: conversion from "size_t" to "int" may truncate value return len; ^ source='stat.c' object='stat.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o stat.o stat.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/stat.h", line 32: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "./time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "./sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "verify.h", line 34: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (4 < __GNUC__ || (__GNUC__ == 4 && 6 <= __GNUC_MINOR__)) && !defined __cplusplus ^ "verify.h", line 34: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (4 < __GNUC__ || (__GNUC__ == 4 && 6 <= __GNUC_MINOR__)) && !defined __cplusplus ^ "verify.h", line 39: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (99 < __GNUC__) && defined __cplusplus ^ "stat.c", line 63: warning #2193-D: zero used for undefined preprocessing identifier "REPLACE_FUNC_STAT_DIR" #if REPLACE_FUNC_STAT_DIR ^ "stat.c", line 95: warning #2193-D: zero used for undefined preprocessing identifier "REPLACE_FUNC_STAT_DIR" #if REPLACE_FUNC_STAT_DIR ^ source='stpcpy.c' object='stpcpy.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o stpcpy.o stpcpy.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 317: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./string.h", line 317: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./string.h", line 327: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./string.h", line 327: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./string.h", line 331: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./string.h", line 348: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./string.h", line 348: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./string.h", line 352: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ source='strerror.c' object='strerror.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o strerror.o strerror.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 317: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./string.h", line 317: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./string.h", line 327: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./string.h", line 327: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./string.h", line 331: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./string.h", line 348: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./string.h", line 348: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./string.h", line 352: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "intprops.h", line 92: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if 2 <= __GNUC__ || 0x5110 <= __SUNPRO_C ^ "intprops.h", line 92: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" #if 2 <= __GNUC__ || 0x5110 <= __SUNPRO_C ^ "strerror-override.h", line 31: warning #2193-D: zero used for undefined preprocessing identifier "REPLACE_STRERROR_0" # if REPLACE_STRERROR_0 \ ^ "strerror-override.h", line 32: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_ESOCK" || GNULIB_defined_ESOCK \ ^ "strerror-override.h", line 33: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_EWINSOCK" || GNULIB_defined_EWINSOCK \ ^ "strerror-override.h", line 34: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_ENOMSG" || GNULIB_defined_ENOMSG \ ^ "strerror-override.h", line 35: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_EIDRM" || GNULIB_defined_EIDRM \ ^ "strerror-override.h", line 36: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_ENOLINK" || GNULIB_defined_ENOLINK \ ^ "strerror-override.h", line 37: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_EPROTO" || GNULIB_defined_EPROTO \ ^ "strerror-override.h", line 38: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_EMULTIHOP" || GNULIB_defined_EMULTIHOP \ ^ "strerror-override.h", line 39: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_EBADMSG" || GNULIB_defined_EBADMSG \ ^ "strerror-override.h", line 40: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_EOVERFLOW" || GNULIB_defined_EOVERFLOW \ ^ "strerror-override.h", line 41: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_ENOTSUP" || GNULIB_defined_ENOTSUP \ ^ "strerror-override.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_ENETRESET" || GNULIB_defined_ENETRESET \ ^ "strerror-override.h", line 43: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_ECONNABORTED" || GNULIB_defined_ECONNABORTED \ ^ "strerror-override.h", line 44: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_ESTALE" || GNULIB_defined_ESTALE \ ^ "strerror-override.h", line 45: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_EDQUOT" || GNULIB_defined_EDQUOT \ ^ "strerror-override.h", line 46: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_ECANCELED" || GNULIB_defined_ECANCELED ^ "verify.h", line 34: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (4 < __GNUC__ || (__GNUC__ == 4 && 6 <= __GNUC_MINOR__)) && !defined __cplusplus ^ "verify.h", line 34: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (4 < __GNUC__ || (__GNUC__ == 4 && 6 <= __GNUC_MINOR__)) && !defined __cplusplus ^ "verify.h", line 39: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (99 < __GNUC__) && defined __cplusplus ^ "strerror.c", line 58: remark #4264-D: padding size of struct with 3 bytes to alignment boundary verify (sizeof buf >= sizeof (fmt) + INT_STRLEN_BOUND (n)); ^ source='strsignal.c' object='strsignal.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o strsignal.o strsignal.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 317: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./string.h", line 317: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./string.h", line 327: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./string.h", line 327: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./string.h", line 331: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./string.h", line 348: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./string.h", line 348: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./string.h", line 352: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./signal.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./signal.h", line 52: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./signal.h", line 410: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_sighandler_t" # if !GNULIB_defined_sighandler_t ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "gettext.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "ENABLE_NLS" #if ENABLE_NLS ^ "gettext.h", line 190: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 190: warning #2193-D: zero used for undefined preprocessing identifier "__GNUG__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "gettext.h", line 214: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 214: warning #2193-D: zero used for undefined preprocessing identifier "__GNUG__" #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 229: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 229: warning #2193-D: zero used for undefined preprocessing identifier "__GNUG__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 260: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 260: warning #2193-D: zero used for undefined preprocessing identifier "__GNUG__" #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 275: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "gettext.h", line 275: warning #2193-D: zero used for undefined preprocessing identifier "__GNUG__" #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "./time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "glthread/lock.h", line 379: warning #2193-D: zero used for undefined preprocessing identifier "USE_PTH_THREADS" #if USE_PTH_THREADS ^ "glthread/lock.h", line 487: warning #2193-D: zero used for undefined preprocessing identifier "USE_SOLARIS_THREADS" #if USE_SOLARIS_THREADS ^ "glthread/lock.h", line 616: warning #2193-D: zero used for undefined preprocessing identifier "USE_WINDOWS_THREADS" #if USE_WINDOWS_THREADS ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "glthread/tls.h", line 75: warning #4037-D: secondary must be uniquely matched to primary, ignored # pragma weak pthread_self ^ "glthread/tls.h", line 118: warning #2193-D: zero used for undefined preprocessing identifier "USE_PTH_THREADS" #if USE_PTH_THREADS ^ "glthread/tls.h", line 171: warning #2193-D: zero used for undefined preprocessing identifier "USE_SOLARIS_THREADS" #if USE_SOLARIS_THREADS ^ "glthread/tls.h", line 223: warning #2193-D: zero used for undefined preprocessing identifier "USE_WINDOWS_THREADS" #if USE_WINDOWS_THREADS ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "gettext.h", line 148: remark #2177-D: function "pgettext_aux" was declared but never referenced pgettext_aux (const char *domain, ^ "gettext.h", line 167: remark #2177-D: function "npgettext_aux" was declared but never referenced npgettext_aux (const char *domain, ^ "gettext.h", line 207: remark #2177-D: function "dcpgettext_expr" was declared but never referenced dcpgettext_expr (const char *domain, ^ "gettext.h", line 252: remark #2177-D: function "dcnpgettext_expr" was declared but never referenced dcnpgettext_expr (const char *domain, ^ source='vasnprintf.c' object='vasnprintf.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -D_HPUX_SOURCE +w +wlint -c -o vasnprintf.o vasnprintf.c "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "./config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "./config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "vasnprintf.c", line 62: warning #2193-D: zero used for undefined preprocessing identifier "WIDE_CHAR_VERSION" # if WIDE_CHAR_VERSION ^ "vasnprintf.h", line 32: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "vasnprintf.h", line 32: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "vasnprintf.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "REPLACE_VASNPRINTF" #if REPLACE_VASNPRINTF ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "./sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "./stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "./string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "vasnprintf.c", line 80: warning #2193-D: zero used for undefined preprocessing identifier "WIDE_CHAR_VERSION" # if WIDE_CHAR_VERSION ^ "printf-parse.h", line 25: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_FEATURES_H" #if HAVE_FEATURES_H ^ "./wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "./time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "./wchar.h", line 79: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./wchar.h", line 89: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "./wchar.h", line 89: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "printf-args.h", line 82: warning #2193-D: zero used for undefined preprocessing identifier "ENABLE_UNISTDIO" #if ENABLE_UNISTDIO ^ "printf-args.h", line 127: warning #2193-D: zero used for undefined preprocessing identifier "ENABLE_UNISTDIO" #if ENABLE_UNISTDIO ^ "printf-args.h", line 134: remark #4227-D: padding struct with 4 bytes to align member "a" a; ^ "printf-parse.h", line 39: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" #if __GLIBC__ >= 2 && !defined __UCLIBC__ ^ "printf-parse.h", line 65: remark #4227-D: padding struct with 3 bytes to align member "arg_index" size_t arg_index; ^ "printf-parse.h", line 80: warning #2193-D: zero used for undefined preprocessing identifier "ENABLE_UNISTDIO" #if ENABLE_UNISTDIO ^ "printf-parse.h", line 173: warning #2193-D: zero used for undefined preprocessing identifier "ENABLE_UNISTDIO" #if ENABLE_UNISTDIO ^ "./stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "./sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "xsize.h", line 52: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "xsize.h", line 63: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "xsize.h", line 73: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "xsize.h", line 83: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "verify.h", line 34: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (4 < __GNUC__ || (__GNUC__ == 4 && 6 <= __GNUC_MINOR__)) && !defined __cplusplus ^ "verify.h", line 34: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (4 < __GNUC__ || (__GNUC__ == 4 && 6 <= __GNUC_MINOR__)) && !defined __cplusplus ^ "verify.h", line 39: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (99 < __GNUC__) && defined __cplusplus ^ "./math.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "./math.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "./math.h", line 2526: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if __GNUC__ >= 2 && !defined __STRICT_ANSI__ ^ "isnand-nolibm.h", line 20: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if __GNUC__ >= 4 ^ "isnanl-nolibm.h", line 17: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_ISNANL_IN_LIBC" #if HAVE_ISNANL_IN_LIBC ^ "isnand-nolibm.h", line 20: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if __GNUC__ >= 4 ^ "isnanl-nolibm.h", line 17: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_ISNANL_IN_LIBC" #if HAVE_ISNANL_IN_LIBC ^ "vasnprintf.c", line 123: warning #2193-D: zero used for undefined preprocessing identifier "WIDE_CHAR_VERSION" # if WIDE_CHAR_VERSION ^ "vasnprintf.c", line 147: warning #2193-D: zero used for undefined preprocessing identifier "WIDE_CHAR_VERSION" #if WIDE_CHAR_VERSION ^ "vasnprintf.c", line 171: warning #2193-D: zero used for undefined preprocessing identifier "__GNU_LIBRARY__" # if (HAVE_DECL__SNPRINTF || HAVE_SNPRINTF) && !defined __BEOS__ && !(__GNU_LIBRARY__ == 1) ^ "vasnprintf.c", line 211: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_SNPRINTF_RETVAL_C99" #if (!USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99) && !WIDE_CHAR_VERSION ^ "vasnprintf.c", line 211: warning #2193-D: zero used for undefined preprocessing identifier "WIDE_CHAR_VERSION" #if (!USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99) && !WIDE_CHAR_VERSION ^ "vasnprintf.c", line 212: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_STRNLEN" # if (HAVE_STRNLEN && !defined _AIX) ^ "vasnprintf.c", line 227: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_SNPRINTF_RETVAL_C99" #if (((!USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99) && WIDE_CHAR_VERSION) || ((!USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99 || (NEED_PRINTF_DIRECTIVE_LS && !defined IN_LIBINTL)) && !WIDE_CHAR_VERSION && DCHAR_IS_TCHAR)) && HAVE_WCHAR_T ^ "vasnprintf.c", line 227: warning #2193-D: zero used for undefined preprocessing identifier "WIDE_CHAR_VERSION" #if (((!USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99) && WIDE_CHAR_VERSION) || ((!USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99 || (NEED_PRINTF_DIRECTIVE_LS && !defined IN_LIBINTL)) && !WIDE_CHAR_VERSION && DCHAR_IS_TCHAR)) && HAVE_WCHAR_T ^ "vasnprintf.c", line 227: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_SNPRINTF_RETVAL_C99" #if (((!USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99) && WIDE_CHAR_VERSION) || ((!USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99 || (NEED_PRINTF_DIRECTIVE_LS && !defined IN_LIBINTL)) && !WIDE_CHAR_VERSION && DCHAR_IS_TCHAR)) && HAVE_WCHAR_T ^ "vasnprintf.c", line 227: warning #2193-D: zero used for undefined preprocessing identifier "WIDE_CHAR_VERSION" #if (((!USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99) && WIDE_CHAR_VERSION) || ((!USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99 || (NEED_PRINTF_DIRECTIVE_LS && !defined IN_LIBINTL)) && !WIDE_CHAR_VERSION && DCHAR_IS_TCHAR)) && HAVE_WCHAR_T ^ "vasnprintf.c", line 250: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_SNPRINTF_RETVAL_C99" #if (!USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99) && HAVE_WCHAR_T && WIDE_CHAR_VERSION ^ "vasnprintf.c", line 250: warning #2193-D: zero used for undefined preprocessing identifier "WIDE_CHAR_VERSION" #if (!USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99) && HAVE_WCHAR_T && WIDE_CHAR_VERSION ^ "vasnprintf.c", line 281: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if HAVE_NL_LANGINFO && (__GLIBC__ || defined __UCLIBC__ || (defined __APPLE__ && defined __MACH__)) ^ "vasnprintf.c", line 291: remark #4235-D: conversion from "int" to "char" may lose significant bits return (point[0] != '\0' ? point[0] : '.'); ^ "vasnprintf.c", line 296: warning #2193-D: zero used for undefined preprocessing identifier "NEED_PRINTF_INFINITE_DOUBLE" #if NEED_PRINTF_INFINITE_DOUBLE && !NEED_PRINTF_DOUBLE && !defined IN_LIBINTL ^ "vasnprintf.c", line 307: warning #2193-D: zero used for undefined preprocessing identifier "NEED_PRINTF_INFINITE_LONG_DOUBLE" #if NEED_PRINTF_INFINITE_LONG_DOUBLE && !NEED_PRINTF_LONG_DOUBLE && !defined IN_LIBINTL ^ "vasnprintf.c", line 326: remark #4264-D: padding size of struct with 3 bytes to alignment boundary verify (sizeof (mp_limb_t) * CHAR_BIT == GMP_LIMB_BITS); ^ "vasnprintf.c", line 330: remark #4264-D: padding size of struct with 3 bytes to alignment boundary verify (sizeof (mp_twolimb_t) * CHAR_BIT == GMP_TWOLIMB_BITS); ^ "vasnprintf.c", line 529: remark #4235-D: conversion from "unsigned long long" to "mp_limb_t" may lose significant bits *--destptr = num / den; ^ "vasnprintf.c", line 530: remark #4235-D: conversion from "unsigned long long" to "mp_limb_t" may lose significant bits remainder = num % den; ^ "vasnprintf.c", line 557: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) ^ "vasnprintf.c", line 557: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) ^ "vasnprintf.c", line 682: remark #4235-D: conversion from "unsigned long long" to "mp_limb_t" may lose significant bits q_star = num / b_msd; ^ "vasnprintf.c", line 683: remark #4235-D: conversion from "unsigned long long" to "mp_limb_t" may lose significant bits c1 = num % b_msd; ^ "vasnprintf.c", line 761: remark #4272-D: conversion from "int" to "mp_limb_t" may lose sign carry = ^ "vasnprintf.c", line 868: remark #4235-D: conversion from "unsigned long long" to "mp_limb_t" may lose significant bits *ptr = num / 1000000000; ^ "vasnprintf.c", line 869: remark #4235-D: conversion from "unsigned long long" to "mp_limb_t" may lose significant bits remainder = num % 1000000000; ^ "vasnprintf.c", line 874: remark #4235-D: conversion from "unsigned int" to "char" may lose significant bits *d_ptr++ = '0' + (remainder % 10); ^ "vasnprintf.c", line 928: remark #4272-D: conversion from "int" to "mp_limb_t" may lose sign hi = (int) y; ^ "vasnprintf.c", line 933: remark #4272-D: conversion from "int" to "mp_limb_t" may lose sign lo = (int) y; ^ "vasnprintf.c", line 955: remark #4272-D: conversion from "int" to "mp_limb_t" may lose sign hi = (int) y; ^ "vasnprintf.c", line 960: remark #4272-D: conversion from "int" to "mp_limb_t" may lose sign lo = (int) y; ^ "vasnprintf.c", line 1016: remark #4272-D: conversion from "int" to "mp_limb_t" may lose sign hi = (int) y; ^ "vasnprintf.c", line 1021: remark #4272-D: conversion from "int" to "mp_limb_t" may lose sign lo = (int) y; ^ "vasnprintf.c", line 1043: remark #4272-D: conversion from "int" to "mp_limb_t" may lose sign hi = (int) y; ^ "vasnprintf.c", line 1048: remark #4272-D: conversion from "int" to "mp_limb_t" may lose sign lo = (int) y; ^ "vasnprintf.c", line 1097: remark #4272-D: conversion from "int" to "size_t" may lose sign extra_zeroes = (s < n ? s : n); ^ "vasnprintf.c", line 1098: remark #4229-D: 64 bit migration: conversion from "unsigned long" to "int" may truncate value s -= extra_zeroes; ^ "vasnprintf.c", line 1099: remark #4229-D: 64 bit migration: conversion from "unsigned long" to "int" may truncate value n -= extra_zeroes; ^ "vasnprintf.c", line 1106: remark #4272-D: conversion from "int" to "unsigned int" may lose sign abs_n = (n >= 0 ? n : -n); ^ "vasnprintf.c", line 1107: remark #4272-D: conversion from "int" to "unsigned int" may lose sign abs_s = (s >= 0 ? s : -s); ^ "vasnprintf.c", line 1268: remark #4272-D: conversion from "long" to "size_t" may lose sign numerator.nlimbs = destptr - num_ptr; ^ "vasnprintf.c", line 1378: remark #4235-D: conversion from "long double" to "double" may lose significant bits z = y; ^ "vasnprintf.c", line 1520: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_SNPRINTF_RETVAL_C99" #if !USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99 ^ "vasnprintf.c", line 1525: warning #2193-D: zero used for undefined preprocessing identifier "WIDE_CHAR_VERSION" # if WIDE_CHAR_VERSION ^ "vasnprintf.c", line 1674: warning #2193-D: zero used for undefined preprocessing identifier "WIDE_CHAR_VERSION" # if HAVE_WINT_T && !WIDE_CHAR_VERSION ^ "vasnprintf.c", line 1676: remark #4272-D: conversion from "int" to "size_t" may lose sign tmp_length = MB_CUR_MAX; ^ "vasnprintf.c", line 1686: warning #2193-D: zero used for undefined preprocessing identifier "WIDE_CHAR_VERSION" # if WIDE_CHAR_VERSION ^ "vasnprintf.c", line 1713: warning #2193-D: zero used for undefined preprocessing identifier "WIDE_CHAR_VERSION" # if WIDE_CHAR_VERSION ^ "vasnprintf.c", line 1751: warning #2193-D: zero used for undefined preprocessing identifier "ENABLE_UNISTDIO" # if ENABLE_UNISTDIO ^ "vasnprintf.c", line 1535: remark #2826-D: parameter "flags" was never referenced arg_type type, int flags, size_t width, int has_precision, ^ "vasnprintf.c", line 1874: remark #4272-D: conversion from "long" to "size_t" may lose sign size_t n = dp->dir_start - cp; ^ "vasnprintf.c", line 1918: remark #4235-D: conversion from "size_t" to "signed char" may lose significant bits *a.arg[dp->arg_index].a.a_count_schar_pointer = length; ^ "vasnprintf.c", line 1921: remark #4235-D: conversion from "size_t" to "short" may lose significant bits *a.arg[dp->arg_index].a.a_count_short_pointer = length; ^ "vasnprintf.c", line 1924: remark #4229-D: 64 bit migration: conversion from "size_t" to "int" may truncate value *a.arg[dp->arg_index].a.a_count_int_pointer = length; ^ "vasnprintf.c", line 1938: warning #2193-D: zero used for undefined preprocessing identifier "ENABLE_UNISTDIO" #if ENABLE_UNISTDIO ^ "vasnprintf.c", line 2402: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_SNPRINTF_RETVAL_C99" #if (!USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99 || (NEED_PRINTF_DIRECTIVE_LS && !defined IN_LIBINTL)) && HAVE_WCHAR_T ^ "vasnprintf.c", line 2404: warning #2193-D: zero used for undefined preprocessing identifier "WIDE_CHAR_VERSION" # if WIDE_CHAR_VERSION ^ "vasnprintf.c", line 2446: remark #4272-D: conversion from "int" to "size_t" may lose sign width = arg; ^ "vasnprintf.c", line 2453: remark #4272-D: conversion from "int" to "size_t" may lose sign width = xsum (xtimes (width, 10), *digitp++ - '0'); ^ "vasnprintf.c", line 2474: remark #4272-D: conversion from "int" to "size_t" may lose sign precision = arg; ^ "vasnprintf.c", line 2484: remark #4272-D: conversion from "int" to "size_t" may lose sign precision = xsum (xtimes (precision, 10), *digitp++ - '0'); ^ "vasnprintf.c", line 2489: warning #2193-D: zero used for undefined preprocessing identifier "WIDE_CHAR_VERSION" # if WIDE_CHAR_VERSION ^ "vasnprintf.c", line 2681: remark #4229-D: 64 bit migration: conversion from "size_t" to "int" may truncate value count = wcrtomb (cbuf, *arg_end, &state); ^ "vasnprintf.c", line 2696: remark #4248-D: comparison of unsigned integer with a signed integer if (precision < count) ^ "vasnprintf.c", line 2726: remark #4229-D: 64 bit migration: conversion from "size_t" to "int" may truncate value count = wcrtomb (cbuf, *arg_end, &state); ^ "vasnprintf.c", line 2815: warning #2193-D: zero used for undefined preprocessing identifier "ENABLE_UNISTDIO" # if ENABLE_UNISTDIO ^ "vasnprintf.c", line 2857: remark #4229-D: 64 bit migration: conversion from "size_t" to "int" may truncate value count = wcrtomb (cbuf, *arg, &state); ^ "vasnprintf.c", line 2864: remark #4272-D: conversion from "int" to "size_t" may lose sign memcpy (result + length, cbuf, count); ^ "vasnprintf.c", line 2886: remark #4229-D: 64 bit migration: conversion from "size_t" to "int" may truncate value count = wcrtomb (cbuf, *arg, &state); ^ "vasnprintf.c", line 2901: remark #4272-D: conversion from "int" to "size_t" may lose sign ENSURE_ALLOCATION (xsum (length, count)); ^ "vasnprintf.c", line 2901: remark #4272-D: conversion from "int" to "size_t" may lose sign ENSURE_ALLOCATION (xsum (length, count)); ^ "vasnprintf.c", line 2901: remark #4272-D: conversion from "int" to "size_t" may lose sign ENSURE_ALLOCATION (xsum (length, count)); ^ "vasnprintf.c", line 2902: remark #4272-D: conversion from "int" to "size_t" may lose sign memcpy (result + length, cbuf, count); ^ "vasnprintf.c", line 2971: remark #4272-D: conversion from "int" to "size_t" may lose sign width = arg; ^ "vasnprintf.c", line 2978: remark #4272-D: conversion from "int" to "size_t" may lose sign width = xsum (xtimes (width, 10), *digitp++ - '0'); ^ "vasnprintf.c", line 2999: remark #4272-D: conversion from "int" to "size_t" may lose sign precision = arg; ^ "vasnprintf.c", line 3009: remark #4272-D: conversion from "int" to "size_t" may lose sign precision = xsum (xtimes (precision, 10), *digitp++ - '0'); ^ "vasnprintf.c", line 3077: remark #4235-D: conversion from "long double" to "double" may lose significant bits if (signbit (arg)) /* arg < 0.0L or negative zero */ ^ "vasnprintf.c", line 3077: remark #4235-D: conversion from "long double" to "float" may lose significant bits if (signbit (arg)) /* arg < 0.0L or negative zero */ ^ "vasnprintf.c", line 3142: remark #4235-D: conversion from "int" to "char" may lose significant bits *p++ = dp->conversion - 'A' + 'X'; ^ "vasnprintf.c", line 3149: remark #4235-D: conversion from "int" to "char" may lose significant bits *p++ = '0' + digit; ^ "vasnprintf.c", line 3161: remark #4235-D: conversion from "int" to "char" may lose significant bits *p++ = digit ^ "vasnprintf.c", line 3175: remark #4235-D: conversion from "int" to "char" may lose significant bits *p++ = dp->conversion - 'A' + 'P'; ^ "vasnprintf.c", line 3176: warning #2193-D: zero used for undefined preprocessing identifier "WIDE_CHAR_VERSION" # if WIDE_CHAR_VERSION ^ "vasnprintf.c", line 3228: remark #4235-D: conversion from "double" to "float" may lose significant bits if (signbit (arg)) /* arg < 0.0 or negative zero */ ^ "vasnprintf.c", line 3293: remark #4235-D: conversion from "int" to "char" may lose significant bits *p++ = dp->conversion - 'A' + 'X'; ^ "vasnprintf.c", line 3300: remark #4235-D: conversion from "int" to "char" may lose significant bits *p++ = '0' + digit; ^ "vasnprintf.c", line 3312: remark #4235-D: conversion from "int" to "char" may lose significant bits *p++ = digit ^ "vasnprintf.c", line 3326: remark #4235-D: conversion from "int" to "char" may lose significant bits *p++ = dp->conversion - 'A' + 'P'; ^ "vasnprintf.c", line 3327: warning #2193-D: zero used for undefined preprocessing identifier "WIDE_CHAR_VERSION" # if WIDE_CHAR_VERSION ^ "vasnprintf.c", line 3359: remark #4248-D: comparison of unsigned integer with a signed integer if (has_width && p - tmp < width) ^ "vasnprintf.c", line 3395: remark #4272-D: conversion from "long" to "size_t" may lose sign size_t count = p - tmp; ^ "vasnprintf.c", line 3418: warning #2193-D: zero used for undefined preprocessing identifier "NEED_PRINTF_INFINITE_DOUBLE" #if (NEED_PRINTF_INFINITE_DOUBLE || NEED_PRINTF_DOUBLE || NEED_PRINTF_INFINITE_LONG_DOUBLE || NEED_PRINTF_LONG_DOUBLE) && !defined IN_LIBINTL ^ "vasnprintf.c", line 3478: remark #4272-D: conversion from "int" to "size_t" may lose sign width = arg; ^ "vasnprintf.c", line 3485: remark #4272-D: conversion from "int" to "size_t" may lose sign width = xsum (xtimes (width, 10), *digitp++ - '0'); ^ "vasnprintf.c", line 3506: remark #4272-D: conversion from "int" to "size_t" may lose sign precision = arg; ^ "vasnprintf.c", line 3516: remark #4272-D: conversion from "int" to "size_t" may lose sign precision = xsum (xtimes (precision, 10), *digitp++ - '0'); ^ "vasnprintf.c", line 3531: remark #4272-D: conversion from "int" to "size_t" may lose sign tmp_length = (type == TYPE_LONGDOUBLE ? LDBL_DIG + 1 : DBL_DIG + 1); ^ "vasnprintf.c", line 3626: remark #4235-D: conversion from "long double" to "double" may lose significant bits if (signbit (arg)) /* arg < 0.0L or negative zero */ ^ "vasnprintf.c", line 3626: remark #4235-D: conversion from "long double" to "float" may lose significant bits if (signbit (arg)) /* arg < 0.0L or negative zero */ ^ "vasnprintf.c", line 3661: remark #4229-D: 64 bit migration: conversion from "size_t" to "int" may truncate value scale10_round_decimal_long_double (arg, precision); ^ "vasnprintf.c", line 3789: warning #2193-D: zero used for undefined preprocessing identifier "WIDE_CHAR_VERSION" # if WIDE_CHAR_VERSION ^ "vasnprintf.c", line 3928: remark #4272-D: conversion from "int" to "size_t" may lose sign size_t count = exponent + 1; ^ "vasnprintf.c", line 3944: remark #4272-D: conversion from "int" to "size_t" may lose sign size_t count = -exponent - 1; ^ "vasnprintf.c", line 3969: remark #4235-D: conversion from "int" to "char" may lose significant bits *p++ = dp->conversion - 'G' + 'E'; /* 'e' or 'E' */ ^ "vasnprintf.c", line 3970: warning #2193-D: zero used for undefined preprocessing identifier "WIDE_CHAR_VERSION" # if WIDE_CHAR_VERSION ^ "vasnprintf.c", line 4091: remark #4235-D: conversion from "double" to "float" may lose significant bits if (signbit (arg)) /* arg < 0.0 or negative zero */ ^ "vasnprintf.c", line 4126: remark #4229-D: 64 bit migration: conversion from "size_t" to "int" may truncate value scale10_round_decimal_double (arg, precision); ^ "vasnprintf.c", line 4247: warning #2193-D: zero used for undefined preprocessing identifier "WIDE_CHAR_VERSION" # if WIDE_CHAR_VERSION ^ "vasnprintf.c", line 4398: remark #4272-D: conversion from "int" to "size_t" may lose sign size_t count = exponent + 1; ^ "vasnprintf.c", line 4414: remark #4272-D: conversion from "int" to "size_t" may lose sign size_t count = -exponent - 1; ^ "vasnprintf.c", line 4439: remark #4235-D: conversion from "int" to "char" may lose significant bits *p++ = dp->conversion - 'G' + 'E'; /* 'e' or 'E' */ ^ "vasnprintf.c", line 4440: warning #2193-D: zero used for undefined preprocessing identifier "WIDE_CHAR_VERSION" # if WIDE_CHAR_VERSION ^ "vasnprintf.c", line 4545: remark #4248-D: comparison of unsigned integer with a signed integer if (has_width && p - tmp < width) ^ "vasnprintf.c", line 4581: remark #4272-D: conversion from "long" to "size_t" may lose sign size_t count = p - tmp; ^ "vasnprintf.c", line 4608: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_SNPRINTF_RETVAL_C99" #if !USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99 || !DCHAR_IS_TCHAR || ENABLE_UNISTDIO || NEED_PRINTF_FLAG_LEFTADJUST || NEED_PRINTF_FLAG_ZERO || NEED_PRINTF_UNBOUNDED_PRECISION ^ "vasnprintf.c", line 4612: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_SNPRINTF_RETVAL_C99" #if !USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99 || NEED_PRINTF_UNBOUNDED_PRECISION ^ "vasnprintf.c", line 4616: warning #2193-D: zero used for undefined preprocessing identifier "NEED_PRINTF_UNBOUNDED_PRECISION" #if NEED_PRINTF_UNBOUNDED_PRECISION ^ "vasnprintf.c", line 4621: warning #2193-D: zero used for undefined preprocessing identifier "NEED_PRINTF_FLAG_LEFTADJUST" #if NEED_PRINTF_FLAG_LEFTADJUST ^ "vasnprintf.c", line 4623: warning #2193-D: zero used for undefined preprocessing identifier "ENABLE_UNISTDIO" #elif !DCHAR_IS_TCHAR || ENABLE_UNISTDIO || NEED_PRINTF_FLAG_ZERO || NEED_PRINTF_UNBOUNDED_PRECISION ^ "vasnprintf.c", line 4638: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_SNPRINTF_RETVAL_C99" #if !USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99 || !DCHAR_IS_TCHAR || ENABLE_UNISTDIO || NEED_PRINTF_FLAG_LEFTADJUST || NEED_PRINTF_FLAG_ZERO || NEED_PRINTF_UNBOUNDED_PRECISION ^ "vasnprintf.c", line 4658: remark #4272-D: conversion from "int" to "size_t" may lose sign width = arg; ^ "vasnprintf.c", line 4665: remark #4272-D: conversion from "int" to "size_t" may lose sign width = xsum (xtimes (width, 10), *digitp++ - '0'); ^ "vasnprintf.c", line 4672: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_SNPRINTF_RETVAL_C99" #if !USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99 || NEED_PRINTF_UNBOUNDED_PRECISION ^ "vasnprintf.c", line 4688: remark #4272-D: conversion from "int" to "size_t" may lose sign precision = arg; ^ "vasnprintf.c", line 4698: remark #4272-D: conversion from "int" to "size_t" may lose sign precision = xsum (xtimes (precision, 10), *digitp++ - '0'); ^ "vasnprintf.c", line 4705: warning #2193-D: zero used for undefined preprocessing identifier "NEED_PRINTF_UNBOUNDED_PRECISION" #if NEED_PRINTF_UNBOUNDED_PRECISION ^ "vasnprintf.c", line 4720: warning #2193-D: zero used for undefined preprocessing identifier "NEED_PRINTF_FLAG_LEFTADJUST" #if !NEED_PRINTF_FLAG_LEFTADJUST && (!DCHAR_IS_TCHAR || ENABLE_UNISTDIO || NEED_PRINTF_FLAG_ZERO || NEED_PRINTF_UNBOUNDED_PRECISION) ^ "vasnprintf.c", line 4720: warning #2193-D: zero used for undefined preprocessing identifier "ENABLE_UNISTDIO" #if !NEED_PRINTF_FLAG_LEFTADJUST && (!DCHAR_IS_TCHAR || ENABLE_UNISTDIO || NEED_PRINTF_FLAG_ZERO || NEED_PRINTF_UNBOUNDED_PRECISION) ^ "vasnprintf.c", line 4723: warning #2193-D: zero used for undefined preprocessing identifier "ENABLE_UNISTDIO" # if !DCHAR_IS_TCHAR || ENABLE_UNISTDIO ^ "vasnprintf.c", line 4770: warning #2193-D: zero used for undefined preprocessing identifier "NEED_PRINTF_FLAG_GROUPING" #if NEED_PRINTF_FLAG_GROUPING ^ "vasnprintf.c", line 4786: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" #if __GLIBC__ >= 2 && !defined __UCLIBC__ ^ "vasnprintf.c", line 4796: remark #4272-D: conversion from "long" to "size_t" may lose sign size_t n = dp->width_end - dp->width_start; ^ "vasnprintf.c", line 4817: remark #4272-D: conversion from "long" to "size_t" may lose sign size_t n = dp->precision_end - dp->precision_start; ^ "vasnprintf.c", line 4866: warning #2193-D: zero used for undefined preprocessing identifier "NEED_PRINTF_DIRECTIVE_F" #if NEED_PRINTF_DIRECTIVE_F ^ "vasnprintf.c", line 4873: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if !(((__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 3)) && !defined __UCLIBC__) || ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__)) ^ "vasnprintf.c", line 4873: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if !(((__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 3)) && !defined __UCLIBC__) || ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__)) ^ "vasnprintf.c", line 5119: remark #4248-D: comparison of unsigned integer with a signed integer if (count < maxlen ^ "vasnprintf.c", line 5142: warning #2193-D: zero used for undefined preprocessing identifier "HAVE_SNPRINTF_RETVAL_C99" # if !HAVE_SNPRINTF_RETVAL_C99 ^ "vasnprintf.c", line 5245: warning #2193-D: zero used for undefined preprocessing identifier "NEED_PRINTF_UNBOUNDED_PRECISION" #if NEED_PRINTF_UNBOUNDED_PRECISION ^ "vasnprintf.c", line 5414: warning #2193-D: zero used for undefined preprocessing identifier "ENABLE_UNISTDIO" #if !DCHAR_IS_TCHAR || ENABLE_UNISTDIO || NEED_PRINTF_FLAG_LEFTADJUST || NEED_PRINTF_FLAG_ZERO || NEED_PRINTF_UNBOUNDED_PRECISION ^ "vasnprintf.c", line 5414: warning #2193-D: zero used for undefined preprocessing identifier "NEED_PRINTF_FLAG_LEFTADJUST" #if !DCHAR_IS_TCHAR || ENABLE_UNISTDIO || NEED_PRINTF_FLAG_LEFTADJUST || NEED_PRINTF_FLAG_ZERO || NEED_PRINTF_UNBOUNDED_PRECISION ^ "vasnprintf.c", line 5418: warning #2193-D: zero used for undefined preprocessing identifier "ENABLE_UNISTDIO" # if ENABLE_UNISTDIO ^ "vasnprintf.c", line 5426: remark #4272-D: conversion from "int" to "size_t" may lose sign w = count; ^ "vasnprintf.c", line 5433: remark #4272-D: conversion from "int" to "size_t" may lose sign if (xsum (count, pad) > allocated - length) ^ "vasnprintf.c", line 5438: remark #4272-D: conversion from "int" to "size_t" may lose sign xmax (xsum3 (length, count, pad), ^ "vasnprintf.c", line 5460: warning #2193-D: zero used for undefined preprocessing identifier "ENABLE_UNISTDIO" # if !DCHAR_IS_TCHAR || ENABLE_UNISTDIO ^ "vasnprintf.c", line 5478: remark #4229-D: 64 bit migration: conversion from "unsigned long" to "int" may truncate value count = count + pad; /* = end - rp */ ^ "vasnprintf.c", line 5524: warning #2193-D: zero used for undefined preprocessing identifier "NEED_PRINTF_DIRECTIVE_F" #if NEED_PRINTF_DIRECTIVE_F ^ "vasnprintf.c", line 575: remark #4298-D: subtraction result could be truncated before cast to bigger sized type - (((m.word[DBL_EXPBIT0_WORD] >> DBL_EXPBIT0_BIT) & DBL_EXP_MASK) ^ "vasnprintf.c", line 737: warning #4249-D: value could be truncated before cast to bigger sized type + (mp_limb_t) ~(*destptr); ^ "vasnprintf.c", line 1109: remark #4298-D: addition result could be truncated before cast to bigger sized type + abs_s / GMP_LIMB_BITS + 1) ^ "vasnprintf.c", line 1220: remark #4298-D: addition result could be truncated before cast to bigger sized type denominator.nlimbs = s_limbs + 1; ^ "vasnprintf.c", line 3928: remark #4298-D: addition result could be truncated before cast to bigger sized type size_t count = exponent + 1; ^ "vasnprintf.c", line 3944: remark #4298-D: subtraction result could be truncated before cast to bigger sized type size_t count = -exponent - 1; ^ "vasnprintf.c", line 4398: remark #4298-D: addition result could be truncated before cast to bigger sized type size_t count = exponent + 1; ^ "vasnprintf.c", line 4414: remark #4298-D: subtraction result could be truncated before cast to bigger sized type size_t count = -exponent - 1; ^ "vasnprintf.c", line 5234: remark #4298-D: addition result could be truncated before cast to bigger sized type ((unsigned int) count + 2 ^ "vasnprintf.c", line 3090: remark #4273-D: floating-point equality and inequality comparisons may be inappropriate due to roundoff common in floating-point computation if (arg > 0.0L && arg + arg == arg) ^ "vasnprintf.c", line 3241: remark #4273-D: floating-point equality and inequality comparisons may be inappropriate due to roundoff common in floating-point computation if (arg > 0.0 && arg + arg == arg) ^ "vasnprintf.c", line 3425: remark #4278-D: the subexpression in logical expression is a constant || a.arg[dp->arg_index].type == TYPE_DOUBLE ^ "vasnprintf.c", line 3550: remark #4273-D: floating-point equality and inequality comparisons may be inappropriate due to roundoff common in floating-point computation if (!(isnanl (arg) || arg + arg == arg)) ^ "vasnprintf.c", line 3566: remark #4273-D: floating-point equality and inequality comparisons may be inappropriate due to roundoff common in floating-point computation if (!(isnand (arg) || arg + arg == arg)) ^ "vasnprintf.c", line 3639: remark #4273-D: floating-point equality and inequality comparisons may be inappropriate due to roundoff common in floating-point computation if (arg > 0.0L && arg + arg == arg) ^ "vasnprintf.c", line 4104: remark #4273-D: floating-point equality and inequality comparisons may be inappropriate due to roundoff common in floating-point computation if (arg > 0.0 && arg + arg == arg) ^ "vasnprintf.c", line 5214: remark #4298-D: addition result could be truncated before cast to bigger sized type if ((unsigned int) count + 1 >= maxlen) ^ "vasnprintf.c", line 1877, procedure vasnprintf: warning #20200-D: Potential null pointer dereference through result is detected (null definition:vasnprintf.c, line 1837) "vasnprintf.c", line 3719, procedure vasnprintf: warning #20205-D: Pointer is used after free "vasnprintf.c", line 3855, procedure vasnprintf: warning #20205-D: Pointer is used after free "vasnprintf.c", line 4181, procedure vasnprintf: warning #20205-D: Pointer is used after free "vasnprintf.c", line 4329, procedure vasnprintf: warning #20205-D: Pointer is used after free rm -f libgnu.a ar cru libgnu.a cloexec.o concat-filename.o exitfail.o findprog.o hash-pjw.o glthread/lock.o openat-die.o printf-frexp.o printf-frexpl.o progname.o save-cwd.o tempname.o glthread/threadlib.o glthread/tls.o dup-safer.o fd-safer.o pipe-safer.o xmalloc.o xalloc-die.o xconcat-filename.o asnprintf.o chdir-long.o error.o fcntl.o fdopendir.o frexp.o frexpl.o fstatat.o getcwd.o getcwd-lgpl.o getopt.o getopt1.o isnanl.o lstat.o mempcpy.o memrchr.o mkstemp.o obstack.o obstack_printf.o open.o openat.o openat-proc.o printf-args.o printf-parse.o readlink.o signbitd.o signbitf.o signbitl.o snprintf.o sprintf.o stat.o stpcpy.o strerror.o strsignal.o vasnprintf.o ranlib libgnu.a Making all in doc Making all in man gmake all-am Making all in src ../build-aux/extract-help -o ci.help ci.c ../build-aux/extract-help -o co.help co.c ../build-aux/extract-help -o rcs.help rcs.c ../build-aux/extract-help -o rcsclean.help rcsclean.c ../build-aux/extract-help -o rcsdiff.help rcsdiff.c ../build-aux/extract-help -o rcsmerge.help rcsmerge.c ../build-aux/extract-help -o rlog.help rlog.c ../build-aux/extract-help -o ident.help ident.c ../build-aux/extract-help -o merge.help merge.c ../build-aux/extract-help -o super.help super.c gmake all-am source='b-anchor.c' object='b-anchor.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c b-anchor.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "b-anchor.c", line 43: error #3049: an initializer cannot be specified for a flexible array member TINY_DECL (ciklog) = TINY_INIT ("checked in with -k by "); ^ "b-anchor.c", line 44: error #3049: an initializer cannot be specified for a flexible array member TINYK (access); ^ "b-anchor.c", line 45: error #3049: an initializer cannot be specified for a flexible array member TINYK (author); ^ "b-anchor.c", line 46: error #3049: an initializer cannot be specified for a flexible array member TINYK (branch); ^ "b-anchor.c", line 47: error #3049: an initializer cannot be specified for a flexible array member TINYK (branches); ^ "b-anchor.c", line 48: error #3049: an initializer cannot be specified for a flexible array member TINYK (comment); ^ "b-anchor.c", line 49: error #3049: an initializer cannot be specified for a flexible array member TINYK (commitid); ^ "b-anchor.c", line 50: error #3049: an initializer cannot be specified for a flexible array member TINYK (date); ^ "b-anchor.c", line 51: error #3049: an initializer cannot be specified for a flexible array member TINYK (desc); ^ "b-anchor.c", line 52: error #3049: an initializer cannot be specified for a flexible array member TINYK (expand); ^ "b-anchor.c", line 53: error #3049: an initializer cannot be specified for a flexible array member TINYK (head); ^ "b-anchor.c", line 54: error #3049: an initializer cannot be specified for a flexible array member TINYK (integrity); ^ "b-anchor.c", line 55: error #3049: an initializer cannot be specified for a flexible array member TINYK (locks); ^ "b-anchor.c", line 56: error #3049: an initializer cannot be specified for a flexible array member TINYK (log); ^ "b-anchor.c", line 57: error #3049: an initializer cannot be specified for a flexible array member TINYK (next); ^ "b-anchor.c", line 58: error #3049: an initializer cannot be specified for a flexible array member TINYK (state); ^ "b-anchor.c", line 59: error #3049: an initializer cannot be specified for a flexible array member TINYK (strict); ^ "b-anchor.c", line 63: error #3049: an initializer cannot be specified for a flexible array member TINYK (symbols); ^ "b-anchor.c", line 64: error #3049: an initializer cannot be specified for a flexible array member TINYK (text); ^ "b-anchor.c", line 111: remark #4229-D: 64 bit migration: conversion from "size_t" to "int" may truncate value found->i = i; ^ 19 errors detected in the compilation of "b-anchor.c". gmake[2]: [b-anchor.o] Error 2 (ignored) source='b-complain.c' object='b-complain.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c b-complain.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ source='b-divvy.c' object='b-divvy.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c b-divvy.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/obstack.h", line 149: remark #4255-D: padding size of struct "obstack" with 3 bytes to alignment boundary struct obstack /* control current object in current chunk */ ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "b-divvy.c", line 79: remark #4229-D: 64 bit migration: conversion from "unsigned long" to "int" may truncate value obstack_alignment_mask (divvy->space) = widest - 1; ^ "b-divvy.c", line 105: remark #4229-D: 64 bit migration: conversion from "ptrdiff_t" to "int" may truncate value return obstack_alloc (divvy->space, len); ^ "b-divvy.c", line 97: remark #2826-D: parameter "what" was never referenced alloc (struct divvy *divvy, char const *what USED_FOR_DEBUG, size_t len) ^ "b-divvy.c", line 124: remark #4229-D: 64 bit migration: conversion from "long" to "int" may truncate value return obstack_copy0 (divvy->space, s, len); ^ "b-divvy.c", line 124: remark #4272-D: conversion from "ptrdiff_t" to "size_t" may lose sign return obstack_copy0 (divvy->space, s, len); ^ "b-divvy.c", line 162: remark #4235-D: conversion from "int" to "char" may lose significant bits obstack_1grow (divvy->space, c); ^ "b-divvy.c", line 168: remark #4229-D: 64 bit migration: conversion from "ptrdiff_t" to "int" may truncate value obstack_grow (divvy->space, beg, end - beg); ^ "b-divvy.c", line 168: remark #4272-D: conversion from "ptrdiff_t" to "size_t" may lose sign obstack_grow (divvy->space, beg, end - beg); ^ "b-divvy.c", line 105: warning #4249-D: value could be truncated before cast to bigger sized type return obstack_alloc (divvy->space, len); ^ "b-divvy.c", line 124: warning #4249-D: value could be truncated before cast to bigger sized type return obstack_copy0 (divvy->space, s, len); ^ "b-divvy.c", line 179: warning #4249-D: value could be truncated before cast to bigger sized type rv = obstack_finish (o); ^ "b-divvy.c", line 197: warning #4249-D: value could be truncated before cast to bigger sized type return obstack_finish (o); ^ "b-divvy.c", line 67, procedure make_space: warning #20200-D: Potential null pointer dereference through divvy is detected (null definition:b-divvy.c, line 65) source='b-esds.c' object='b-esds.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c b-esds.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ source='b-excwho.c' object='b-excwho.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c b-excwho.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ source='b-fb.c' object='b-fb.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c b-fb.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd-safer.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_FD_SAFER_FLAG" #if GNULIB_FD_SAFER_FLAG ^ "../lib/unistd-safer.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_PIPE2_SAFER" #if GNULIB_PIPE2_SAFER ^ source='b-feph.c' object='b-feph.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c b-feph.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd-safer.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_FD_SAFER_FLAG" #if GNULIB_FD_SAFER_FLAG ^ "../lib/unistd-safer.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_PIPE2_SAFER" #if GNULIB_PIPE2_SAFER ^ "b-feph.c", line 107: warning #2549-D: variable "dot" is used before its value is set *dot = '\0'; ^ "b-feph.c", line 112: remark #4235-D: conversion from "int" to "char" may lose significant bits *dot = '0' + getpid () % 10; ^ "b-feph.c", line 146: warning #4296-D: arithmetic operation on boolean type int slot = SFFI_NEWDIR + isworkfile; ^ source='b-fro.c' object='b-fro.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c b-fro.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/fcntl.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/fcntl.h", line 61: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/fcntl.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/fcntl.h", line 61: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/fcntl.h", line 614: warning #2193-D: zero used for undefined preprocessing identifier "AT_FDCWD" #if 0 < AT_FDCWD && AT_FDCWD == 0xffd19553 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd-safer.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_FD_SAFER_FLAG" #if GNULIB_FD_SAFER_FLAG ^ "../lib/unistd-safer.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_PIPE2_SAFER" #if GNULIB_PIPE2_SAFER ^ "b-fro.h", line 39: remark #4227-D: padding struct with 4 bytes to align member "end" off_t end; ^ "b-fro.c", line 46: remark #4272-D: conversion from "long" to "size_t" may lose sign if (PROB (munmap (f->base, f->lim - f->base))) ^ "b-fro.c", line 99: remark #4235-D: conversion from "off_t" to "size_t" may lose significant bits f->base = mmap (NULL, s, PROT_READ, MAP_SHARED, fd, 0); ^ "b-fro.c", line 127: remark #4235-D: conversion from "off_t" to "size_t" may lose significant bits size_t bufsiz = s; ^ "b-fro.c", line 129: remark #4235-D: conversion from "off_t" to "size_t" may lose significant bits f->base = alloc (SINGLE, name, s); ^ "b-fro.c", line 298: remark #4272-D: conversion from "long" to "size_t" may lose sign madvise (f->base, f->lim - f->base, ^ "b-fro.c", line 316: remark #4235-D: conversion from "long long" to "size_t" may lose significant bits awrite (f->base + r->beg, r->end - r->beg, to); ^ "b-fro.c", line 331: remark #4235-D: conversion from "long long" to "size_t" may lose significant bits (pos < r->end - MEMBUFSIZ ^ "b-fro.c", line 465: remark #4235-D: conversion from "int" to "char" may lose significant bits lc = fgetc (stream); ^ "b-fro.c", line 85: remark #4278-D: the subexpression in logical expression is a constant ? (MMAP_SIGNAL && status->st_size ^ source='b-grok.c' object='b-grok.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c b-grok.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/obstack.h", line 149: remark #4255-D: padding size of struct "obstack" with 3 bytes to alignment boundary struct obstack /* control current object in current chunk */ ^ "b-fro.h", line 39: remark #4227-D: padding struct with 4 bytes to align member "end" off_t end; ^ "b-grok.c", line 299: remark #4229-D: 64 bit migration: conversion from "ptrdiff_t" to "int" may truncate value obstack_blank (o, sizeof (struct atat)); ^ "b-grok.c", line 367: remark #4229-D: 64 bit migration: conversion from "ptrdiff_t" to "int" may truncate value obstack_grow (g->systolic->space, &hole, sizeof (hole)); ^ "b-grok.c", line 367: remark #4272-D: conversion from "ptrdiff_t" to "size_t" may lose sign obstack_grow (g->systolic->space, &hole, sizeof (hole)); ^ "b-grok.c", line 406: remark #4229-D: 64 bit migration: conversion from "ptrdiff_t" to "int" may truncate value *res = obstack_copy (g->to->space, atat, (sizeof (struct atat) ^ "b-grok.c", line 406: remark #4272-D: conversion from "ptrdiff_t" to "size_t" may lose sign *res = obstack_copy (g->to->space, atat, (sizeof (struct atat) ^ "b-grok.c", line 440: warning #2550-D: variable "was" was set but never used size_t was; ^ "b-grok.c", line 870: warning #2550-D: variable "deref" was set but never used struct notyet *ny = ls->entry, *deref; ^ "b-grok.c", line 107: warning #4249-D: value could be truncated before cast to bigger sized type obstack_free (o, obstack_finish (o)); ^ "b-grok.c", line 309: warning #4249-D: value could be truncated before cast to bigger sized type rv = obstack_finish (o); ^ "b-grok.c", line 406: warning #4249-D: value could be truncated before cast to bigger sized type *res = obstack_copy (g->to->space, atat, (sizeof (struct atat) ^ "b-grok.c", line 829, procedure full: warning #20200-D: Potential null pointer dereference through ny is detected (null definition:b-grok.c, line 823) "b-grok.c", line 876, procedure full: warning #20200-D: Potential null pointer dereference through deref is detected (null definition:b-grok.c, line 876) "b-grok.c", line 885, procedure full: warning #20200-D: Potential null pointer dereference through deref is detected (null definition:b-grok.c, line 885) source='b-isr.c' object='b-isr.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c b-isr.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/signal.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/signal.h", line 52: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/signal.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/signal.h", line 36: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/signal.h", line 410: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_sighandler_t" # if !GNULIB_defined_sighandler_t ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "b-isr.c", line 61: remark #4272-D: conversion from "ssize_t" to "size_t" may lose sign if (len != write (STDERR_FILENO, s, len)) ^ "b-isr.c", line 85: remark #4227-D: padding struct with 2 bytes to align member "be_quiet" bool *be_quiet; ^ "b-isr.c", line 119: remark #4272-D: conversion from "int" to "sig_atomic_t" may lose sign ISR (held) = signo; ^ "b-isr.c", line 112: remark #2826-D: parameter "uc" was never referenced catchsigaction (int signo, siginfo_t *info, RCS_UNUSED void *uc) ^ "b-isr.c", line 178: warning #2546-D: transfer of control bypasses initialization of: variable "i" (declared at line 180) variable "sig" (declared at line 183) MUST (sigaddset (&blocked, set[i])); ^ source='b-kwxout.c' object='b-kwxout.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c b-kwxout.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "b-fro.h", line 39: remark #4227-D: padding struct with 4 bytes to align member "end" off_t end; ^ "b-kwxout.h", line 31: remark #4227-D: padding struct with 2 bytes to align member "lparts" struct divvy *lparts; ^ "b-kwxout.c", line 220: remark #4235-D: conversion from "int" to "char" may lose significant bits leader[cw] = c; ^ "b-kwxout.c", line 441: warning #4296-D: arithmetic operation on boolean type return r + e; ^ source='b-peer.c' object='b-peer.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c b-peer.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "b-peer.c", line 57: remark #4272-D: conversion from "long" to "size_t" may lose sign BE (invdir) = intern (PLEXUS, name, end - name); ^ source='gnu-h-v.c' object='gnu-h-v.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c gnu-h-v.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ source='maketime.c' object='maketime.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c maketime.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "maketime.h", line 28: remark #4227-D: padding struct with 3 bytes to align member "TZ" char const *TZ; ^ "maketime.c", line 120: remark #4229-D: 64 bit migration: conversion from "long" to "int" may truncate value if ((t->tm_min -= (59 - sec) / 60) < 0) ^ "maketime.c", line 141: remark #4229-D: 64 bit migration: conversion from "long" to "int" may truncate value else if (60 <= (t->tm_min += sec / 60)) ^ "maketime.c", line 240: warning #4296-D: arithmetic operation on boolean type if (365 + leap < doy) ^ "maketime.c", line 242: warning #4296-D: arithmetic operation on boolean type doy -= 365 + leap; ^ "maketime.c", line 249: warning #4296-D: arithmetic operation on boolean type doy += 365 + leap; ^ "maketime.c", line 277: warning #4297-D: boolean value is used as array index gt = MAKETIMESTUFF (t_cache)[localzone]; ^ "maketime.c", line 278: warning #4297-D: boolean value is used as array index gtm = gt ? &MAKETIMESTUFF (tm_cache)[localzone] : time2tm (gt, localzone); ^ "maketime.c", line 288: warning #4297-D: boolean value is used as array index MAKETIMESTUFF (t_cache)[localzone] = gt; ^ "maketime.c", line 289: warning #4297-D: boolean value is used as array index MAKETIMESTUFF (tm_cache)[localzone] = *gtm; ^ "maketime.c", line 94: remark #4298-D: subtraction result could be truncated before cast to bigger sized type time_t difference_in_years = ay - by; ^ "maketime.c", line 96: remark #4298-D: addition result could be truncated before cast to bigger sized type + (intervening_leap_days + ^ "maketime.c", line 99: remark #4298-D: subtraction result could be truncated before cast to bigger sized type return ((24 * difference_in_days + (a->tm_hour - b->tm_hour)) * 60 + ^ "maketime.c", line 100: remark #4298-D: subtraction result could be truncated before cast to bigger sized type (a->tm_min - b->tm_min)) * 60 + (a->tm_sec - b->tm_sec); ^ "maketime.c", line 100: remark #4298-D: subtraction result could be truncated before cast to bigger sized type (a->tm_min - b->tm_min)) * 60 + (a->tm_sec - b->tm_sec); ^ "maketime.c", line 116: remark #4298-D: subtraction result could be truncated before cast to bigger sized type long sec = seconds + (t->tm_sec - leap_second); ^ "maketime.c", line 339, procedure maketime: warning #20200-D: Potential null pointer dereference through tm0 is detected (null definition:maketime.c, line 318) source='merger.c' object='merger.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c merger.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "b-fro.h", line 39: remark #4227-D: padding struct with 4 bytes to align member "end" off_t end; ^ source='partime.c' object='partime.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c partime.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "partime.c", line 37: warning #2083-D: type qualifier specified more than once static const struct name_val const month_names[] = { ^ "partime.c", line 43: warning #2083-D: type qualifier specified more than once static const struct name_val const weekday_names[] = { ^ "partime.c", line 53: warning #2083-D: type qualifier specified more than once static const struct name_val const zone_names[] = { ^ "partime.c", line 157: remark #4272-D: conversion from "char" to "unsigned char" may lose sign unsigned char c = *s++; ^ "partime.c", line 159: remark #4235-D: conversion from "int" to "char" may lose significant bits buf[j] = isupper (c) ? tolower (c) : c; ^ "partime.c", line 218: remark #4272-D: conversion from "int" to "unsigned int" may lose sign unsigned d = *s++ - '0'; ^ "partime.c", line 261: remark #4229-D: 64 bit migration: conversion from "long" to "int" may truncate value s = parse_fixed (s1, s - s1, &num10); ^ "partime.c", line 598: remark #4272-D: conversion from "char" to "unsigned char" may lose sign while (!isalnum (c = *str) && c != '-' && c != '+') ^ "partime.c", line 598: remark #4272-D: conversion from "char" to "unsigned char" may lose sign while (!isalnum (c = *str) && c != '-' && c != '+') ^ "partime.c", line 617: remark #4272-D: conversion from "char" to "unsigned char" may lose sign if (!(c = *pat++)) ^ "partime.c", line 359: remark #4298-D: addition result could be truncated before cast to bigger sized type offset = (hh * 60 + mm) * 60L + ss; ^ source='rcsedit.c' object='rcsedit.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c rcsedit.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/fcntl.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/fcntl.h", line 61: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/fcntl.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/fcntl.h", line 61: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/fcntl.h", line 614: warning #2193-D: zero used for undefined preprocessing identifier "AT_FDCWD" #if 0 < AT_FDCWD && AT_FDCWD == 0xffd19553 ^ "../lib/unistd-safer.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_FD_SAFER_FLAG" #if GNULIB_FD_SAFER_FLAG ^ "../lib/unistd-safer.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_PIPE2_SAFER" #if GNULIB_PIPE2_SAFER ^ "b-fro.h", line 39: remark #4227-D: padding struct with 4 bytes to align member "end" off_t end; ^ "b-kwxout.h", line 31: remark #4227-D: padding struct with 2 bytes to align member "lparts" struct divvy *lparts; ^ "rcsedit.c", line 525: warning #4296-D: arithmetic operation on boolean type es->lcount = e + amidline; ^ "rcsedit.c", line 535: remark #4272-D: conversion from "long" to "unsigned long" may lose sign insertline (es, oe, optr); ^ "rcsedit.c", line 588: remark #4272-D: conversion from "long" to "unsigned long" may lose sign deletelines (es, es->lcount + es->corr, i); ^ "rcsedit.c", line 588: remark #4272-D: conversion from "long" to "unsigned long" may lose sign deletelines (es, es->lcount + es->corr, i); ^ "rcsedit.c", line 645: remark #4272-D: conversion from "long" to "unsigned long" may lose sign insertline (es, j++, fin->ptr); ^ "rcsedit.c", line 707: remark #4272-D: conversion from "ssize_t" to "size_t" may lose sign fn->size = r; ^ "rcsedit.c", line 755: warning #4296-D: bitwise operation on boolean type if (exists < (m->mustread | waslocked)) ^ "rcsedit.c", line 755: warning #4296-D: bitwise operation on boolean type if (exists < (m->mustread | waslocked)) ^ "rcsedit.c", line 810: warning #4297-D: boolean value is used as array index sff[waslocked].filename = intern (SINGLE, lfn, len); ^ "rcsedit.c", line 1189: remark #4235-D: conversion from "int" to "mode_t" may lose significant bits repo_stat->st_mode & (mode_t) ~(S_IWUSR | S_IWGRP | S_IWOTH), ^ "rcsedit.c", line 1309: remark #4235-D: conversion from "int" to "char" may lose significant bits buf[0] = c; ^ "rcsedit.c", line 1325: remark #4235-D: conversion from "int" to "char" may lose significant bits *p++ = c; ^ "rcsedit.c", line 1336: remark #4298-D: subtraction result could be truncated before cast to bigger sized type || (t = line1 * 10, (line1 = t + (c - '0')) < t)) ^ "rcsedit.c", line 1346: remark #4298-D: subtraction result could be truncated before cast to bigger sized type || (t = nlines * 10, (nlines = t + (c - '0')) < t)) ^ source='rcsfcmp.c' object='rcsfcmp.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c rcsfcmp.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "b-fro.h", line 39: remark #4227-D: padding struct with 4 bytes to align member "end" off_t end; ^ "rcsfcmp.c", line 83: remark #4235-D: conversion from "off_t" to "size_t" may lose significant bits result = MEM_DIFF (xstatp->st_size, xfp->base, ufp->base); ^ "rcsfcmp.c", line 90: warning #4296-D: bitwise operation on boolean type if (xeof | ueof) ^ "rcsfcmp.c", line 90: warning #4296-D: bitwise operation on boolean type if (xeof | ueof) ^ "rcsfcmp.c", line 111: warning #4296-D: bitwise operation on boolean type if (xeof | ueof) ^ "rcsfcmp.c", line 111: warning #4296-D: bitwise operation on boolean type if (xeof | ueof) ^ "rcsfcmp.c", line 122: warning #4296-D: bitwise operation on boolean type if (xeof | ueof) ^ "rcsfcmp.c", line 122: warning #4296-D: bitwise operation on boolean type if (xeof | ueof) ^ "rcsfcmp.c", line 131: remark #4235-D: conversion from "int" to "char" may lose significant bits *tp++ = xc; ^ "rcsfcmp.c", line 142: remark #4235-D: conversion from "int" to "char" may lose significant bits && (*tp = xc, recognize_keyword (xkeyword, &match1))) ^ "rcsfcmp.c", line 154: warning #4296-D: bitwise operation on boolean type if ((xeof = xc == EOF) | (ueof = uc == EOF)) ^ "rcsfcmp.c", line 154: warning #4296-D: bitwise operation on boolean type if ((xeof = xc == EOF) | (ueof = uc == EOF)) ^ "rcsfcmp.c", line 164: warning #4296-D: bitwise operation on boolean type if (xeof | ueof) ^ "rcsfcmp.c", line 164: warning #4296-D: bitwise operation on boolean type if (xeof | ueof) ^ "rcsfcmp.c", line 182: warning #4296-D: bitwise operation on boolean type if (xeof | ueof) ^ "rcsfcmp.c", line 182: warning #4296-D: bitwise operation on boolean type if (xeof | ueof) ^ source='rcsfnms.c' object='rcsfnms.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c rcsfnms.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "b-fro.h", line 39: remark #4227-D: padding struct with 4 bytes to align member "end" off_t end; ^ "rcsfnms.c", line 141: remark #4272-D: conversion from "long" to "size_t" may lose sign return p - x; ^ "rcsfnms.c", line 303: remark #4272-D: conversion from "long" to "size_t" may lose sign baselen = x - base; ^ "rcsfnms.c", line 362: remark #4272-D: conversion from "long" to "size_t" may lose sign dlen = base - arg; ^ "rcsfnms.c", line 356, procedure pairnames: warning #20200-D: Potential null pointer dereference through x is detected (null definition:rcsfnms.c, line 298) source='rcsgen.c' object='rcsgen.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c rcsgen.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "b-fro.h", line 39: remark #4227-D: padding struct with 4 bytes to align member "end" off_t end; ^ "b-kwxout.h", line 31: remark #4227-D: padding struct with 2 bytes to align member "lparts" struct divvy *lparts; ^ "rcsgen.c", line 427: remark #2188-D: enumerated type mixed with another type TINYKS (expand), SDELIM, kwsub_string (kws), ^ source='rcskeep.c' object='rcskeep.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c rcskeep.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "b-fro.h", line 39: remark #4227-D: padding struct with 4 bytes to align member "end" off_t end; ^ "rcskeep.c", line 161: remark #4272-D: conversion from "int" to "size_t" may lose sign len = snprintf ^ "rcskeep.c", line 273: remark #4235-D: conversion from "int" to "char" may lose significant bits *tp++ = c; ^ "rcskeep.c", line 287: remark #4235-D: conversion from "int" to "char" may lose significant bits *tp = c; ^ source='rcsmap.c' object='rcsmap.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c rcsmap.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "rcsmap.c", line 74: remark #4235-D: conversion from "int" to "char" may lose significant bits register char delim = delimiter; ^ source='rcsrev.c' object='rcsrev.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c rcsrev.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "rcsrev.c", line 51: remark #4229-D: 64 bit migration: conversion from "size_t" to "int" may truncate value return count; ^ "rcsrev.c", line 96: warning #2068-D: integer conversion resulted in a change of sign count = -2 + (1U | (1 + countnumflds (ref))); ^ "rcsrev.c", line 247: remark #4272-D: conversion from "int" to "size_t" may lose sign TAKE (field, revno)); ^ "rcsrev.c", line 341: remark #4272-D: conversion from "int" to "size_t" may lose sign RERR ("no side branches present for %s", TAKE (field - 1, revno)); ^ "rcsrev.c", line 352: remark #4272-D: conversion from "int" to "size_t" may lose sign RERR ("branch number %s too high", TAKE (field, revno)); ^ "rcsrev.c", line 401: remark #4272-D: conversion from "int" to "size_t" may lose sign RERR ("%s %s too low", ks_revno, TAKE (field + 1, revno)); ^ "rcsrev.c", line 697: remark #4272-D: conversion from "long" to "size_t" may lose sign .size = sp - was ^ "rcsrev.c", line 639: warning #2550-D: variable "have_branch" was set but never used bool have_branch = false; ^ "rcsrev.c", line 96: remark #4298-D: addition result could be truncated before cast to bigger sized type count = -2 + (1U | (1 + countnumflds (ref))); ^ "rcsrev.c", line 341: remark #4298-D: subtraction result could be truncated before cast to bigger sized type RERR ("no side branches present for %s", TAKE (field - 1, revno)); ^ "rcsrev.c", line 401: remark #4298-D: addition result could be truncated before cast to bigger sized type RERR ("%s %s too low", ks_revno, TAKE (field + 1, revno)); ^ source='rcstime.c' object='rcstime.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c rcstime.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "maketime.h", line 28: remark #4227-D: padding struct with 3 bytes to align member "TZ" char const *TZ; ^ "rcstime.c", line 123: remark #4229-D: 64 bit migration: conversion from "long" to "int" may truncate value MORE (tm_year); if ('.' != date[2]) ^ "rcstime.c", line 125: remark #4229-D: 64 bit migration: conversion from "long" to "int" may truncate value MORE (tm_mon); t.tm_mon--; ^ "rcstime.c", line 126: remark #4229-D: 64 bit migration: conversion from "long" to "int" may truncate value MORE (tm_mday); ^ "rcstime.c", line 127: remark #4229-D: 64 bit migration: conversion from "long" to "int" may truncate value MORE (tm_hour); ^ "rcstime.c", line 128: remark #4229-D: 64 bit migration: conversion from "long" to "int" may truncate value MORE (tm_min); ^ "rcstime.c", line 129: remark #4229-D: 64 bit migration: conversion from "long" to "int" may truncate value MORE (tm_sec); ^ "rcstime.c", line 158: remark #4229-D: 64 bit migration: conversion from "long" to "int" may truncate value if ((non_hour = zone % (60 * 60))) ^ source='rcsutil.c' object='rcsutil.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c rcsutil.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/fcntl.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/fcntl.h", line 61: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/fcntl.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/fcntl.h", line 61: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/fcntl.h", line 614: warning #2193-D: zero used for undefined preprocessing identifier "AT_FDCWD" #if 0 < AT_FDCWD && AT_FDCWD == 0xffd19553 ^ "maketime.h", line 28: remark #4227-D: padding struct with 3 bytes to align member "TZ" char const *TZ; ^ "../lib/progname.h", line 39: warning #2193-D: zero used for undefined preprocessing identifier "ENABLE_RELOCATABLE" #if ENABLE_RELOCATABLE ^ "rcsutil.c", line 441: remark #4272-D: conversion from "int" to "size_t" may lose sign n = argc + 2; ^ "rcsutil.c", line 441: remark #4298-D: addition result could be truncated before cast to bigger sized type n = argc + 2; ^ rm -f libparts.a ar cru libparts.a b-anchor.o b-complain.o b-divvy.o b-esds.o b-excwho.o b-fb.o b-feph.o b-fro.o b-grok.o b-isr.o b-kwxout.o b-peer.o gnu-h-v.o maketime.o merger.o partime.o rcsedit.o rcsfcmp.o rcsfnms.o rcsgen.o rcskeep.o rcsmap.o rcsrev.o rcstime.o rcsutil.o ar: b-anchor.o: No such file or directory gmake[2]: [libparts.a] Error 1 (ignored) ranlib libparts.a ranlib: 'libparts.a': No such file gmake[2]: [libparts.a] Error 1 (ignored) source='ident.c' object='ident.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c ident.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "ident.c", line 60: remark #4235-D: conversion from "int" to "char" may lose significant bits *tp++ = c; ^ "ident.c", line 71: remark #4235-D: conversion from "int" to "char" may lose significant bits *tp++ = c; ^ "ident.c", line 75: remark #4235-D: conversion from "int" to "char" may lose significant bits *tp++ = c; ^ "ident.c", line 80: remark #4235-D: conversion from "int" to "char" may lose significant bits *tp++ = c; ^ "ident.c", line 88: remark #4235-D: conversion from "int" to "char" may lose significant bits *tp++ = c; ^ "ident.c", line 102: remark #4235-D: conversion from "int" to "char" may lose significant bits *tp++ = c; ^ c99 +w +wlint -z +Oprocelim -L/usr/local/free/lib -L/usr/local/free/lib -L/rlsemgmt/ia64nbsd/lib -L/usr/local/lib/hpux32 -L/usr/lib -L/usr/local/lib -L/usr/lib/X11R6 -L/usr/lib/Motif2.1 -L/usr/contrib/X11R6/lib -o ident ident.o libparts.a -L../lib -lgnu cc: warning 1913: `libparts.a' does not exist or cannot be read ld: I/O error, file "libparts.a": No such file or directory Fatal error. gmake[2]: [ident] Error 1 (ignored) source='merge.c' object='merge.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c merge.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ c99 +w +wlint -z +Oprocelim -L/usr/local/free/lib -L/usr/local/free/lib -L/rlsemgmt/ia64nbsd/lib -L/usr/local/lib/hpux32 -L/usr/lib -L/usr/local/lib -L/usr/lib/X11R6 -L/usr/lib/Motif2.1 -L/usr/contrib/X11R6/lib -o merge merge.o libparts.a -L../lib -lgnu cc: warning 1913: `libparts.a' does not exist or cannot be read ld: I/O error, file "libparts.a": No such file or directory Fatal error. gmake[2]: [merge] Error 1 (ignored) source='ci.c' object='ci.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c ci.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "b-fro.h", line 39: remark #4227-D: padding struct with 4 bytes to align member "end" off_t end; ^ "b-kwxout.h", line 31: remark #4227-D: padding struct with 2 bytes to align member "lparts" struct divvy *lparts; ^ "ci.c", line 70: remark #4227-D: padding struct with 3 bytes to align member "target" struct delta *target; ^ "ci.c", line 1138: warning #4296-D: bitwise operation on boolean type if (mtimeflag | Ttimeflag) ^ "ci.c", line 1138: warning #4296-D: bitwise operation on boolean type if (mtimeflag | Ttimeflag) ^ "ci.c", line 1156: remark #4235-D: conversion from "int" to "mode_t" may lose significant bits newworkmode = WORKMODE (repo_stat->st_mode, ^ source='co.c' object='co.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c co.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "b-fro.h", line 39: remark #4227-D: padding struct with 4 bytes to align member "end" off_t end; ^ "co.c", line 39: remark #4255-D: padding size of struct "work" with 7 bytes to alignment boundary struct work ^ "co.c", line 222: remark #4272-D: conversion from "int" to "size_t" may lose sign t1 = TAKE (l1 > 2 ? 2 : l1, r1); ^ "co.c", line 223: remark #4272-D: conversion from "int" to "size_t" may lose sign t2 = TAKE (l2 > 2 ? 2 : l2, r2); ^ "co.c", line 229: remark #4272-D: conversion from "int" to "size_t" may lose sign return str_save (TAKE (l3, r1)); ^ "co.c", line 303: remark #4272-D: conversion from "int" to "size_t" may lose sign js->ls = pointer_array (PLEXUS, 1 + js->lastidx); ^ "co.c", line 749: remark #4235-D: conversion from "int" to "mode_t" may lose significant bits mode_t m = WORKMODE (repo_stat->st_mode, ^ "co.c", line 303: remark #4298-D: addition result could be truncated before cast to bigger sized type js->ls = pointer_array (PLEXUS, 1 + js->lastidx); ^ source='rcs.c' object='rcs.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c rcs.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "b-fro.h", line 39: remark #4227-D: padding struct with 4 bytes to align member "end" off_t end; ^ "rcs.c", line 69: remark #4227-D: padding struct with 1 bytes to align member "newlocks" struct link *newlocks; ^ "rcs.c", line 75: remark #4227-D: padding struct with 3 bytes to align member "states" struct link states; ^ "rcs.c", line 1403: warning #4296-D: bitwise operation on boolean type changed = initflag | textflag; ^ "rcs.c", line 1403: warning #4296-D: bitwise operation on boolean type changed = initflag | textflag; ^ "rcs.c", line 1414: warning #4296-D: bitwise operation on boolean type changed |= BE (strictly_locking) ^ strictlock; ^ "rcs.c", line 1414: warning #4296-D: bitwise operation on boolean type changed |= BE (strictly_locking) ^ strictlock; ^ source='rcsclean.c' object='rcsclean.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c rcsclean.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/dirent.h", line 20: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/dirent.h", line 27: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/dirent.h", line 20: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/dirent.h", line 27: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/dirent.h", line 61: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/dirent.h", line 61: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "b-fro.h", line 39: remark #4227-D: padding struct with 4 bytes to align member "end" off_t end; ^ "rcsclean.c", line 109: remark #4229-D: 64 bit migration: conversion from "size_t" to "int" may truncate value return entries; ^ "rcsclean.c", line 211: warning #4296-D: bitwise operation on boolean type dounlock = perform & unlockflag; ^ "rcsclean.c", line 211: warning #4296-D: bitwise operation on boolean type dounlock = perform & unlockflag; ^ "rcsclean.c", line 265: warning #4296-D: bitwise operation on boolean type unlocked = BE (inclusive_of_Locker_in_Id_val) & unlockflag; ^ "rcsclean.c", line 265: warning #4296-D: bitwise operation on boolean type unlocked = BE (inclusive_of_Locker_in_Id_val) & unlockflag; ^ "rcsclean.c", line 295: warning #4296-D: bitwise operation on boolean type if (perform & unlocked) ^ "rcsclean.c", line 295: warning #4296-D: bitwise operation on boolean type if (perform & unlocked) ^ source='rcsdiff.c' object='rcsdiff.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c rcsdiff.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "b-fro.h", line 39: remark #4227-D: padding struct with 4 bytes to align member "end" off_t end; ^ "rcsdiff.c", line 47: remark #4227-D: padding struct with 3 bytes to align member "minlen" size_t minlen; ^ "rcsdiff.c", line 53: warning #2083-D: type qualifier specified more than once static const s_unique const minus_y = ^ "rcsdiff.c", line 57: error #3049: an initializer cannot be specified for a flexible array member .full = "--side-by-side" ^ "rcsdiff.c", line 59: warning #2083-D: type qualifier specified more than once static const s_unique const minus_D = ^ "rcsdiff.c", line 63: error #3049: an initializer cannot be specified for a flexible array member .full = "--ifdef" ^ "rcsdiff.c", line 66: remark #4255-D: padding size of struct "work" with 4 bytes to alignment boundary struct work ^ "rcsdiff.c", line 73: warning #2083-D: type qualifier specified more than once longopt_maybe_p (const char *arg, const s_unique const *u) ^ "rcsdiff.c", line 168: remark #4272-D: conversion from "int" to "size_t" may lose sign diffv = pointer_array (PLEXUS, (1 + argc ^ "rcsdiff.c", line 214: remark #4235-D: conversion from "int" to "char" may lose significant bits *dcp++ = c; ^ "rcsdiff.c", line 254: remark #4235-D: conversion from "int" to "char" may lose significant bits *dcp++ = c; ^ "rcsdiff.c", line 170: remark #4298-D: addition result could be truncated before cast to bigger sized type + 2 * DIFF_L + 2)); ^ 2 errors detected in the compilation of "rcsdiff.c". gmake[2]: [rcsdiff.o] Error 2 (ignored) source='rcsmerge.c' object='rcsmerge.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c rcsmerge.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "b-fro.h", line 39: remark #4227-D: padding struct with 4 bytes to align member "end" off_t end; ^ "rcsmerge.c", line 161, procedure rcsmerge_main: warning #20200-D: Potential null pointer dereference through rev is detected (null definition:rcsmerge.c, line 65) source='rlog.c' object='rlog.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c rlog.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "b-fro.h", line 39: remark #4227-D: padding struct with 4 bytes to align member "end" off_t end; ^ "rlog.c", line 152: warning #4297-D: boolean value is used as array index totals[addp] += count; ^ "rlog.c", line 186: warning #4296-D: arithmetic operation on boolean type aprintf (out, pre5 + "\tlocked by: %s;", node->lockedby); ^ "rlog.c", line 498: warning #4296-D: arithmetic operation on boolean type revno = root->selector + RECURSE (root->ilk); ^ "rlog.c", line 856: warning #4296-D: bitwise operation on boolean type if (!(descflag | selectflag)) ^ "rlog.c", line 856: warning #4296-D: bitwise operation on boolean type if (!(descflag | selectflag)) ^ "rlog.c", line 959: remark #2188-D: enumerated type mixed with another type aprintf (out, "\nkeyword substitution: %s", kwsub_string (kws)); ^ "rlog.c", line 965: warning #4296-D: bitwise operation on boolean type if (tip && selectflag & descflag) ^ "rlog.c", line 965: warning #4296-D: bitwise operation on boolean type if (tip && selectflag & descflag) ^ source='super.c' object='super.o' libtool=no \ DEPDIR=.deps depmode=hp2 /bin/sh ../build-aux/depcomp \ c99 -DHAVE_CONFIG_H -I. -I../lib -I'../lib' -D_HPUX_SOURCE +w +wlint -c super.c "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1842: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ ^ "../lib/config.h", line 1843: warning #2193-D: zero used for undefined preprocessing identifier "__SUNPRO_C" || 0x5110 <= __SUNPRO_C) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1972: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1982: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/config.h", line 1989: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/stdint.h", line 26: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdint.h", line 78: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 38: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 315: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 325: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 329: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 346: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) ^ "../lib/sys/time.h", line 350: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/wchar.h", line 29: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/wchar.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 43: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 33: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 66: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 76: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 95: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) ^ "../lib/stdio.h", line 895: warning #2193-D: zero used for undefined preprocessing identifier "__USE_FORTIFY_LEVEL" # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 35: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/wait.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/wait.h", line 28: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 43: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 22: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/getopt.h", line 195: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_option" # if !GNULIB_defined_struct_option ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/stdlib.h", line 100: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 39: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/time.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/time.h", line 30: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 401: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_struct_time_t_must_be_integral" # if !GNULIB_defined_struct_time_t_must_be_integral ^ "../lib/time.h", line 407: remark #4255-D: padding size of struct "__time_t_must_be_integral" with 3 bytes to alignment boundary struct __time_t_must_be_integral { ^ "../lib/stdint.h", line 132: warning #2193-D: zero used for undefined preprocessing identifier "GNULIB_defined_stdint_types" #if !GNULIB_defined_stdint_types ^ "../lib/stdio.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/stat.h", line 24: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/time.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/time.h", line 33: warning #2518-D: nonstandard preprocessing directive # include_next ^ "../lib/sys/stat.h", line 47: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/sys/types.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/sys/stat.h", line 397: warning #2193-D: zero used for undefined preprocessing identifier "STAT_MACROS_BROKEN" #if STAT_MACROS_BROKEN ^ "../lib/sys/stat.h", line 611: warning #2193-D: zero used for undefined preprocessing identifier "S_IXUGO" #if !S_IXUGO ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 49: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) ^ "base.h", line 282: remark #4227-D: padding struct with 3 bytes to align member "neck" off_t neck; ^ "base.h", line 303: remark #4255-D: padding size of struct "u_symdef" with 3 bytes to alignment boundary struct u_symdef ^ "base.h", line 360: remark #4227-D: padding struct with 3 bytes to align member "tentative" struct cbuf tentative; ^ "base.h", line 492: remark #4227-D: padding struct with 3 bytes to align member "seconds" long seconds; ^ "base.h", line 451: remark #4227-D: padding struct with 1 bytes to align member "version" int version; ^ "base.h", line 462: remark #4227-D: padding struct with 3 bytes to align member "ruid" int ruid, euid; ^ "base.h", line 472: remark #4227-D: padding struct with 1 bytes to align member "kws" int kws; ^ "base.h", line 514: remark #4227-D: padding struct with 2 bytes to align member "cwd" char *cwd; ^ "base.h", line 551: remark #4227-D: padding struct with 3 bytes to align member "author" char *author; ^ "base.h", line 587: remark #4227-D: padding struct with 3 bytes to align member "integrity" struct atat *integrity; ^ "base.h", line 603: remark #4227-D: padding struct with 4 bytes to align member "neck" off_t neck; ^ "base.h", line 645: remark #4255-D: padding size of struct "flow" with 3 bytes to alignment boundary struct flow ^ "base.h", line 678: remark #4227-D: padding struct with 4 bytes to align member "behavior" struct behavior behavior; ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 21: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/string.h", line 27: warning #2518-D: nonstandard preprocessing directive #include_next ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 42: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) ^ "../lib/string.h", line 426: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/string.h", line 511: warning #2193-D: zero used for undefined preprocessing identifier "__GLIBC__" # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ ^ "../lib/stdlib.h", line 19: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^ "../lib/unistd.h", line 18: warning #2193-D: zero used for undefined preprocessing identifier "__GNUC__" #if __GNUC__ >= 3 ^