diff options
Diffstat (limited to 'winsup/cygwin/wincap.cc')
-rw-r--r-- | winsup/cygwin/wincap.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/winsup/cygwin/wincap.cc b/winsup/cygwin/wincap.cc index ba11e243f..78c592313 100644 --- a/winsup/cygwin/wincap.cc +++ b/winsup/cygwin/wincap.cc @@ -23,7 +23,6 @@ wincaps wincap_xpsp2 __attribute__((section (".cygwin_dll_common"), shared)) = { is_server:false, has_mandatory_integrity_control:false, needs_count_in_si_lpres2:false, - has_recycle_dot_bin:false, has_gaa_on_link_prefix:false, has_gaa_largeaddress_bug:false, supports_all_posix_ai_flags:false, @@ -58,7 +57,6 @@ wincaps wincap_2003 __attribute__((section (".cygwin_dll_common"), shared)) = { is_server:false, has_mandatory_integrity_control:false, needs_count_in_si_lpres2:false, - has_recycle_dot_bin:false, has_gaa_on_link_prefix:false, has_gaa_largeaddress_bug:false, supports_all_posix_ai_flags:false, @@ -93,7 +91,6 @@ wincaps wincap_vista __attribute__((section (".cygwin_dll_common"), shared)) = { is_server:false, has_mandatory_integrity_control:true, needs_count_in_si_lpres2:true, - has_recycle_dot_bin:true, has_gaa_on_link_prefix:true, has_gaa_largeaddress_bug:true, supports_all_posix_ai_flags:true, @@ -128,7 +125,6 @@ wincaps wincap_7 __attribute__((section (".cygwin_dll_common"), shared)) = { is_server:false, has_mandatory_integrity_control:true, needs_count_in_si_lpres2:false, - has_recycle_dot_bin:true, has_gaa_on_link_prefix:true, has_gaa_largeaddress_bug:true, supports_all_posix_ai_flags:true, @@ -163,7 +159,6 @@ wincaps wincap_8 __attribute__((section (".cygwin_dll_common"), shared)) = { is_server:false, has_mandatory_integrity_control:true, needs_count_in_si_lpres2:false, - has_recycle_dot_bin:true, has_gaa_on_link_prefix:true, has_gaa_largeaddress_bug:false, supports_all_posix_ai_flags:true, @@ -198,7 +193,6 @@ wincaps wincap_10 __attribute__((section (".cygwin_dll_common"), shared)) = { is_server:false, has_mandatory_integrity_control:true, needs_count_in_si_lpres2:false, - has_recycle_dot_bin:true, has_gaa_on_link_prefix:true, has_gaa_largeaddress_bug:false, supports_all_posix_ai_flags:true, @@ -233,7 +227,6 @@ wincaps wincap_10_1511 __attribute__((section (".cygwin_dll_common"), shared)) = is_server:false, has_mandatory_integrity_control:true, needs_count_in_si_lpres2:false, - has_recycle_dot_bin:true, has_gaa_on_link_prefix:true, has_gaa_largeaddress_bug:false, supports_all_posix_ai_flags:true, |