diff options
author | somov <somov@yandex-team.ru> | 2022-02-10 16:45:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:49 +0300 |
commit | 7489e4682331202b9c7d863c0898eb83d7b12c2b (patch) | |
tree | 9142afc54d335ea52910662635b898e79e192e49 /contrib/tools/yasm/config-osx-linux.h | |
parent | a5950576e397b1909261050b8c7da16db58f10b1 (diff) | |
download | ydb-7489e4682331202b9c7d863c0898eb83d7b12c2b.tar.gz |
Restoring authorship annotation for <somov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/tools/yasm/config-osx-linux.h')
-rw-r--r-- | contrib/tools/yasm/config-osx-linux.h | 96 |
1 files changed, 48 insertions, 48 deletions
diff --git a/contrib/tools/yasm/config-osx-linux.h b/contrib/tools/yasm/config-osx-linux.h index 2454587e30..7096e2a4c9 100644 --- a/contrib/tools/yasm/config-osx-linux.h +++ b/contrib/tools/yasm/config-osx-linux.h @@ -1,48 +1,48 @@ -/* config.h. Generated by cmake from config.h.cmake */ - -#define CMAKE_BUILD 1 - -/* Define if shared libs are being built */ -/* #undef BUILD_SHARED_LIBS */ - -/* Define if messsage translations are enabled */ -/* #undef ENABLE_NLS */ - -/* */ -#undef HAVE_GETTEXT - -/* Define to 1 if you have the <libgen.h> header file. */ -#define HAVE_LIBGEN_H 1 - -/* Define to 1 if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to 1 if you have the <direct.h> header file. */ -/* #undef HAVE_DIRECT_H */ - -/* Define to 1 if you have the `getcwd' function. */ -#define HAVE_GETCWD 1 - -/* Define to 1 if you have the `toascii' function. */ -#define HAVE_TOASCII 1 - -/* Name of package */ -#define PACKAGE "yasm" - -/* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "bug-yasm@tortall.net" - -/* Define to the full name of this package. */ -#define PACKAGE_NAME "yasm" - -/* Define to the full name and version of this package. */ -#define PACKAGE_STRING "yasm 1.3.0" - -/* Define to the version of this package. */ -#define PACKAGE_VERSION "1.3.0" - -#define VERSION PACKAGE_VERSION - -/* Command name to run C preprocessor */ -#define CPP_PROG "/usr/bin/cpp" - +/* config.h. Generated by cmake from config.h.cmake */ + +#define CMAKE_BUILD 1 + +/* Define if shared libs are being built */ +/* #undef BUILD_SHARED_LIBS */ + +/* Define if messsage translations are enabled */ +/* #undef ENABLE_NLS */ + +/* */ +#undef HAVE_GETTEXT + +/* Define to 1 if you have the <libgen.h> header file. */ +#define HAVE_LIBGEN_H 1 + +/* Define to 1 if you have the <unistd.h> header file. */ +#define HAVE_UNISTD_H 1 + +/* Define to 1 if you have the <direct.h> header file. */ +/* #undef HAVE_DIRECT_H */ + +/* Define to 1 if you have the `getcwd' function. */ +#define HAVE_GETCWD 1 + +/* Define to 1 if you have the `toascii' function. */ +#define HAVE_TOASCII 1 + +/* Name of package */ +#define PACKAGE "yasm" + +/* Define to the address where bug reports for this package should be sent. */ +#define PACKAGE_BUGREPORT "bug-yasm@tortall.net" + +/* Define to the full name of this package. */ +#define PACKAGE_NAME "yasm" + +/* Define to the full name and version of this package. */ +#define PACKAGE_STRING "yasm 1.3.0" + +/* Define to the version of this package. */ +#define PACKAGE_VERSION "1.3.0" + +#define VERSION PACKAGE_VERSION + +/* Command name to run C preprocessor */ +#define CPP_PROG "/usr/bin/cpp" + |