logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

config.h (1001B)


  1. #define DEFAULT_EDITOR "ed"
  2. #define DEFAULT_GIT_TEMPLATE_DIR "share/git-core/templates"
  3. #define DEFAULT_PAGER ""
  4. #define ETC_GITATTRIBUTES "/etc/gitattributes"
  5. #define ETC_GITCONFIG "/etc/gitconfig"
  6. #define GIT_EXEC_PATH "libexec/git-core"
  7. #define GIT_HOST_CPU "unknown"
  8. #define GIT_HTML_PATH "share/doc/git-doc"
  9. #define GIT_INFO_PATH "share/info"
  10. #define GIT_LOCALE_PATH "/share/locale"
  11. #define GIT_MAN_PATH "share/man"
  12. #define HAVE_ALLOCA_H
  13. #define HAVE_PATHS_H
  14. #define HAVE_DEV_TTY
  15. #define HAVE_CLOCK_GETTIME
  16. #define HAVE_CLOCK_MONOTONIC
  17. #define HAVE_SYNC_FILE_RANGE
  18. #define HAVE_GETRANDOM
  19. #define HAVE_GETDELIM
  20. #define NO_GETTEXT
  21. #define NO_OPENSSL
  22. #define NO_SYS_POLL_H
  23. #define SUPPORTS_SIMPLE_IPC
  24. #define PAGER_ENV "LESS=FRX LV=-c"
  25. #define USE_CURL_FOR_IMAP_SEND
  26. #define SHA1_DC
  27. #define SHA1DC_NO_STANDARD_INCLUDES
  28. #define SHA1DC_INIT_SAFE_HASH_DEFAULT 0
  29. #define SHA1DC_CUSTOM_INCLUDE_SHA1_C "git-compat-util.h"
  30. #define SHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C "git-compat-util.h"
  31. #define SHA256_BLK