]> git.sur5r.net Git - openldap/blobdiff - include/ac/bytes.h
Fix ITS#1983, handle writing of large requests. Only one pending request is
[openldap] / include / ac / bytes.h
index 93549772e37f2affc37acf60fdd043e38b21e6d2..609267997f3c62183feea53e7d9df11f7020e8dd 100644 (file)
@@ -1,7 +1,7 @@
 /* Generic bytes.h */
 /* $OpenLDAP$ */
 /*
- * Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
+ * Copyright 1998-2002 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -25,8 +25,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 +41,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