/usr/include/astrotcl/slasubs.h is in skycat 3.1.2+starlink1~b-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | #ifndef _slasubs_h_
#define _slasubs_h_
/*
* E.S.O. - VLT project / ESO Archive
*
* "@(#) $Id: slasubs.h,v 1.1.1.1 2009/03/31 14:11:53 cguirao Exp $"
*
* slasubs.h - #defines to change names in slasubs.c to avoid name conflicts
* with sla libraries.
*
* who when what
* -------------- -------- ----------------------------------------
* Allan Brighton 16 Mar 98 Created
*/
#define slaDcs2c SAO__slaDcs2c
#define slaDmxv SAO__slaDmxv
#define slaDimxv SAO__slaDimxv
#define slaDcc2s SAO__slaDcc2s
#define slaDranrm SAO__slaDranrm
#define slaDrange SAO__slaDrange
#define slaDeuler SAO__slaDeuler
#endif /* _slasubs_h_ */
|