rbb 99/10/21 04:14:50
Modified: src/lib/apr APRDesign Log: I have been beaten into submission. :) Revision Changes Path 1.3 +3 -4 apache-2.0/src/lib/apr/APRDesign Index: APRDesign =================================================================== RCS file: /home/cvs/apache-2.0/src/lib/apr/APRDesign,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- APRDesign 1999/10/18 18:34:25 1.2 +++ APRDesign 1999/10/21 11:14:49 1.3 @@ -40,10 +40,9 @@ memory and return the appropriate status codes. If your OS of choice does not have mmap'ed files, APR_HAS_MMAP should evaluate -to zero, and all ap_mmap_* functions should automatically return APR_ENOTIMPL. -The second step is a precaution. We will not break at compile time, just -because a programmer tried to write code that uses functions which may not be -there, but we will make sure the programmer knows he isn't doing anything. +to zero, and all ap_mmap_* functions should not be defined. The second step +is a precaution that will allow us to break at compile time if a programmer +tries to use unsupported functions. APR types