]> git.sur5r.net Git - openldap/blobdiff - include/ac/bytes.h
Add server side sorting
[openldap] / include / ac / bytes.h
index 93549772e37f2affc37acf60fdd043e38b21e6d2..162fa3e698c8bc291273b5a9059e95a9f9051917 100644 (file)
@@ -1,14 +1,17 @@
 /* Generic bytes.h */
 /* $OpenLDAP$ */
-/*
- * Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
+/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *
+ * Copyright 1998-2008 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted only as authorized by the OpenLDAP
- * Public License.  A copy of this license is available at
- * http://www.OpenLDAP.org/license.html or in file LICENSE in the
- * top-level directory of the distribution.
+ * Public License.
+ *
+ * A copy of this license is available in file LICENSE in the
+ * top-level directory of the distribution or, alternatively, at
+ * <http://www.OpenLDAP.org/license.html>.
  */
 
 #ifndef _AC_BYTES_H
@@ -25,8 +28,7 @@
 #      elif SIZEOF_SHORT == 4
 #              define AC_INT4_TYPE short
 #      else
-/* used by SHA-1, but commented out */
-/* #   error "AC_INT2_TYPE?" */
+#      error "AC_INT4_TYPE?"
 #      endif
 #endif
 
@@ -42,8 +44,7 @@ typedef unsigned AC_INT4_TYPE ac_uint4;
 #      elif SIZEOF_LONG == 2
 #              define AC_INT2_TYPE long
 #      else
-/* not used, no error */
-/* #   error "AC_INT2_TYPE?" */
+#      error "AC_INT2_TYPE?"
 #      endif
 #endif