diff --git a/cde/databases/CDE-RUN.src b/cde/databases/CDE-RUN.src index 2536c9043..347391864 100644 --- a/cde/databases/CDE-RUN.src +++ b/cde/databases/CDE-RUN.src @@ -1747,13 +1747,22 @@ programs/dtudcfonted/libfal/fonts.list { default install_target = /usr/dt/config/C/fonts.list } +#if defined(HAS_PTS_DRIVER) && defined(HAS_UTEMPTER_LIBRARY) XCOMM programs/dtterm/dtterm +{ default + install_target = /usr/dt/bin/dtterm + mode = 0555 + owner = root +} +#else +programs/dtterm/dtterm { default install_target = /usr/dt/bin/dtterm mode = 04555 owner = root } +#endif XCOMM programs/dtterm/dtterm.ti { default diff --git a/cde/databases/Imakefile b/cde/databases/Imakefile index 509dd1850..a56806b23 100644 --- a/cde/databases/Imakefile +++ b/cde/databases/Imakefile @@ -38,6 +38,14 @@ UDB_CPP_UNDEF_LIST = -UhpV4 -Uhpux -Uaix -Usun -Uunix -Ulinux -Uopenbsd -Ufreebs UDB_CPP_DEF_LIST = -DHAS_PAM_LIBRARY #endif +#if defined(HasPtsDriver) && HasPtsDriver +UDB_CPP_DEF_LIST += -DHAS_PTS_DRIVER +#endif + +#if defined(HasUtempterLibrary) && HasUtempterLibrary +UDB_CPP_DEF_LIST += -DHAS_UTEMPTER_LIBRARY +#endif + #if defined UTF8_NLS_SUPPORT # define UTF8_NLS_SUPPORT_OPT -DUTF8_NLS_SUPPORT #else