opkg

statically linked package installer
git clone anongit@rnpnr.xyz:opkg.git
Log | Files | Refs | Feed | Submodules | README | LICENSE

config.h (1368B)


      1 #define HAVE_DLFCN_H 1
      2 /* #undef HAVE_FEENABLEEXCEPT */
      3 #define HAVE_INTTYPES_H 1
      4 /* #undef HAVE_LIBM */
      5 #define HAVE_LIBZ 1
      6 #define HAVE_POW 1
      7 #define HAVE_STDINT_H 1
      8 #define HAVE_STDIO_H 1
      9 #define HAVE_STDLIB_H 1
     10 #define HAVE_STRINGS_H 1
     11 #define HAVE_STRING_H 1
     12 #define HAVE_SYS_STAT_H 1
     13 #define HAVE_SYS_TYPES_H 1
     14 #define HAVE_UNISTD_H 1
     15 #define LT_OBJDIR ".libs/"
     16 #define PACKAGE "libpng"
     17 #define PACKAGE_BUGREPORT "png-mng-implement@lists.sourceforge.net"
     18 #define PACKAGE_NAME "libpng"
     19 #define PACKAGE_STRING "libpng 1.6.43"
     20 #define PACKAGE_TARNAME "libpng"
     21 #define PACKAGE_URL ""
     22 #define PACKAGE_VERSION "1.6.43"
     23 /* #undef PNG_ARM_NEON_API_SUPPORTED */
     24 /* #undef PNG_ARM_NEON_CHECK_SUPPORTED */
     25 /* #undef PNG_ARM_NEON_OPT */
     26 /* #undef PNG_INTEL_SSE_OPT */
     27 /* #undef PNG_LOONGARCH_LSX_OPT */
     28 /* #undef PNG_MIPS_MMI_API_SUPPORTED */
     29 /* #undef PNG_MIPS_MMI_CHECK_SUPPORTED */
     30 /* #undef PNG_MIPS_MMI_OPT */
     31 /* #undef PNG_MIPS_MSA_API_SUPPORTED */
     32 /* #undef PNG_MIPS_MSA_CHECK_SUPPORTED */
     33 /* #undef PNG_MIPS_MSA_OPT */
     34 /* #undef PNG_POWERPC_VSX_API_SUPPORTED */
     35 /* #undef PNG_POWERPC_VSX_CHECK_SUPPORTED */
     36 /* #undef PNG_POWERPC_VSX_OPT */
     37 #define STDC_HEADERS 1
     38 /* #undef TM_IN_SYS_TIME */
     39 #define VERSION "1.6.43"
     40 #define restrict __restrict__
     41 #if defined __SUNPRO_CC && !defined __RESTRICT && !defined __restrict__
     42 # define _Restrict
     43 # define __restrict__
     44 #endif