fix QNX sconfig entry

Merge to 5.2
This commit is contained in:
Matthew Flatt 2011-10-09 10:34:40 -06:00
parent 8f0fa96d69
commit e2bcbb0dfb

View File

@ -931,19 +931,31 @@
# define FLAGS_ALREADY_SET
#endif
/************ QNX *************/
#if defined(__QNX__)
# define SCHEME_PLATFORM_LIBRARY_SUBPATH "i386-qnx"
# include "uconfig.h"
# define SIGSET_IS_SIGNAL
# define SIGSET_NEEDS_REINSTALL
# define USE_FCNTL_O_NONBLOCK
# define ASSUME_FIXED_STACK_SIZE
# define FIXED_STACK_SIZE 524288
# define FLAGS_ALREADY_SET
#endif
/***************************************************/
#endif /* end not OSKit */
#if defined(__QNX__)
# define USE_FCNTL_O_NONBLOCK
# define SCHEME_PLATFORM_LIBRARY_SUBPATH "i386-QNX"
# define ASSUME_FIXED_STACK_SIZE
# define FIXED_STACK_SIZE 524288
#endif
/************** (END KNOWN ARCHITECTURE/SYSTEMS) ****************/