The rest of the code uses it unconditionally, and no one has complained, it's also present in all POSIX.1-2001 conforming systems.
@@ -52,10 +52,6 @@
#include "dpkg-deb.h"
-#ifndef S_ISLNK
-# define S_ISLNK(mode) ((mode&0xF000) == S_IFLNK)
-#endif
-
/* Simple structure to store information about a file.
*/
struct file_info {