remove OSF1 support
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
protocols: None
|
||||
env_set:
|
||||
env_unset:
|
||||
no_server: true
|
||||
has_window: false
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -1,5 +0,0 @@
|
||||
protocols: None
|
||||
env_set:
|
||||
env_unset:
|
||||
no_server: true
|
||||
has_window: false
|
||||
@@ -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();
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user