mirror of
https://github.com/oasislinux/oasis.git
synced 2026-05-12 21:34:47 +02:00
34 lines
1.0 KiB
C
34 lines
1.0 KiB
C
#define DEFAULT_EDITOR "sam -d"
|
|
#define DEFAULT_GIT_TEMPLATE_DIR "share/git-core/templates"
|
|
#define DEFAULT_PAGER ""
|
|
#define ETC_GITATTRIBUTES "/etc/gitattributes"
|
|
#define ETC_GITCONFIG "/etc/gitconfig"
|
|
#define GIT_BUILT_FROM_COMMIT "b697d92f56511e804b8ba20ccbe7bdc85dc66810"
|
|
#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 GIT_USER_AGENT "git/" GIT_VERSION
|
|
#define GIT_VERSION "2.22.0"
|
|
#define HAVE_ALLOCA_H
|
|
#define HAVE_PATHS_H
|
|
#define HAVE_DEV_TTY
|
|
#define HAVE_CLOCK_GETTIME
|
|
#define HAVE_CLOCK_MONOTONIC
|
|
#define HAVE_GETDELIM
|
|
#define NO_GETTEXT
|
|
#define NO_OPENSSL
|
|
#define NO_SYS_POLL_H
|
|
#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 "cache.h"
|
|
#define SHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C "git-compat-util.h"
|
|
|
|
#define SHA256_BLK
|