/[pengfork]/pengfork/include/access.h
ViewVC logotype

Diff of /pengfork/include/access.h

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

revision 1.6 by chupa, Sat Dec 7 14:01:23 2002 UTC revision 1.7 by chupa, Fri Dec 13 15:29:14 2002 UTC
# Line 25  Line 25 
25  #ifndef __ACCESS_H__  #ifndef __ACCESS_H__
26  #define __ACCESS_H__  #define __ACCESS_H__
27    
28  #include "config.h"  #if HAVE_CONFIG_H
29    # include "config.h"
30    #endif
31    
32  typedef struct  typedef struct
33  {  {
# Line 38  access_t; Line 40  access_t;
40    
41  extern const access_t *haccess;  extern const access_t *haccess;
42    
43  #ifdef WITH_MODEM  #if ENABLE_MODEM
44  extern const access_t modem_access;  extern const access_t modem_access;
45  #endif  #endif
46    
47  #ifdef WITH_TCPIP  #if ENABLE_TCPIP
48  extern const access_t tcpip_access;  extern const access_t tcpip_access;
49  #  ifdef WITH_CABLE  #  if ENABLE_CABLE
50  extern const access_t cable_access;  extern const access_t cable_access;
51  #  endif  #  endif
52  #endif  #endif

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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