Fri Jan 2 16:35:43 2009 UTC ()
add the cdfs extensions


(christos)
diff -r1.2 -r1.3 src/external/bsd/am-utils/include/config.h

cvs diff -r1.2 -r1.3 src/external/bsd/am-utils/include/config.h (expand / switch to unified diff)

--- src/external/bsd/am-utils/include/config.h 2008/10/11 12:56:31 1.2
+++ src/external/bsd/am-utils/include/config.h 2009/01/02 16:35:43 1.3
@@ -1443,32 +1443,51 @@ @@ -1443,32 +1443,51 @@
1443/* Define only name of host machine OS (eg. solaris2) */ 1443/* Define only name of host machine OS (eg. solaris2) */
1444#define HOST_OS_NAME "netbsd" 1444#define HOST_OS_NAME "netbsd"
1445 1445
1446/* Define only version of host machine (eg. 2.5.1) */ 1446/* Define only version of host machine (eg. 2.5.1) */
1447#define HOST_OS_VERSION "4.99.71" 1447#define HOST_OS_VERSION "4.99.71"
1448 1448
1449/* Define name of host machine's vendor (eg. sun) */ 1449/* Define name of host machine's vendor (eg. sun) */
1450#define HOST_VENDOR "unknown" 1450#define HOST_VENDOR "unknown"
1451#endif 1451#endif
1452 1452
1453/* Ignore permission bits */ 1453/* Ignore permission bits */
1454/* #undef MNT2_CDFS_OPT_DEFPERM */ 1454/* #undef MNT2_CDFS_OPT_DEFPERM */
1455 1455
 1456/* Enable external attributes */
 1457#define MNT2_CDFS_OPT_EXTATT 0x4
 1458
 1459/* Show file generations */
 1460#define MNT2_CDFS_OPT_GENS 0x2
 1461
 1462/* Disable filename case translation */
 1463#define MNT2_CDFS_OPT_NOCASETRANS 0x10
 1464
1456/* Use on-disk permission bits */ 1465/* Use on-disk permission bits */
1457/* #undef MNT2_CDFS_OPT_NODEFPERM */ 1466/* #undef MNT2_CDFS_OPT_NODEFPERM */
1458 1467
 1468/* Disable Joliet extensions */
 1469#define MNT2_CDFS_OPT_NOJOLIET 0x8
 1470
 1471/* Disable Rock Ridge Interchange Protocol (RRIP) extensions */
 1472#define MNT2_CDFS_OPT_NORRIP 0x1
 1473
1459/* Strip off extension from version string */ 1474/* Strip off extension from version string */
1460/* #undef MNT2_CDFS_OPT_NOVERSION */ 1475/* #undef MNT2_CDFS_OPT_NOVERSION */
1461 1476
 1477/* Enable Rock Ridge Interchange Protocol (RRIP) case insensitive filename
 1478 extensions */
 1479#define MNT2_CDFS_OPT_RRCASEINS 0x20
 1480
1462/* Use Rock Ridge Interchange Protocol (RRIP) extensions */ 1481/* Use Rock Ridge Interchange Protocol (RRIP) extensions */
1463/* #undef MNT2_CDFS_OPT_RRIP */ 1482/* #undef MNT2_CDFS_OPT_RRIP */
1464 1483
1465/* asynchronous filesystem access */ 1484/* asynchronous filesystem access */
1466#define MNT2_GEN_OPT_ASYNC 0x40 1485#define MNT2_GEN_OPT_ASYNC 0x40
1467 1486
1468/* automounter filesystem (ignore) flag, used in bsdi-4.1 */ 1487/* automounter filesystem (ignore) flag, used in bsdi-4.1 */
1469/* #undef MNT2_GEN_OPT_AUTOMNTFS */ 1488/* #undef MNT2_GEN_OPT_AUTOMNTFS */
1470 1489
1471/* automounter filesystem flag, used in Mac OS X / Darwin */ 1490/* automounter filesystem flag, used in Mac OS X / Darwin */
1472/* #undef MNT2_GEN_OPT_AUTOMOUNTED */ 1491/* #undef MNT2_GEN_OPT_AUTOMOUNTED */
1473 1492
1474/* directory hardlink */ 1493/* directory hardlink */