]> git.sur5r.net Git - openldap/blobdiff - include/ac/crypt.h
Sync with HEAD for OL 2.4.5
[openldap] / include / ac / crypt.h
index e9eb037d7a06574b554c0524d9d5cba33b9451bb..c5a16bd1fbef621958d1e103147ea24c20a3fae0 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2004 The OpenLDAP Foundation.
+ * Copyright 1998-2007 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -20,7 +20,7 @@
 #include <ac/unistd.h>
 
 /* crypt() may be defined in a separate include file */
-#if HAVE_CRYPT_H
+#ifdef HAVE_CRYPT_H
 #      include <crypt.h>
 #else
        extern char *(crypt)();