Remove two long-unused environment parameters
This commit is contained in:
@ -3,9 +3,8 @@
|
|||||||
# National Laboratory.
|
# National Laboratory.
|
||||||
# Copyright (c) 2002 The Regents of the University of California, as
|
# Copyright (c) 2002 The Regents of the University of California, as
|
||||||
# Operator of Los Alamos National Laboratory.
|
# Operator of Los Alamos National Laboratory.
|
||||||
# EPICS BASE Versions 3.13.7
|
# EPICS BASE is distributed subject to a Software License Agreement found
|
||||||
# and higher are distributed subject to a Software License Agreement found
|
# in file LICENSE that is included with this distribution.
|
||||||
# in file LICENSE that is included with this distribution.
|
|
||||||
#*************************************************************************
|
#*************************************************************************
|
||||||
# Author: Andrew Johnson
|
# Author: Andrew Johnson
|
||||||
# Date: 20 April 1995
|
# Date: 20 April 1995
|
||||||
@ -54,8 +53,3 @@ EPICS_IOC_IGNORE_SERVERS=""
|
|||||||
# EPICS_IOC_LOG_PORT Log server port number etc.
|
# EPICS_IOC_LOG_PORT Log server port number etc.
|
||||||
EPICS_IOC_LOG_PORT=7004
|
EPICS_IOC_LOG_PORT=7004
|
||||||
|
|
||||||
# Other services:
|
|
||||||
|
|
||||||
EPICS_CMD_PROTO_PORT=
|
|
||||||
EPICS_AR_PORT=7002
|
|
||||||
|
|
||||||
|
2
modules/libcom/src/env/envDefs.h
vendored
2
modules/libcom/src/env/envDefs.h
vendored
@ -71,8 +71,6 @@ epicsShareExtern const ENV_PARAM EPICS_IOC_LOG_INET;
|
|||||||
epicsShareExtern const ENV_PARAM EPICS_IOC_LOG_FILE_LIMIT;
|
epicsShareExtern const ENV_PARAM EPICS_IOC_LOG_FILE_LIMIT;
|
||||||
epicsShareExtern const ENV_PARAM EPICS_IOC_LOG_FILE_NAME;
|
epicsShareExtern const ENV_PARAM EPICS_IOC_LOG_FILE_NAME;
|
||||||
epicsShareExtern const ENV_PARAM EPICS_IOC_LOG_FILE_COMMAND;
|
epicsShareExtern const ENV_PARAM EPICS_IOC_LOG_FILE_COMMAND;
|
||||||
epicsShareExtern const ENV_PARAM EPICS_CMD_PROTO_PORT;
|
|
||||||
epicsShareExtern const ENV_PARAM EPICS_AR_PORT;
|
|
||||||
epicsShareExtern const ENV_PARAM IOCSH_PS1;
|
epicsShareExtern const ENV_PARAM IOCSH_PS1;
|
||||||
epicsShareExtern const ENV_PARAM IOCSH_HISTSIZE;
|
epicsShareExtern const ENV_PARAM IOCSH_HISTSIZE;
|
||||||
epicsShareExtern const ENV_PARAM IOCSH_HISTEDIT_DISABLE;
|
epicsShareExtern const ENV_PARAM IOCSH_HISTEDIT_DISABLE;
|
||||||
|
Reference in New Issue
Block a user