mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
21 lines
330 B
Plaintext
21 lines
330 B
Plaintext
Files:
|
|
tests/test-strncat.c
|
|
tests/unistr/test-strncat.h
|
|
tests/zerosize-ptr.h
|
|
tests/signature.h
|
|
tests/macros.h
|
|
m4/mmap-anon.m4
|
|
|
|
Depends-on:
|
|
extensions
|
|
getpagesize
|
|
|
|
configure.ac:
|
|
gl_FUNC_MMAP_ANON
|
|
AC_CHECK_HEADERS_ONCE([sys/mman.h])
|
|
AC_CHECK_FUNCS_ONCE([mprotect])
|
|
|
|
Makefile.am:
|
|
TESTS += test-strncat
|
|
check_PROGRAMS += test-strncat
|