/[radius]/radius/radiusd/version.c
ViewVC logotype

Diff of /radius/radiusd/version.c

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

revision 1.28 by gray, Sat Nov 8 09:48:10 2003 UTC revision 1.29 by gray, Sat Nov 8 15:48:15 2003 UTC
# Line 63  static char *sys_def[] = { Line 63  static char *sys_def[] = {
63  #if defined(__linux__)  #if defined(__linux__)
64          "linux",          "linux",
65  #endif  #endif
 #if defined(M_UNIX)  
         "M_UNIX",  
 #endif  
66          NULL          NULL
67  };  };
68    
# Line 78  static char *debug_flag_str[] = { Line 75  static char *debug_flag_str[] = {
75    
76  static char *compile_flag_str[] = {  static char *compile_flag_str[] = {
77  #if defined(PWD_SHADOW)  #if defined(PWD_SHADOW)
78          "PWD_SHADOW",  # if PWD_SHADOW == SHADOW      
79            "PWD_SHADOW=SHADOW",
80    # else
81            "PWD_SHADOW=OSFC2",
82    # endif
83  #endif  #endif
84  #if defined(USE_SERVER_GUILE)  #if defined(USE_SERVER_GUILE)
85          "USE_SERVER_GUILE",          "USE_SERVER_GUILE",
# Line 115  static char *compile_flag_str[] = { Line 116  static char *compile_flag_str[] = {
116  #if defined(DENY_SHELL)  #if defined(DENY_SHELL)
117          "DENY_SHELL",          "DENY_SHELL",
118  #endif  #endif
 #if defined(OSFC2)  
         "OSFC2",  
 #endif  
119          NULL          NULL
120  };  };
121    

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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