logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

ext4_config.h (468B)


  1. /*
  2. SPDX-FileCopyrightText: 2023 Richard Masters <grick23@gmail.com>
  3. SPDX-License-Identifier: MIT
  4. */
  5. #define CONFIG_USE_DEFAULT_CONFIG 0
  6. #define CONFIG_HAVE_OWN_OFLAGS 0
  7. #define CONFIG_HAVE_OWN_ERRNO 1
  8. #define CONFIG_HAVE_OWN_ASSERT 0
  9. #define CONFIG_BLOCK_DEV_CACHE_SIZE 16
  10. typedef long long unsigned int uint64_t;
  11. typedef long long int int64_t;
  12. #define fseeko fseek
  13. #define ftello ftell
  14. #define PRIu32 "u"
  15. #define PRId32 "d"
  16. #define PRIx32 "x"
  17. #define PRIu16 "hu"