wok diff linld/stuff/src/COMMON.H @ rev 24034

Openssh (8.5p1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 08 09:21:26 2021 +0000 (2021-04-08)
parents 217c02cbbe8d
children 06547d8cf241
line diff
     1.1 --- a/linld/stuff/src/COMMON.H	Sun Mar 14 19:55:20 2021 +0000
     1.2 +++ b/linld/stuff/src/COMMON.H	Thu Apr 08 09:21:26 2021 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  //#define WITH_XMM_ALLOC	add himem.sys driver
     1.5 +//#define INT15_E820	add int15/eax=E820 driver
     1.6  //#define LARGE_ZIMAGE	may load system in high memory temporarily 
     1.7 -//#define INT15_E820	add int15/eax=E820 driver
     1.8 -//#define RAW_ISO9660	raw filename support with ';1' or '.' trailers
     1.9 +#define CLEAN_ISO9660	remove ';1' or '.' trailers for  non rockridge name
    1.10  #define BASIC_ISO9660	non rockridge support
    1.11  #define ROCKRIDGE	iso 9660 posix name support
    1.12  #define ISO9660		iso= support
    1.13 @@ -26,7 +26,7 @@
    1.14  #define CPU64
    1.15  #endif
    1.16  #endif
    1.17 -#if defined(ROCKRIDGE) || defined(BASIC_ISO9660) || defined(RAW_ISO9660)
    1.18 +#if defined(ROCKRIDGE) || defined(BASIC_ISO9660) || defined(CLEAN_ISO9660)
    1.19  #ifndef ISO9660
    1.20  #define ISO9660
    1.21  #endif