mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-18 23:42:00 +03:00
* modules/ignore-value (Include): Only use <> for headers that exist in glibc. Signed-off-by: Eric Blake <ebb9@byu.net>
23 lines
252 B
Plaintext
23 lines
252 B
Plaintext
Description:
|
|
ignore a value to quiet a compiler warning
|
|
|
|
Files:
|
|
lib/ignore-value.h
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([AC_C_INLINE])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += ignore-value.h
|
|
|
|
Include:
|
|
"ignore-value.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Jim Meyering
|