X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fnmh.h;h=f10ec1ebe09fe88c7970d0cf2c46a362a326781a;hp=f1711d5cbded6537529e55495da1e494d7213b60;hb=a485ed478abbd599d8c9aab48934e7a26733ecb1;hpb=f480c03187724e54e5391ee61b810827da319a6c diff --git a/h/nmh.h b/h/nmh.h index f1711d5..f10ec1e 100644 --- a/h/nmh.h +++ b/h/nmh.h @@ -1,4 +1,3 @@ - /* * nmh.h -- system configuration header file */ @@ -109,7 +108,7 @@ #endif #include - + #define bcmp(b1,b2,length) memcmp(b1, b2, length) #define bcopy(b1,b2,length) memcpy (b2, b1, length) #define bcpy(b1,b2,length) memcmp (b1, b2, length) @@ -128,33 +127,32 @@ #ifdef STAT_MACROS_BROKEN # ifdef S_ISBLK # undef S_ISBLK -# endif +# endif # ifdef S_ISCHR # undef S_ISCHR -# endif +# endif # ifdef S_ISDIR # undef S_ISDIR -# endif +# endif # ifdef S_ISFIFO # undef S_ISFIFO -# endif +# endif # ifdef S_ISLNK # undef S_ISLNK -# endif +# endif # ifdef S_ISMPB # undef S_ISMPB -# endif +# endif # ifdef S_ISMPC # undef S_ISMPC -# endif +# endif # ifdef S_ISNWK # undef S_ISNWK -# endif +# endif # ifdef S_ISREG # undef S_ISREG -# endif +# endif # ifdef S_ISSOCK # undef S_ISSOCK -# endif +# endif #endif /* STAT_MACROS_BROKEN. */ -