19 lines
550 B
C
19 lines
550 B
C
/* $Id$
|
|
* $Log$
|
|
* Revision 1.3 1994/11/01 14:55:15 jba
|
|
* set values for ANL/APS/ASD
|
|
*
|
|
* Revision 1.2 1994/09/09 12:40:30 mrk
|
|
* Removed env variables for old time support. New uses standard Unix methods.
|
|
*
|
|
* Revision 1.1 1994/07/17 07:14:24 bordua
|
|
* Initial version.
|
|
*
|
|
*/
|
|
/*These are env variables meant to be modified by each epics site*/
|
|
|
|
char *EPICS_TS_MIN_VALUE= "360";
|
|
char *EPICS_IOC_LOG_VALUE= "164.54.8.167";
|
|
char *EPICS_IOC_FILE_VALUE= "1000000";
|
|
char *EPICS_IOC_LOG_FILE_TXT= "/home/phebos1/epics/apple/log/iocLog.text";
|