mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05:00
Switch to automake and libtool
This commit is contained in:
parent
9e85a4cf21
commit
96f35a05ef
45 changed files with 9388 additions and 439 deletions
|
|
@ -1,6 +1,29 @@
|
|||
/*
|
||||
* Configuration header file for compilation of the ALSA driver
|
||||
*/
|
||||
/* include/config.h.in. Generated automatically from configure.in by autoheader. */
|
||||
|
||||
#undef SND_LIB_VERSION
|
||||
/* Define to empty if the keyword does not work. */
|
||||
#undef const
|
||||
|
||||
/* Define as __inline if that's what the C compiler calls it. */
|
||||
#undef inline
|
||||
|
||||
/* Define if you have the ANSI C header files. */
|
||||
#undef STDC_HEADERS
|
||||
|
||||
/* Define if you can safely include both <sys/time.h> and <time.h>. */
|
||||
#undef TIME_WITH_SYS_TIME
|
||||
|
||||
/* Define if your processor stores words with the most significant
|
||||
byte first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||
#undef WORDS_BIGENDIAN
|
||||
|
||||
/* Package name */
|
||||
#undef PACKAGE
|
||||
|
||||
/* Package version */
|
||||
#undef VERSION
|
||||
|
||||
/* Sound library version string */
|
||||
#undef SND_LIB_VERSION
|
||||
|
||||
/* Define if you have the <linux/asound.h> header file. */
|
||||
#undef HAVE_LINUX_ASOUND_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue