Skip to content

Commit 2728e47

Browse files
committed
wrappers: site: add hurd-gnu
These are mostly needed because autoconf before 1a449f4d791f15d9f16fa00dace90e25530f1725 only looked for *-gnu*, not gnu* in the os field of the tuple. Copy linux and prune some bits out. I've not added hurd by itself given only glibc supports it and it's not clear what a non-glibc hurd would look like. Signed-off-by: Sam James <sam@gentoo.org>
1 parent d296825 commit 2728e47

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

wrappers/site/hurd-gnu

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
ac_cv_func_calloc_0_nonnull=yes
2+
enable_malloc0returnsnull=yes
3+
ac_cv_func_realloc_0_nonnull=yes
4+
ac_cv_func_malloc_0_nonnull=yes
5+
gl_cv_func_strcasecmp_works=yes
6+
7+
ac_cv_buggy_getaddrinfo=no
8+
ac_cv_file__dev_ptmx=no
9+
ac_cv_file__dev_ptc=no

0 commit comments

Comments
 (0)