mirror of
https://github.com/oasislinux/oasis.git
synced 2026-02-01 11:34:17 +01:00
34 lines
1001 B
C
34 lines
1001 B
C
#define DEFAULT_EDITOR "ed"
|
|
#define DEFAULT_GIT_TEMPLATE_DIR "share/git-core/templates"
|
|
#define DEFAULT_PAGER ""
|
|
#define ETC_GITATTRIBUTES "/etc/gitattributes"
|
|
#define ETC_GITCONFIG "/etc/gitconfig"
|
|
#define GIT_EXEC_PATH "libexec/git-core"
|
|
#define GIT_HOST_CPU "unknown"
|
|
#define GIT_HTML_PATH "share/doc/git-doc"
|
|
#define GIT_INFO_PATH "share/info"
|
|
#define GIT_LOCALE_PATH "/share/locale"
|
|
#define GIT_MAN_PATH "share/man"
|
|
#define HAVE_ALLOCA_H
|
|
#define HAVE_PATHS_H
|
|
#define HAVE_DEV_TTY
|
|
#define HAVE_CLOCK_GETTIME
|
|
#define HAVE_CLOCK_MONOTONIC
|
|
#define HAVE_SYNC_FILE_RANGE
|
|
#define HAVE_GETRANDOM
|
|
#define HAVE_GETDELIM
|
|
#define NO_GETTEXT
|
|
#define NO_OPENSSL
|
|
#define NO_SYS_POLL_H
|
|
#define SUPPORTS_SIMPLE_IPC
|
|
#define PAGER_ENV "LESS=FRX LV=-c"
|
|
#define USE_CURL_FOR_IMAP_SEND
|
|
|
|
#define SHA1_DC
|
|
#define SHA1DC_NO_STANDARD_INCLUDES
|
|
#define SHA1DC_INIT_SAFE_HASH_DEFAULT 0
|
|
#define SHA1DC_CUSTOM_INCLUDE_SHA1_C "git-compat-util.h"
|
|
#define SHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C "git-compat-util.h"
|
|
|
|
#define SHA256_BLK
|