aconfig.h.in

来自「alsa-utils-1.0.14编译声卡驱动所需要的一些文件源码」· IN 代码 · 共 72 行

IN
72
字号
/* include/aconfig.h.in.  Generated from configure.in by autoheader.  *//* directory containing sample data */#undef DATADIR/* Define to 1 if translation of program messages to the user's native   language is requested. */#undef ENABLE_NLS/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the   CoreFoundation framework. */#undef HAVE_CFLOCALECOPYCURRENT/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in   the CoreFoundation framework. */#undef HAVE_CFPREFERENCESCOPYAPPVALUE/* Define if the GNU dcgettext() function is already present or preinstalled.   */#undef HAVE_DCGETTEXT/* Define if the GNU gettext() function is already present or preinstalled. */#undef HAVE_GETTEXT/* Define if you have the iconv() function. */#undef HAVE_ICONV/* Define to 1 if you have the `asound' library (-lasound). */#undef HAVE_LIBASOUND/* Name of package */#undef PACKAGE/* Define to the address where bug reports for this package should be sent. */#undef PACKAGE_BUGREPORT/* Define to the full name of this package. */#undef PACKAGE_NAME/* Define to the full name and version of this package. */#undef PACKAGE_STRING/* Define to the one symbol short name of this package. */#undef PACKAGE_TARNAME/* Define to the version of this package. */#undef PACKAGE_VERSION/* Define to 1 if you have the ANSI C header files. */#undef STDC_HEADERS/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */#undef TIME_WITH_SYS_TIME/* ALSA util version */#undef VERSION/* Number of bits in a file offset, on hosts where this is settable. */#undef _FILE_OFFSET_BITS/* Define for large files, on AIX-style hosts. */#undef _LARGE_FILES/* Define to empty if `const' does not conform to ANSI C. */#undef const/* Define to `__inline__' or `__inline' if that's what the C compiler   calls it, or to nothing if 'inline' is not supported under any name.  */#ifndef __cplusplus#undef inline#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?