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:
parent
0f8233dadd
commit
8a4f389634
319 changed files with 317 additions and 8776 deletions
|
|
@ -65,13 +65,6 @@ DEFINES = -DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \
|
|||
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\"
|
||||
#endif
|
||||
|
||||
#if defined(UXPArchitecture)
|
||||
/* not needed for archive. usl shared libs must resolve every
|
||||
* reference whether used or not.
|
||||
*/
|
||||
SYS_LIBRARIES = -lelf -lm -ldl -lgen
|
||||
#endif
|
||||
|
||||
#if defined(LinuxArchitecture)
|
||||
EXTRA_DEFINES = -D${PROGRAMS} $(XINOPT) -DUSE_X11SSEXT
|
||||
SYS_LIBRARIES = $(XINLIB) $(TIRPCLIB) -lXss -ldl -lcrypt -lm
|
||||
|
|
|
|||
|
|
@ -4836,7 +4836,7 @@ MarkFileDescriptors (
|
|||
#ifdef _SUN_OS
|
||||
open_max = NOFILE;
|
||||
#else
|
||||
#if defined(USL) || defined(__uxp__) || defined(_AIX)
|
||||
#if defined(USL) || defined(_AIX)
|
||||
open_max = FOPEN_MAX;
|
||||
#else
|
||||
open_max = FD_SETSIZE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue