#include <dirent.h>
#ifndef DT_LNK
#error "DT_LNK is not defined"
#endif
int main(void) { return 0; }
