]> andersk Git - openssh.git/blobdiff - configure.ac
- (djm) [channels.c misc.c misc.h sshd.c] add missing setsockopt() to
[openssh.git] / configure.ac
index 4c8eef6e0f35f3b909cc050a8403a44bd8cb1091..a0c50e30021637023cbb124f260a4f6aa17d57d1 100644 (file)
@@ -1130,13 +1130,6 @@ int main(void){struct dirent d;exit(sizeof(d.d_name)<=sizeof(char));}
        ]
 )
 
-AC_CHECK_DECL(DTTOIF,
-  AC_DEFINE(DTTOIF_IN_FS_FFS_DIR_H, 1 , [DTTOIF macro in fs/ffs/dir.h]), ,
-  [
-#include <sys/types.h>
-#include <fs/ffs/dir.h>
-  ])
-
 AC_MSG_CHECKING([for /proc/pid/fd directory])
 if test -d "/proc/$$/fd" ; then
        AC_DEFINE(HAVE_PROC_PID, 1, [Define if you have /proc/$pid/fd])
This page took 0.053253 seconds and 4 git commands to generate.