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