Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-09-17 09:17:09

0001 #ifndef _SISCONE_CONFIG_H
0002 #define _SISCONE_CONFIG_H 1
0003  
0004 /* siscone/config.h. Generated automatically at end of configure. */
0005 /* siscone/config_raw.h.  Generated from config.h.in by configure.  */
0006 /* config.h.in.  Generated from configure.ac by autoheader.  */
0007 
0008 /* Define to 1 if you have the <dlfcn.h> header file. */
0009 #ifndef SISCONE_HAVE_DLFCN_H
0010 #define SISCONE_HAVE_DLFCN_H 1
0011 #endif
0012 
0013 /* Define to 1 if you have the <inttypes.h> header file. */
0014 #ifndef SISCONE_HAVE_INTTYPES_H
0015 #define SISCONE_HAVE_INTTYPES_H 1
0016 #endif
0017 
0018 /* Define to 1 if you have the 'm' library (-lm). */
0019 #ifndef SISCONE_HAVE_LIBM
0020 #define SISCONE_HAVE_LIBM 1
0021 #endif
0022 
0023 /* Define to 1 if you have the <stdint.h> header file. */
0024 #ifndef SISCONE_HAVE_STDINT_H
0025 #define SISCONE_HAVE_STDINT_H 1
0026 #endif
0027 
0028 /* Define to 1 if you have the <stdio.h> header file. */
0029 #ifndef SISCONE_HAVE_STDIO_H
0030 #define SISCONE_HAVE_STDIO_H 1
0031 #endif
0032 
0033 /* Define to 1 if you have the <stdlib.h> header file. */
0034 #ifndef SISCONE_HAVE_STDLIB_H
0035 #define SISCONE_HAVE_STDLIB_H 1
0036 #endif
0037 
0038 /* Define to 1 if you have the <strings.h> header file. */
0039 #ifndef SISCONE_HAVE_STRINGS_H
0040 #define SISCONE_HAVE_STRINGS_H 1
0041 #endif
0042 
0043 /* Define to 1 if you have the <string.h> header file. */
0044 #ifndef SISCONE_HAVE_STRING_H
0045 #define SISCONE_HAVE_STRING_H 1
0046 #endif
0047 
0048 /* Define to 1 if you have the <sys/stat.h> header file. */
0049 #ifndef SISCONE_HAVE_SYS_STAT_H
0050 #define SISCONE_HAVE_SYS_STAT_H 1
0051 #endif
0052 
0053 /* Define to 1 if you have the <sys/types.h> header file. */
0054 #ifndef SISCONE_HAVE_SYS_TYPES_H
0055 #define SISCONE_HAVE_SYS_TYPES_H 1
0056 #endif
0057 
0058 /* Define to 1 if you have the <unistd.h> header file. */
0059 #ifndef SISCONE_HAVE_UNISTD_H
0060 #define SISCONE_HAVE_UNISTD_H 1
0061 #endif
0062 
0063 /* Define to the sub-directory where libtool stores uninstalled libraries. */
0064 #ifndef SISCONE_LT_OBJDIR
0065 #define SISCONE_LT_OBJDIR ".libs/"
0066 #endif
0067 
0068 /* Name of package */
0069 #ifndef SISCONE_PACKAGE
0070 #define SISCONE_PACKAGE "siscone"
0071 #endif
0072 
0073 /* Define to the address where bug reports for this package should be sent. */
0074 #ifndef SISCONE_PACKAGE_BUGREPORT
0075 #define SISCONE_PACKAGE_BUGREPORT ""
0076 #endif
0077 
0078 /* Define to the full name of this package. */
0079 #ifndef SISCONE_PACKAGE_NAME
0080 #define SISCONE_PACKAGE_NAME "SISCone"
0081 #endif
0082 
0083 /* Define to the full name and version of this package. */
0084 #ifndef SISCONE_PACKAGE_STRING
0085 #define SISCONE_PACKAGE_STRING "SISCone 3.1.1"
0086 #endif
0087 
0088 /* Define to the one symbol short name of this package. */
0089 #ifndef SISCONE_PACKAGE_TARNAME
0090 #define SISCONE_PACKAGE_TARNAME "siscone"
0091 #endif
0092 
0093 /* Define to the home page for this package. */
0094 #ifndef SISCONE_PACKAGE_URL
0095 #define SISCONE_PACKAGE_URL ""
0096 #endif
0097 
0098 /* Define to the version of this package. */
0099 #ifndef SISCONE_PACKAGE_VERSION
0100 #define SISCONE_PACKAGE_VERSION "3.1.1"
0101 #endif
0102 
0103 /* Define to 1 if all of the C89 standard headers exist (not just the ones
0104    required in a freestanding environment). This macro is provided for
0105    backward compatibility; new code need not use it. */
0106 #ifndef SISCONE_STDC_HEADERS
0107 #define SISCONE_STDC_HEADERS 1
0108 #endif
0109 
0110 /* use unique_ptr instead of auto_ptr */
0111 /* #undef USES_UNIQUE_PTR_AS_AUTO_PTR */
0112 
0113 /* Version number of package */
0114 #ifndef SISCONE_VERSION
0115 #define SISCONE_VERSION "3.1.1"
0116 #endif
0117  
0118 /* once: _SISCONE_CONFIG_H */
0119 #endif