I am almost certain we don't need crypt or rt now, and it builds fine on

Linux without.
This commit is contained in:
Nicholas Marriott
2010-10-27 21:40:03 +00:00
parent 58684ea998
commit ae7a7be819
2 changed files with 5 additions and 11 deletions

View File

@ -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