"Fossies" - the Fresh Open Source Software Archive

Member "harminv-1.4.2/config.h.in" (6 Feb 2023, 3081 Bytes) of package /linux/privat/harminv-1.4.2.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the latest Fossies "Diffs" side-by-side code changes report for "config.h.in": 1.4.1_vs_1.4.2.

    1 /* config.h.in.  Generated from configure.ac by autoheader.  */
    2 
    3 /* Define to no-op if C99 macro is not available. */
    4 #undef CX_LIMITED_RANGE_ON
    5 
    6 /* define to enable debugging code */
    7 #undef DEBUG
    8 
    9 /* Define to dummy `main' function (if any) required to link to the Fortran
   10    libraries. */
   11 #undef F77_DUMMY_MAIN
   12 
   13 /* Define to a macro mangling the given C identifier (in lower and upper
   14    case), which must not contain underscores, for linking with Fortran. */
   15 #undef F77_FUNC
   16 
   17 /* As F77_FUNC, but for C identifiers containing underscores. */
   18 #undef F77_FUNC_
   19 
   20 /* Define if F77 and FC dummy `main' functions are identical. */
   21 #undef FC_DUMMY_MAIN_EQ_F77
   22 
   23 /* Define if you have a BLAS library. */
   24 #undef HAVE_BLAS
   25 
   26 /* Define to 1 if you have the `carg' function. */
   27 #undef HAVE_CARG
   28 
   29 /* Define to 1 if you have the <complex.h> header file. */
   30 #undef HAVE_COMPLEX_H
   31 
   32 /* Define to 1 if you have the <dlfcn.h> header file. */
   33 #undef HAVE_DLFCN_H
   34 
   35 /* Define to 1 if you have the <getopt.h> header file. */
   36 #undef HAVE_GETOPT_H
   37 
   38 /* Define to 1 if you have the <inttypes.h> header file. */
   39 #undef HAVE_INTTYPES_H
   40 
   41 /* Define if you have LAPACK library. */
   42 #undef HAVE_LAPACK
   43 
   44 /* Define to 1 if you have the `m' library (-lm). */
   45 #undef HAVE_LIBM
   46 
   47 /* Define to 1 if the system has the type `long double'. */
   48 #undef HAVE_LONG_DOUBLE
   49 
   50 /* Define to 1 if you have the <stdint.h> header file. */
   51 #undef HAVE_STDINT_H
   52 
   53 /* Define to 1 if you have the <stdio.h> header file. */
   54 #undef HAVE_STDIO_H
   55 
   56 /* Define to 1 if you have the <stdlib.h> header file. */
   57 #undef HAVE_STDLIB_H
   58 
   59 /* Define to 1 if you have the <strings.h> header file. */
   60 #undef HAVE_STRINGS_H
   61 
   62 /* Define to 1 if you have the <string.h> header file. */
   63 #undef HAVE_STRING_H
   64 
   65 /* Define to 1 if you have the <sys/stat.h> header file. */
   66 #undef HAVE_SYS_STAT_H
   67 
   68 /* Define to 1 if you have the <sys/types.h> header file. */
   69 #undef HAVE_SYS_TYPES_H
   70 
   71 /* Define to 1 if you have the <unistd.h> header file. */
   72 #undef HAVE_UNISTD_H
   73 
   74 /* Define to equivalent of C99 complex I constant. Do not define if I is
   75    supported directly. */
   76 #undef I
   77 
   78 /* Define to the sub-directory where libtool stores uninstalled libraries. */
   79 #undef LT_OBJDIR
   80 
   81 /* Name of package */
   82 #undef PACKAGE
   83 
   84 /* Define to the address where bug reports for this package should be sent. */
   85 #undef PACKAGE_BUGREPORT
   86 
   87 /* Define to the full name of this package. */
   88 #undef PACKAGE_NAME
   89 
   90 /* Define to the full name and version of this package. */
   91 #undef PACKAGE_STRING
   92 
   93 /* Define to the one symbol short name of this package. */
   94 #undef PACKAGE_TARNAME
   95 
   96 /* Define to the home page for this package. */
   97 #undef PACKAGE_URL
   98 
   99 /* Define to the version of this package. */
  100 #undef PACKAGE_VERSION
  101 
  102 /* Define to 1 if all of the C90 standard headers exist (not just the ones
  103    required in a freestanding environment). This macro is provided for
  104    backward compatibility; new code need not use it. */
  105 #undef STDC_HEADERS
  106 
  107 /* Version number of package */
  108 #undef VERSION
  109 
  110 /* Define to equivalent of C99 complex keyword. Do not define if complex is
  111    supported directly. */
  112 #undef complex