aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-01-20 16:45:04 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-01-20 16:45:04 +0000
commit83eabeae0ea6fc8bd4e2f23ba6585ee3d9e0fd3c (patch)
treecf3c6d92f6cdbacb59fc9ec51fa0765df023264d /configure.ac
parent16f9609284d6ff61a5aa09abad676aef1a47c959 (diff)
downloadanubis-83eabeae0ea6fc8bd4e2f23ba6585ee3d9e0fd3c.tar.gz
anubis-83eabeae0ea6fc8bd4e2f23ba6585ee3d9e0fd3c.tar.bz2
Check for sysexits.h
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 1835143..5d8dfe5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl
dnl configure.ac
dnl
dnl This file is part of GNU Anubis.
-dnl Copyright (C) 2001, 2002, 2003, 2004 The Anubis Team.
+dnl Copyright (C) 2001, 2002, 2003, 2004, 2005 The Anubis Team.
dnl
dnl GNU Anubis is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
@@ -55,7 +55,7 @@ AC_TYPE_SIGNAL
AC_CHECK_TYPE(u_char, unsigned char)
AC_CHECK_HEADERS(arpa/inet.h syslog.h regex.h \
- sys/types.h sys/socket.h socket.h)
+ sys/types.h sys/socket.h socket.h sysexits.h)
AC_CHECK_TYPE(socklen_t, , AC_DEFINE(socklen_t, int,
[Define to int if <sys/types.h> does not define]),

Return to:

Send suggestions and report system problems to the System administrator.