autoconf: Checks for typedefs, structures, and compiler characteristics.
commiteb0f255d6144af26361b12cb38aae9c23581a955
authorJakub Narebski <jnareb@gmail.com>
Sat, 8 Jul 2006 21:07:10 +0000 (8 23:07 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 9 Jul 2006 09:20:40 +0000 (9 02:20 -0700)
tree98992715cad0191e0741e54adaf1838ce9c6c9c5
parentd3a6db981179a1dc772768ff6af0414d17848d93
autoconf: Checks for typedefs, structures, and compiler characteristics.

./configure script checks now for existence of the following types,
structures, and structure members:
 * dirent.d_ino  in <dirent.h> (NO_D_INO_IN_DIRENT)
 * dirent.d_type in <dirent.h> (NO_D_TYPE_IN_DIRENT)
 * 'struct sockaddr_storage' in <netinet/in.h> (NO_SOCKADDR_STORAGE)

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
configure.ac