The R Project SVN R

Rev

Rev 49754 | Rev 49887 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 49754 Rev 49788
Line 878... Line 878...
878
#endif
878
#endif
879
}
879
}
880
 
880
 
881
int in_R_HTTPDCreate(const char *ip, int port) 
881
int in_R_HTTPDCreate(const char *ip, int port) 
882
{
882
{
-
 
883
#ifndef WIN32
883
    int reuse = 1;
884
    int reuse = 1;
-
 
885
#endif
884
    SAIN srv_sa;
886
    SAIN srv_sa;
885
 
887
 
886
    if (needs_init) /* initialization may need to be performed on first use */
888
    if (needs_init) /* initialization may need to be performed on first use */
887
	first_init();
889
	first_init();
888
 
890