mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-27 00:05:10 +00:00
Removed deplicated file for meson (#10367)
This commit is contained in:
parent
c3366d9004
commit
c2cc0462b5
@ -1,65 +0,0 @@
|
||||
#ifndef R2_CONFIGURE_H
|
||||
#define R2_CONFIGURE_H
|
||||
|
||||
#include "r_version.h"
|
||||
|
||||
#define DEBUGGER @DEBUGGER@
|
||||
#define HAVE_DECL_ADDR_NO_RANDOMIZE @HAVE_DECL_ADDR_NO_RANDOMIZE@
|
||||
#define HAVE_ARC4RANDOM_UNIFORM @HAVE_ARC4RANDOM_UNIFORM@
|
||||
#define HAVE_EXPLICIT_BZERO @HAVE_EXPLICIT_BZERO@
|
||||
|
||||
#define R2_PREFIX "@PREFIX@"
|
||||
#define R2_LIBDIR "@LIBDIR@"
|
||||
#define R2_INCDIR "@INCLUDEDIR@"
|
||||
#define R2_DATDIR "@DATADIR@"
|
||||
#define R2_WWWROOT "@WWWROOT@"
|
||||
|
||||
#define R2_PLUGINS "@PLUGINS@"
|
||||
#define R2_EXTRAS "@EXTRAS@"
|
||||
#define R2_BINDINGS "@BINDINGS@"
|
||||
|
||||
#define R2_SDB "@SDB@"
|
||||
#define R2_ZIGNS "@ZIGNS@"
|
||||
#define R2_THEMES "@THEMES@"
|
||||
#define R2_FORTUNES "@FORTUNES@"
|
||||
#define R2_FLAGS "@FLAGS@"
|
||||
#define R2_HUD "@HUD@"
|
||||
|
||||
#define R2_SDB_FCNSIGN R_JOIN_2_PATHS (R2_SDB, "fcnsign")
|
||||
#define R2_SDB_OPCODES R_JOIN_2_PATHS (R2_SDB, "opcodes")
|
||||
#define R2_SDB_MAGIC R_JOIN_2_PATHS (R2_SDB, "magic")
|
||||
#define R2_SDB_FORMAT R_JOIN_2_PATHS (R2_SDB, "format")
|
||||
|
||||
#define R2_HOME_CONFIGDIR R_JOIN_2_PATHS (".config", "radare2")
|
||||
#define R2_HOME_DATADIR R_JOIN_3_PATHS (".local", "share", "radare2")
|
||||
#define R2_HOME_CACHEDIR R_JOIN_2_PATHS (".cache", "radare2")
|
||||
|
||||
#define R2_HOME_THEMES R_JOIN_2_PATHS (R2_HOME_DATADIR, "cons")
|
||||
#define R2_HOME_PLUGINS R_JOIN_2_PATHS (R2_HOME_DATADIR, "plugins")
|
||||
#define R2_HOME_ZIGNS R_JOIN_2_PATHS (R2_HOME_DATADIR, "zigns")
|
||||
#define R2_HOME_PDB R_JOIN_2_PATHS (R2_HOME_DATADIR, "pdb")
|
||||
#define R2_HOME_PROJECTS R_JOIN_2_PATHS (R2_HOME_DATADIR, "projects")
|
||||
#define R2_HOME_WWWROOT R_JOIN_2_PATHS (R2_HOME_DATADIR, "www")
|
||||
#define R2_HOME_SDB_FORMAT R_JOIN_2_PATHS (R2_HOME_DATADIR, "format")
|
||||
#define R2_HOME_HUD R_JOIN_2_PATHS (R2_HOME_DATADIR, "hud")
|
||||
#define R2_HOME_BINRC R_JOIN_2_PATHS (R2_HOME_DATADIR, "rc.d")
|
||||
#define R2_HOME_BIN R_JOIN_3_PATHS (R2_HOME_DATADIR, "prefix", "bin")
|
||||
|
||||
#define R2_HOME_RC R_JOIN_2_PATHS (R2_HOME_CONFIGDIR, "radare2rc")
|
||||
#define R2_HOME_RC_DIR R_JOIN_2_PATHS (R2_HOME_CONFIGDIR, "radare2rc.d")
|
||||
|
||||
#define R2_HOME_HISTORY R_JOIN_2_PATHS (R2_HOME_CACHEDIR, "history")
|
||||
|
||||
#define HAVE_LIB_MAGIC @HAVE_LIB_MAGIC@
|
||||
#define USE_LIB_MAGIC @USE_LIB_MAGIC@
|
||||
#ifndef HAVE_LIB_SSL
|
||||
#define HAVE_LIB_SSL @HAVE_OPENSSL@
|
||||
#endif
|
||||
|
||||
#define HAVE_FORK @HAVE_FORK@
|
||||
|
||||
#define WITH_GPL @WITH_GPL@
|
||||
|
||||
#define HAVE_JEMALLOC @HAVE_JEMALLOC@
|
||||
|
||||
#endif
|
@ -240,7 +240,7 @@ else
|
||||
endif
|
||||
|
||||
r_userconf_h = configure_file(
|
||||
input: 'libr/include/r_userconf.h.in',
|
||||
input: 'libr/include/r_userconf.h.acr',
|
||||
output: 'r_userconf.h',
|
||||
configuration: userconf,
|
||||
install_dir: join_paths(get_option('includedir'), 'libr')
|
||||
|
Loading…
x
Reference in New Issue
Block a user