From 88256480afd9bd1085399a826345a470ba648fe6 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Thu, 13 Jun 2024 14:56:27 -0700 Subject: [PATCH] Add mesondefine files --- config.h.meson | 119 +++++++++++++++++++++++++++++++++++++++++++ version-info.h.meson | 6 +++ 2 files changed, 125 insertions(+) create mode 100644 config.h.meson create mode 100644 version-info.h.meson diff --git a/config.h.meson b/config.h.meson new file mode 100644 index 0000000..6a4f20f --- /dev/null +++ b/config.h.meson @@ -0,0 +1,119 @@ +/* config.h.in. Generated from configure.ac by autoheader. */ + +/* Define to 1 if translation of program messages to the user's native + language is requested. */ +#mesondefine ENABLE_NLS + +/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the + CoreFoundation framework. */ +#mesondefine HAVE_CFLOCALECOPYCURRENT + +/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in + the CoreFoundation framework. */ +#mesondefine HAVE_CFPREFERENCESCOPYAPPVALUE + +/* Define if the GNU dcgettext() function is already present or preinstalled. + */ +#mesondefine HAVE_DCGETTEXT + +/* Define to 1 if you have the header file. */ +#mesondefine HAVE_DLFCN_H + +/* Define to 1 if the system has the `constructor' function attribute */ +#mesondefine HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR + +/* Define to 1 if the system has the `destructor' function attribute */ +#mesondefine HAVE_FUNC_ATTRIBUTE_DESTRUCTOR + +/* Define to 1 if the system has the `format' function attribute */ +#mesondefine HAVE_FUNC_ATTRIBUTE_FORMAT + +/* Define to 1 if the system has the `noreturn' function attribute */ +#mesondefine HAVE_FUNC_ATTRIBUTE_NORETURN + +/* Define if the GNU gettext() function is already present or preinstalled. */ +#mesondefine HAVE_GETTEXT + +/* Define if you have the iconv() function and it works. */ +#mesondefine HAVE_ICONV + +/* Define to 1 if you have the header file. */ +#mesondefine HAVE_INTTYPES_H + +/* Define if you have POSIX threads libraries and header files. */ +#mesondefine HAVE_PTHREAD + +/* Have PTHREAD_PRIO_INHERIT. */ +#mesondefine HAVE_PTHREAD_PRIO_INHERIT + +/* Define to 1 if you have the header file. */ +#mesondefine HAVE_STDINT_H + +/* Define to 1 if you have the header file. */ +#mesondefine HAVE_STDIO_H + +/* Define to 1 if you have the header file. */ +#mesondefine HAVE_STDLIB_H + +/* Define to 1 if you have the header file. */ +#mesondefine HAVE_STRINGS_H + +/* Define to 1 if you have the header file. */ +#mesondefine HAVE_STRING_H + +/* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */ +#mesondefine HAVE_STRUCT_TM_TM_GMTOFF + +/* Define to 1 if you have the header file. */ +#mesondefine HAVE_SYS_STAT_H + +/* Define to 1 if you have the header file. */ +#mesondefine HAVE_SYS_TYPES_H + +/* Define to 1 if typeof works with your compiler. */ +#mesondefine HAVE_TYPEOF + +/* Define to 1 if you have the header file. */ +#mesondefine HAVE_UNISTD_H + +/* Define to the sub-directory where libtool stores uninstalled libraries. */ +#mesondefine LT_OBJDIR + +/* Name of package */ +#mesondefine PACKAGE + +/* Define to the address where bug reports for this package should be sent. */ +#mesondefine PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#mesondefine PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#mesondefine PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#mesondefine PACKAGE_TARNAME + +/* Define to the home page for this package. */ +#mesondefine PACKAGE_URL + +/* Define to the version of this package. */ +#mesondefine PACKAGE_VERSION + +/* Define to the directory where locale files are stored */ +#mesondefine LOCALEDIR + +/* Define to necessary symbol if this constant uses a non-standard name on + your system. */ +#mesondefine PTHREAD_CREATE_JOINABLE + +/* Define to 1 if all of the C90 standard headers exist (not just the ones + required in a freestanding environment). This macro is provided for + backward compatibility; new code need not use it. */ +#mesondefine STDC_HEADERS + +/* Version number of package */ +#mesondefine VERSION + +/* Define to __typeof__ if your compiler spells it that way. */ +#mesondefine typeof diff --git a/version-info.h.meson b/version-info.h.meson new file mode 100644 index 0000000..b3b3797 --- /dev/null +++ b/version-info.h.meson @@ -0,0 +1,6 @@ +#mesondefine BUILD_VERSION +#mesondefine BUILD_DATE +#mesondefine BUILD_HOST +#mesondefine BUILD_COMPILER +#mesondefine BUILD_TARGET +#mesondefine BUILD_VERSION_INFO_IDENT