Lines Matching refs:define

3 #define _def_sigfeatures_ksh93	1
4 #define _sys_types 1 /* #include <sys/types.h> ok */
5 #define _LIB_dll 1 /* ../../../lib/libdll.a is a library */
6 #define _LIB_ast 1 /* ../../../lib/libast.a is a library */
7 #define _LIB_m 1 /* -lm is a library */
8 #define _LIB_coshell 1 /* ../../../lib/libcoshell.a is a library */
9 #define _LIB_cmd 1 /* ../../../lib/libcmd.a is a library */
10 #define _LIB_md 1 /* -lmd is a library */
11 #define _LIB_socket 1 /* -lsocket is a library */
12 #define _LIB_nsl 1 /* -lnsl is a library */
13 #define _LIB_secdb 1 /* -lsecdb is a library */
14 #define _lib_sigrelse 1 /* sigrelse() in default lib(s) */
15 #define _lib_sigprocmask 1 /* sigprocmask() in default lib(s) */
16 #define _hdr_time 1 /* #include <time.h> ok */
17 #define _sys_time 1 /* #include <sys/time.h> ok */
18 #define _sys_times 1 /* #include <sys/times.h> ok */
19 #define _hdr_stddef 1 /* #include <stddef.h> ok */
20 #define _hdr_stdlib 1 /* #include <stdlib.h> ok */
21 #define _hdr_ast 1 /* #include <ast.h> ok */
22 #define _hdr_signal 1 /* #include <signal.h> ok */
23 #define _typ_sigset_t 1 /* sigset_t is a type */
28 # define sh_sigaction(s,action) do { sigset_t ss;\
33 # define sigrelease(s) sh_sigaction(s,SIG_UNBLOCK)
34 # define sigblock(s) sh_sigaction(s,SIG_BLOCK)
35 # define sig_begin() sh_sigaction(0,SIG_SETMASK)
38 # define sigblock(s)
41 # define sigrelease(s) sigsetmask(0)
42 # define sig_begin() sigsetmask(0)
45 # define sigrelease sigrelse
46 # define sig_begin()
48 # define sig_begin() (0)
49 # define sigrelease(s) (0)
55 #define _SIGRTMIN 41
57 #define _SIGRTMAX 48