summaryrefslogtreecommitdiffstats
path: root/ast/erfam.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-05-10 18:45:23 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-05-10 18:45:23 (GMT)
commit0b1addf5643c828955a6add53f2a4f7a7a813e41 (patch)
tree94fe32a76399be787746c3c403cca2076a253e29 /ast/erfam.h
parent75fab9d80911f74aaab738fa9ab8a4f9b0f57a6b (diff)
downloadblt-0b1addf5643c828955a6add53f2a4f7a7a813e41.zip
blt-0b1addf5643c828955a6add53f2a4f7a7a813e41.tar.gz
blt-0b1addf5643c828955a6add53f2a4f7a7a813e41.tar.bz2
upgrade ast 8.7.1
Diffstat (limited to 'ast/erfam.h')
-rw-r--r--ast/erfam.h61
1 files changed, 61 insertions, 0 deletions
diff --git a/ast/erfam.h b/ast/erfam.h
new file mode 100644
index 0000000..5190b3e
--- /dev/null
+++ b/ast/erfam.h
@@ -0,0 +1,61 @@
+#if !defined( ERFAM_INCLUDED ) /* Include this file only once */
+#define ERFAM_INCLUDED
+/*
+*+
+* Name:
+* erfam.h
+
+* Purpose:
+* Macros defined by the ERFA library.
+
+* Language:
+* Starlink ANSI C
+
+* Type of Module:
+* Include file
+
+* Description:
+* Macros defined by the ERFA library. This is needed by the pal.c
+* file, which includes source files that include "erfam.h" from the
+* current directory (i.e. the main AST source directory), not the
+* erfa subdirectory.
+
+* Authors:
+* DSBJ: David S Berry (JAC, Hawaii)
+* {enter_new_authors_here}
+
+* History:
+* 23-FEB-2012 (DSB):
+* Initial version.
+* {enter_further_changes_here}
+
+* Copyright:
+* Copyright (C) 2012 Science and Technology Facilities Council.
+* All Rights Reserved.
+
+* Licence:
+* This program is free software; you can redistribute it and/or
+* modify it under the terms of the GNU General Public License as
+* published by the Free Software Foundation; either version 3 of
+* the License, or (at your option) any later version.
+*
+* This program is distributed in the hope that it will be
+* useful, but WITHOUT ANY WARRANTY; without even the implied
+* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+* PURPOSE. See the GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with this program; if not, write to the Free Software
+* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
+* USA.
+
+* Bugs:
+* {note_any_bugs_here}
+*-
+*/
+
+/* Include the macros defined in the corresponding header file in the
+ erfa subdirectory. */
+#include "erfa/erfam.h"
+
+#endif