1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Remove UXPDS support

This commit is contained in:
chase 2018-05-15 20:11:08 -05:00 committed by Jon Trulson
parent 0f8233dadd
commit 8a4f389634
319 changed files with 317 additions and 8776 deletions

View file

@ -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 \

View file

@ -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