|
root / base / usr / src / cmd / ast / libshell / amd64 / FEATURE / options
options Plain Text 22 lines 531 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
/* : : generated from contrib/ast/src/cmd/ksh93/features/options by iffe version 2012-07-17 : : */
#ifndef _def_options_ksh93
#define _def_options_ksh93	1
#define _sys_types	1	/* #include <sys/types.h> ok */
#define SHELLMAGIC	1
#ifndef SHOPT_DEVFD
#   define SHOPT_DEVFD	1
#endif
#ifndef SHOPT_PFSH
#   define SHOPT_PFSH	1
#endif
#undef  SHOPT_TEST_L
#ifndef SHOPT_SYSRC
#   define SHOPT_SYSRC	1
#endif
#undef  SHOPT_UCB
#if !_PACKAGE_ast && ( (MB_LEN_MAX-1)<=0 || !defined(_lib_mbtowc) )
#   undef SHOPT_MULTIBYTE
#endif

#endif