Displaying 3 results from an estimated 3 matches for "have_decl_memmem".
2020 Apr 22
5
[Bug 3152] New: #ifdef around memmem() is invalid.
...Assignee: unassigned-bugs at mindrot.org
Reporter: balu.gajjala at gmail.com
Different #ifdef used for memmem() declaration and definition.
https://github.com/openssh/openssh-portable/blob/d6cc76176216fe3fac16cd20d148d75cb9c50876/openbsd-compat/openbsd-compat.h#L76
#if defined(HAVE_DECL_MEMMEM) && HAVE_DECL_MEMMEM == 0
void *memmem(const void *, size_t, const void *, size_t);
#endif
https://github.com/openssh/openssh-portable/blob/d6cc76176216fe3fac16cd20d148d75cb9c50876/openbsd-compat/memmem.c#L32
still uses #ifndef HAVE_MEMMEM.
--
You are receiving this mail because:
You are...
2010 Jul 21
0
Samba install on AIX
...9;'@|0|g' -e 's|@''GNULIB_STRERROR''@|1|g' -e
's|@''GNULIB_STRSIGNAL''@|1|g' -e 's|@''GNULIB_STRVERSCMP''@|0|g' <
./string.in.h | sed -e 's|@''HAVE_MBSLEN''@|0|g' -e
's|@''HAVE_DECL_MEMMEM''@|1|g' -e 's|@''HAVE_MEMPCPY''@|1|g' -e
's|@''HAVE_DECL_MEMRCHR''@|1|g' -e 's|@''HAVE_RAWMEMCHR''@|0|g' -e
's|@''HAVE_STPCPY''@|1|g' -e 's|@''HAVE_STPNCPY''@|1|g...
2011 Jun 07
3
builder-debian febootstrap success d6d144eab55388d4117880f2d3a7e8c2571c9d9a
This is an automatic message generated by the builder on
builder-debian for febootstrap. Log files from the build
follow below.
Linux builder-debian.home.annexia.org 2.6.36-trunk-amd64 #1 SMP Wed Oct 27 14:28:29 UTC 2010 x86_64 GNU/Linux
Tue Jun 7 20:00:01 BST 2011
-----
+ git pull --rebase git://git.annexia.org/git/febootstrap.git master
>From git://git.annexia.org/git/febootstrap
*