#include <sys/stat.h>
#ifndef S_TYPEISSHM
#error "S_TYPEISSHM is not defined"
#endif
int main(void) { return 0; }
