summaryrefslogtreecommitdiffstats
path: root/compat.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2010-10-27 21:40:03 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2010-10-27 21:40:03 +0000
commitae7a7be819c2d7e499cd88b46e473f398707d136 (patch)
tree5514f2603f1d389f2dced53190d8924a17dc716a /compat.h
parent58684ea9987db2bd790808c89b0e0b0964da5405 (diff)
I am almost certain we don't need crypt or rt now, and it builds fine on
Linux without.
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/compat.h b/compat.h
index 40aeca63..eba32caa 100644
--- a/compat.h
+++ b/compat.h
@@ -1,4 +1,4 @@
-/* $Id: compat.h,v 1.29 2010-10-27 21:34:59 nicm Exp $ */
+/* $Id: compat.h,v 1.30 2010-10-27 21:40:03 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -63,10 +63,6 @@ typedef uint64_t u_int64_t;
#include "compat/bitstring.h"
#endif
-#ifdef HAVE_CRYPT_H
-#include <crypt.h>
-#endif
-
#ifdef HAVE_PATHS_H
#include <paths.h>
#endif