X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fac%2Fcrypt.h;h=c5a16bd1fbef621958d1e103147ea24c20a3fae0;hb=4e32148ac59ba6b4f3acc79a3b782cd3556f941a;hp=e9eb037d7a06574b554c0524d9d5cba33b9451bb;hpb=3c598e89fb34a892d369a138daa8c3314294493c;p=openldap diff --git a/include/ac/crypt.h b/include/ac/crypt.h index e9eb037d7a..c5a16bd1fb 100644 --- a/include/ac/crypt.h +++ b/include/ac/crypt.h @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * 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 /* crypt() may be defined in a separate include file */ -#if HAVE_CRYPT_H +#ifdef HAVE_CRYPT_H # include #else extern char *(crypt)();