/* src/aaa_inc/punccf.h.in. Generated from configure.ac by autoheader. */ /* * *************************************************************************** * PUNC = < Portable Understructure for Numerical Computing > * Copyright (C) 1994-- Michael Holst * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library 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 * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * rcsid="INTENTIONALLY LEFT BLANK" * *************************************************************************** */ /* * *************************************************************************** * File: acconfig.h * * Purpose: Generates the main configuration header "punccf.h" for PUNC. * * Author: Michael Holst * *************************************************************************** */ #ifndef _PUNCCF_H_ #define _PUNCCF_H_ /* Am I running in a Cygwin/Win32 environment? */ /* #undef HAVE_CYGWIN */ /* Do I compile as a debug version? */ /* #undef HAVE_DEBUG */ /* Define to 1 if you have the header file. */ /* #undef HAVE_DLFCN_H */ /* Does EMBED macro for embedding rcsid symbols into binaries work? */ /* #undef HAVE_EMBED */ /* Define to 1 if you have the header file. */ /* #undef HAVE_INTTYPES_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_MEMORY_H */ /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H /* Define to 1 if you have the header file. */ /* #undef HAVE_STDLIB_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRINGS_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRING_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H /* Define to the sub-directory in which libtool stores uninstalled libraries. */ /* #undef LT_OBJDIR */ /* Name of package */ /* #undef PACKAGE */ /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT /* Define to the full name of this package. */ #define PACKAGE_NAME /* Define to the full name and version of this package. */ #define PACKAGE_STRING /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME /* Define to the home page for this package. */ /* #undef PACKAGE_URL */ /* Define to the version of this package. */ #define PACKAGE_VERSION /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS /* Version number of package */ /* #undef VERSION */ /* * *************************************************************************** * Define some RCS tag embedding and debug I/O macros * *************************************************************************** */ /* Embedded RCS tags ("ident filename" prints module versions in filename) */ #if defined(HAVE_EMBED) # define VEMBED(rctag) \ VPRIVATE const char* rctag; \ static void* use_rcsid=(0 ? &use_rcsid : (void*)&rcsid); #else # define VEMBED(rctag) #endif /* Produce additional debugging I/O */ #if defined(HAVE_DEBUG) # define VDEBUGIO(str) fprintf(stderr,str) #else # define VDEBUGIO(str) #endif #endif /* _PUNCCF_H_ */