]> arthur.barton.de Git - ngircd-alex.git/commit
configure.in: don't check for "obvious" standard functions.
authorFlorian Westphal <fw@strlen.de>
Sun, 25 May 2008 18:16:25 +0000 (20:16 +0200)
committerFlorian Westphal <fw@strlen.de>
Sun, 25 May 2008 18:16:25 +0000 (20:16 +0200)
commit73f7201ab38013a9c30239ebee35511f77657ce3
treea444132604ad439d9b34443f81ae77e1f4457f3b
parent956bbe2c2856259756557bbffb41b0bd4c8d347c
configure.in: don't check for "obvious" standard functions.

Drop checks for the following C standard functions:
malloc, memmove, memset, realloc, strchr, strcspn, strerror, strstr.

Rationale: These are standard K&R/C89 functions, no point in
''making sure they exist''.
configure.in