mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:25:42 +01:00
reverted acconfig.h for the old autoheader.
include/aconfig.h.in is removed. updated .cvsignore.
This commit is contained in:
parent
b15bba05e4
commit
a44f504214
2 changed files with 5 additions and 28 deletions
5
acconfig.h
Normal file
5
acconfig.h
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
/* Package name */
|
||||||
|
#undef PACKAGE
|
||||||
|
|
||||||
|
/* Package version */
|
||||||
|
#undef VERSION
|
|
@ -1,28 +0,0 @@
|
||||||
/* include/aconfig.h.in. Generated automatically from configure.in by autoheader. */
|
|
||||||
/* Package name */
|
|
||||||
#undef PACKAGE
|
|
||||||
|
|
||||||
/* Package version */
|
|
||||||
#undef VERSION
|
|
||||||
|
|
||||||
/* Define if you have the `asound' library (-lasound). */
|
|
||||||
#undef HAVE_LIBASOUND
|
|
||||||
|
|
||||||
/* Name of package */
|
|
||||||
#undef PACKAGE
|
|
||||||
|
|
||||||
/* 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
|
|
||||||
|
|
||||||
/* Version number of package */
|
|
||||||
#undef VERSION
|
|
||||||
|
|
||||||
/* Define to empty if `const' does not conform to ANSI C. */
|
|
||||||
#undef const
|
|
||||||
|
|
||||||
/* Define as `__inline' if that's what the C compiler calls it, or to nothing
|
|
||||||
if it is not supported. */
|
|
||||||
#undef inline
|
|
Loading…
Reference in a new issue