315c315 < * was included above. However includes which defines --- > * was included above. However includes which defines 319a320 > 325a327 > 326a329,331 > > #if ! defined(TCP_NODELAY) && ! defined(TCP_MAXSEG) && defined(HPUX) > #warning "shado.h did not redefine TCP_NODELAY or TCP_MAXSEG" 327a333 > #endif 378,390d383 < /* < * HP-UX 11.X has TCP_NODELAY and TCP_MAXSEG defined in which < * was included above. However includes which defines < * them again without checking if they already exsist. This generates < * two "Redefinition of macro" warnings for every single .c file that is < * compiled. < */ < #if defined(HPUX) && defined(TCP_NODELAY) < #undef TCP_NODELAY < #endif < #if defined(HPUX) && defined(TCP_MAXSEG) < #undef TCP_MAXSEG < #endif 400,412d392 < /* < * HP-UX 11.X has TCP_NODELAY and TCP_MAXSEG defined in which < * was included above. However includes which defines < * them again without checking if they already exsist. This generates < * two "Redefinition of macro" warnings for every single .c file that is < * compiled. < */ < #if defined(HPUX) && defined(TCP_NODELAY) < #undef TCP_NODELAY < #endif < #if defined(HPUX) && defined(TCP_MAXSEG) < #undef TCP_MAXSEG < #endif