Ignore:
Timestamp:
2001-04-05T17:08:52+12:00 (23 years ago)
Author:
sjboddie
Message:

Had a bit of a tidy up in the fnord webserver code. The main change of note
was the removal of our reliance on the MAX_URL_SIZE constant. URLs and post
data of any length should now work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/w32server/d_winsock.h

    r611 r2286  
     1/**********************************************************************
     2 *
     3 * d_winsock.h
     4 * Copyright (C) 1996
     5 *
     6 * A component of the fnord webserver written by [email protected].
     7 *
     8 * Altered for use with the Greenstone digital library software by the
     9 * New Zealand Digital Library Project at the University of Waikato,
     10 * New Zealand.
     11 *
     12 * This program is free software; you can redistribute it and/or modify
     13 * it under the terms of the GNU General Public License as published by
     14 * the Free Software Foundation; either version 2 of the License, or
     15 * (at your option) any later version.
     16 *
     17 * This program is distributed in the hope that it will be useful,
     18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20 * GNU General Public License for more details.
     21 *
     22 * You should have received a copy of the GNU General Public License
     23 * along with this program; if not, write to the Free Software
     24 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     25 *
     26 *********************************************************************/
     27
    128#ifndef D_WINSOCK_H
    229#define D_WINSOCK_H
    330
    4 
    531/* get most definitions from the real winsock */
    632#include <winsock.h>
    7 
    833
    934#define D_NOERROR           0
     
    1237#define D_ERR_FREELIBFAILED 3
    1338
    14 
    15 
    1639// d_LoadWinsock must be called before an normal winsock
    1740// functions
    18 
    1941
    2042// expects path to be NULL, a empty string, or a path which ends in a slash
     
    2648// D_ERR_FREELIBFAILED on failure
    2749int d_UnloadWinsock ();
    28 
    2950
    3051// dynamically loaded versions of the winsock functions
     
    97118             long lEvent);
    98119
    99 
    100 
    101 
    102 
    103120#endif
Note: See TracChangeset for help on using the changeset viewer.