Path: blob/main/core/posix-wasm/src/lib/fts/config.h
1067 views
/* config.h. Generated from config.h.in by configure. */1/* config.h.in. Generated from configure.ac by autoheader. */23/* Define to 1 if you have the <assert.h> header file. */4#define HAVE_ASSERT_H 156/* Define to 1 if you have the declaration of `MAX', and to 0 if you don't. */7#define HAVE_DECL_MAX 189/* Define to 1 if you have the declaration of `UINTMAX_MAX', and to 0 if you10don't. */11#define HAVE_DECL_UINTMAX_MAX 01213/* Define to 1 if you have the <dirent.h> header file. */14#define HAVE_DIRENT_H 11516/* Define to 1 if you have the `dirfd' function. */17#define HAVE_DIRFD 11819/* Define to 1 if `dd_fd' is a member of `DIR'. */20/* #undef HAVE_DIR_DD_FD */2122/* Define to 1 if `d_fd' is a member of `DIR'. */23/* #undef HAVE_DIR_D_FD */2425/* Define to 1 if you have the <dlfcn.h> header file. */26#define HAVE_DLFCN_H 12728/* Define to 1 if you have the <errno.h> header file. */29#define HAVE_ERRNO_H 13031/* Define to 1 if you have the <fcntl.h> header file. */32#define HAVE_FCNTL_H 13334/* Define to 1 if you have the <inttypes.h> header file. */35#define HAVE_INTTYPES_H 13637/* Define to 1 if you have the <stdint.h> header file. */38#define HAVE_STDINT_H 13940/* Define to 1 if you have the <stdio.h> header file. */41#define HAVE_STDIO_H 14243/* Define to 1 if you have the <stdlib.h> header file. */44#define HAVE_STDLIB_H 14546/* Define to 1 if you have the <strings.h> header file. */47#define HAVE_STRINGS_H 14849/* Define to 1 if you have the <string.h> header file. */50#define HAVE_STRING_H 15152/* Define to 1 if you have the <sys/param.h> header file. */53#define HAVE_SYS_PARAM_H 15455/* Define to 1 if you have the <sys/stat.h> header file. */56#define HAVE_SYS_STAT_H 15758/* Define to 1 if you have the <sys/types.h> header file. */59#define HAVE_SYS_TYPES_H 16061/* Define to 1 if you have the <unistd.h> header file. */62#define HAVE_UNISTD_H 16364/* Define to the sub-directory where libtool stores uninstalled libraries. */65#define LT_OBJDIR ".libs/"6667/* Name of package */68#define PACKAGE "fts"6970/* Define to the address where bug reports for this package should be sent. */71#define PACKAGE_BUGREPORT "[email protected]"7273/* Define to the full name of this package. */74#define PACKAGE_NAME "fts"7576/* Define to the full name and version of this package. */77#define PACKAGE_STRING "fts 1.2.7"7879/* Define to the one symbol short name of this package. */80#define PACKAGE_TARNAME "fts"8182/* Define to the home page for this package. */83#define PACKAGE_URL ""8485/* Define to the version of this package. */86#define PACKAGE_VERSION "1.2.7"8788/* Define to 1 if all of the C90 standard headers exist (not just the ones89required in a freestanding environment). This macro is provided for90backward compatibility; new code need not use it. */91#define STDC_HEADERS 19293/* Version number of package */94#define VERSION "1.2.7"95#include "posix-wasm.h"969798