1
/* @(#)iis.c 19.1 (ESO-DMD) 02/25/03 13:54:49 */
2
/*===========================================================================
3
Copyright (C) 1995 European Southern Observatory (ESO)
5
This program is free software; you can redistribute it and/or
6
modify it under the terms of the GNU General Public License as
7
published by the Free Software Foundation; either version 2 of
8
the License, or (at your option) any later version.
10
This program is distributed in the hope that it will be useful,
11
but WITHOUT ANY WARRANTY; without even the implied warranty of
12
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
GNU General Public License for more details.
15
You should have received a copy of the GNU General Public
16
License along with this program; if not, write to the Free
17
Software Foundation, Inc., 675 Massachusetts Ave, Cambridge,
20
Correspondence concerning ESO-MIDAS should be addressed as follows:
21
Internet e-mail: midas@eso.org
22
Postal address: European Southern Observatory
23
Data Management Division
24
Karl-Schwarzschild-Strasse 2
25
D 85748 Garching bei Muenchen
27
===========================================================================*/
31
/* file IIS.C : contains the following routines
33
IISSIN_C: Send system info
35
V 1.0 940802: KB Creation
42
extern int oshchdir();
46
# include <idistruct.h>
47
# include <proto_idi.h>
49
extern char DATA_PATH[328];
55
/************************************************************************
56
* IISSIN_C routine: send system information
58
* synopsis IISSIN_C (display , flag, cbuf)
60
* int display; input display identifier *
61
* int flag; input action flag
62
* char *cbuf; input infor depending on `flag'
63
************************************************************************/
65
int IISSIN_C (display , flag, cbuf)
80
strcpy(DATA_PATH,cbuf);