/[pengfork]/pengfork/src/resolver.c
ViewVC logotype

Diff of /pengfork/src/resolver.c

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

revision 1.3 by chupa, Fri Sep 6 23:03:55 2002 UTC revision 1.4 by chupa, Thu Sep 12 08:44:49 2002 UTC
# Line 59  resolve_access () Line 59  resolve_access ()
59  #endif  #endif
60      }      }
61    
62      else if (strstr (PARAM_ACCESS_METHOD, "tcpip"))
63        {
64    #ifdef WITH_TCPIP
65          haccess = &tcpip_access;
66    #else
67          log (LOG_ERR, "Sorry TCP/IP support is not compiled in\n");
68          return 0;
69    #endif
70        }
71    
72    else if (strstr (PARAM_ACCESS_METHOD, "cable"))    else if (strstr (PARAM_ACCESS_METHOD, "cable"))
73      {      {
74  #ifdef WITH_CABLE  #ifdef WITH_CABLE

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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