remove OSF1 support

This commit is contained in:
chase
2018-05-24 14:50:03 -05:00
committed by Jon Trulson
parent 3c1736f077
commit 164e695cd0
325 changed files with 290 additions and 9980 deletions

View File

@@ -1,5 +0,0 @@
protocols: None
env_set:
env_unset:
no_server: true
has_window: false

View File

@@ -1,8 +0,0 @@
protocols: XIM, DECXim
server_name: _XIM_ja_JP@DEC
class_name: DXjim
cmd_path: /usr/i18n/bin/X11/dxjim
cmd_param:
env_set:
env_unset:
has_window: True

View File

@@ -1,7 +0,0 @@
@DefaultIms: dxjim
!! XIM
dxjim: Digital Japanese Input Method
!! builtin input method
builtin: Builtin Japanese Input Method
!! no input method
none: No Input Method

View File

@@ -1,5 +0,0 @@
protocols: None
env_set:
env_unset:
no_server: true
has_window: false

View File

@@ -136,7 +136,7 @@ main (argc, argv)
case MODE_START:
#ifndef DEBUG2
# if defined(__osf__) || defined(CSRG_BASED)
# if defined(CSRG_BASED)
setsid();
# else
setpgrp();

View File

@@ -620,7 +620,7 @@ static int invoke_ims(sel)
for (i = 0; i < _NFILE; i++)
(void) close(i);
#if defined(__osf__) || defined(CSRG_BASED)
#if defined(CSRG_BASED)
setsid();
#else
setpgrp();