| Line 1... |
Line 1... |
/*
|
/*
|
fitscat_defs.h
|
* fitscat_defs.h
|
|
*
|
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
* Internal definitions for the LDACTools FITS library.
|
|
*
|
|
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
*
|
|
* This file part of: AstrOmatic FITS/LDAC library
|
|
*
|
|
* Copyright: (C) 1998-2010 IAP/CNRS/UPMC
|
|
* (C) 1997 European Southern Observatory
|
|
* (C) 1995,1996 Sterrewacht Leiden
|
*
|
*
|
* Part of: The LDAC Tools
|
* Author: Emmanuel Bertin (IAP)
|
*
|
*
|
* Author: E.BERTIN, DeNIS/LDAC
|
* License: GNU General Public License
|
*
|
*
|
* Contents: Simplified version of the LDACTools: internal defs
|
* AstrOmatic software 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.
|
|
* AstrOmatic software 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 AstrOmatic software.
|
|
* If not, see <http://www.gnu.org/licenses/>.
|
*
|
*
|
* Last modify: 26/09/2006
|
* Last modified: 09/10/2010
|
*
|
*
|
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
|
*/
|
|
|
|
/* Check if we are using a configure script here */
|
/* Check if we are using a configure script here */
|
#ifndef HAVE_CONFIG_H
|
#ifndef HAVE_CONFIG_H
|
#define VERSION "2.0"
|
#define VERSION "2.0"
|
#define DATE "2003-x-x"
|
#define DATE "2003-x-x"
|