/[cvs]/ccvs/windows-NT/config.h.in.footer
ViewVC logotype

Diff of /ccvs/windows-NT/config.h.in.footer

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by conradpino, Fri Sep 23 00:51:37 2005 UTC revision 1.11 by conradpino, Fri Sep 23 00:55:44 2005 UTC
# Line 35  Line 35 
35     it because _open_osfhandle doesn't work.  */     it because _open_osfhandle doesn't work.  */
36  #define NO_SOCKET_TO_FD 1  #define NO_SOCKET_TO_FD 1
37    
38    /* Is this true on NT?  Seems like I remember reports that NT 3.51 has
39       problems with 200K writes (of course, the issue of large writes is
40       moot since the use of buffer.c ensures that writes will only be as big
41       as the buffers).  */
42    #define SEND_NEVER_PARTIAL 1
43    
44  /* Stop server macro */  /* Stop server macro */
45  #define SHUTDOWN_SERVER wnt_shutdown_server  #define SHUTDOWN_SERVER wnt_shutdown_server
46    
# Line 65  Line 71 
71  /* Macro name tells the story */  /* Macro name tells the story */
72  #define SYSTEM_INITIALIZE(pargc,pargv) woe32_init_winsock()  #define SYSTEM_INITIALIZE(pargc,pargv) woe32_init_winsock()
73    
 /* Is this true on NT?  Seems like I remember reports that NT 3.51 has  
    problems with 200K writes (of course, the issue of large writes is  
    moot since the use of buffer.c ensures that writes will only be as big  
    as the buffers).  */  
 #define SEND_NEVER_PARTIAL 1  
   
74  /*  /*
75   * According to GNU conventions, we should avoid referencing any macro   * According to GNU conventions, we should avoid referencing any macro
76   * containing "WIN" as a reference to Microsoft Windows, as we would like to   * containing "WIN" as a reference to Microsoft Windows, as we would like to

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26