marc 98/08/24 12:06:07
Modified: . STATUS Log: Cool deals on end-of-line Thinkpad 560Es at microwarehouse. Revision Changes Path 1.459 +13 -1 apache-1.3/STATUS Index: STATUS =================================================================== RCS file: /export/home/cvs/apache-1.3/STATUS,v retrieving revision 1.458 retrieving revision 1.459 diff -u -r1.458 -r1.459 --- STATUS 1998/08/24 06:48:49 1.458 +++ STATUS 1998/08/24 19:06:06 1.459 @@ -26,9 +26,21 @@ * header detection is broken; eg. sys/resource.h often requires other includes first, etc. This breaks things like RLimit* - on many platforms. + on many platforms. + -- Ralf will try to solve this problem this week. + -- Also, the return type of main is wrong in the test code and a + "test test" needs to be done to ensure we can be successful with + any (eg. stdio.h) header and print an error if not. Otherwise, you + have _very_ difficult to resolve problems if you do something + like: link in a library on Solaris that also requires -lsocket + but don't explicitly put that on your EXTRA_LIBS line; then + the final result will link fine because Apache adds them for itself, + but all the testcompiles will fail because they aren't there at + that stage. + + Documentation that needs writing: * Need a document explaining mod_rewrite/"UseCanonicalName off" based