diff options
author | chin <none@none> | 2007-08-17 12:01:52 -0700 |
---|---|---|
committer | chin <none@none> | 2007-08-17 12:01:52 -0700 |
commit | da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968 (patch) | |
tree | 5280d3b78e289fe9551371ab6e7f15ef9944ea14 /usr/src/lib/libshell/common/features/dynamic | |
parent | 073dbf9103ef2a2b05d8a16e2d26db04e0374b0e (diff) | |
download | illumos-gate-da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968.tar.gz |
6437624 RFE: Add ksh93 (as /usr/bin/ksh93) and libshell.so to OS/Net
6505835 AST tools and library (libpp) required for creating l10n messages for ksh93
PSARC/2006/550 Korn Shell 93 Integration
PSARC/2006/587 /etc/ksh.kshrc for ksh93
PSARC/2007/035 ksh93 Amendments
Contributed by Roland Mainz <roland.mainz@nrubsig.org>
--HG--
rename : usr/src/lib/libcmd/common/mapfile-vers => deleted_files/usr/src/lib/libcmd/common/mapfile-vers
rename : usr/src/lib/libcmd/common/placeholder.c => deleted_files/usr/src/lib/libcmd/common/placeholder.c
Diffstat (limited to 'usr/src/lib/libshell/common/features/dynamic')
-rw-r--r-- | usr/src/lib/libshell/common/features/dynamic | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/usr/src/lib/libshell/common/features/dynamic b/usr/src/lib/libshell/common/features/dynamic new file mode 100644 index 0000000000..1835d41282 --- /dev/null +++ b/usr/src/lib/libshell/common/features/dynamic @@ -0,0 +1,12 @@ +hdr,sys dlfcn,dl,ldr,dll +hdr dlldefs +lib dlopen,shl_load,loadbind,dllload,dllfind +cat{ + #if !defined(SHOPT_FS_3D) && ( _lib_dllfind || _lib_dlopen || _lib_shl_load || _lib_loadbind ) + # define SHOPT_FS_3D 1 + #endif /* !SHOPT_FS_3D */ + #if SHOPT_FS_3D + # undef mount + # include <fs3d.h> + #endif /* SHOPT_FS_3D */ +}end |