diff -urN curl-7.9.8/include/curl/curl.h curl-7.9.8-mh/include/curl/curl.h --- curl-7.9.8/include/curl/curl.h Thu Jun 13 16:30:03 2002 +++ curl-7.9.8-mh/include/curl/curl.h Tue Sep 10 10:56:24 2002 @@ -558,7 +558,10 @@ /* The CApath directory used to validate the peer certificate this option is used only if SSL_VERIFYPEER is true */ CINIT(CAPATH, OBJECTPOINT, 97), - + + /* use the memory for storing the html body temporary */ + CINIT(INMEMORY, LONG, 98), + CURLOPT_LASTENTRY /* the last unusued */ } CURLoption;