# Assume not Solaris

S_IFDOOR = 0

def S_ISDOOR(mode):
    return False
