Remove UXPDS support
This commit is contained in:
@@ -51,11 +51,6 @@ EXTRA_DEFINES = -D_NO_PROTO
|
||||
SYS_LIBRARIES = -lm -ldl -lgen
|
||||
#endif /* SunArchitecture */
|
||||
|
||||
#if defined (UXPArchitecture)
|
||||
EXTRA_DEFINES = -Xt -D_NO_PROTO
|
||||
SYS_LIBRARIES = -lm -ldl -lgen
|
||||
#endif /* UXPArchitecture */
|
||||
|
||||
SRCS = \
|
||||
main.c \
|
||||
AddFiletype.c \
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#if defined(USL) || defined(__uxp__)
|
||||
#if defined(USL)
|
||||
#define S_ISLNK(mode) ((mode & S_IFMT) == S_IFLNK)
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user