Yasm Assembler mainline development tree (ffmpeg 依赖)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

53 lines
1.4 KiB

/* config.h. Generated by cmake from config.h.cmake */
#define CMAKE_BUILD 1
/* Define if shared libs are being built */
#cmakedefine BUILD_SHARED_LIBS 1
/* Define if messsage translations are enabled */
#cmakedefine ENABLE_NLS 1
/* Define if you have the `abort' function. */
#cmakedefine HAVE_ABORT 1
/* */
#undef HAVE_GETTEXT
/* Define to 1 if you have the <libgen.h> header file. */
#cmakedefine HAVE_LIBGEN_H 1
/* Define to 1 if you have the <unistd.h> header file. */
#cmakedefine HAVE_UNISTD_H 1
/* Define to 1 if you have the <direct.h> header file. */
#cmakedefine HAVE_DIRECT_H 1
/* Define to 1 if you have the `getcwd' function. */
#cmakedefine HAVE_GETCWD 1
/* Define to 1 if you have the `_stricmp' function. */
#cmakedefine HAVE__STRICMP 1
/* Define to 1 if you have the `toascii' function. */
#cmakedefine 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 "@PACKAGE_STRING@"
/* Define to the version of this package. */
#define PACKAGE_VERSION "@PACKAGE_VERSION@"
#define VERSION PACKAGE_VERSION
/* Command name to run C preprocessor */
#define CPP_PROG "@CPP_PROG@"