| 
            Last change
 on this file since 1070 was             1046, checked in by alloc, 9 years ago           | 
        
        
          | 
             
Daodan: Added Windows MinGW and build batch file 
 
           | 
        
        
          | 
            File size:
            1022 bytes
           | 
        
      
      
| Rev | Line |   | 
|---|
| [1046] | 1 | /*
 | 
|---|
 | 2 |  * ipxconst.h - Routing and Remote Access Services
 | 
|---|
 | 3 |  *
 | 
|---|
 | 4 |  * THIS SOFTWARE IS NOT COPYRIGHTED
 | 
|---|
 | 5 |  *
 | 
|---|
 | 6 |  * This source code is offered for use in the public domain.  You may use,
 | 
|---|
 | 7 |  * modify or distribute it freely.
 | 
|---|
 | 8 |  *
 | 
|---|
 | 9 |  * This code is distributed in the hope that it will be useful but
 | 
|---|
 | 10 |  * WITHOUT ANY WARRANTY.  ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
 | 
|---|
 | 11 |  * DISCLAIMED.  This includes but is not limited to warranties of
 | 
|---|
 | 12 |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 | 
|---|
 | 13 |  *
 | 
|---|
 | 14 |  */
 | 
|---|
 | 15 | #ifndef _IPXCONST_H
 | 
|---|
 | 16 | #define _IPXCONST_H
 | 
|---|
 | 17 | #if __GNUC__ >= 3
 | 
|---|
 | 18 | #pragma GCC system_header
 | 
|---|
 | 19 | #endif
 | 
|---|
 | 20 | 
 | 
|---|
 | 21 | #ifdef __cplusplus
 | 
|---|
 | 22 | extern "C" {
 | 
|---|
 | 23 | #endif
 | 
|---|
 | 24 | 
 | 
|---|
 | 25 | /*--- Router Management Reference - Router Information Structures - IPX Information Structures */
 | 
|---|
 | 26 | #if (_WIN32_WINNT >= 0x0500)
 | 
|---|
 | 27 | #define ADMIN_STATE_DISABLED 0x00000001
 | 
|---|
 | 28 | #define ADMIN_STATE_ENABLED 0x00000002
 | 
|---|
 | 29 | #define ADMIN_STATE_ENABLED_ONLY_FOR_NETBIOS_STATIC_ROUTING 0x00000003
 | 
|---|
 | 30 | #define ADMIN_STATE_ENABLED_ONLY_FOR_OPER_STATE_UP 0x00000004
 | 
|---|
 | 31 | #endif /* (_WIN32_WINNT >= 0x0500) */
 | 
|---|
 | 32 | 
 | 
|---|
 | 33 | #ifdef __cplusplus
 | 
|---|
 | 34 | }
 | 
|---|
 | 35 | #endif
 | 
|---|
 | 36 | #endif
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.