S_ISDIR            35 lib/stat_.h    # undef S_ISDIR
S_ISDIR            64 lib/stat_.h    #  define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
S_ISDIR            66 lib/stat_.h    #  define S_ISDIR(m) 0
inserted by FC2 system