https://github.com/root-project/root
Raw File
Tip revision: 99a3ac6f8bb5fb40db00e8991a9505c00c0462c5 authored by Philippe Canal on 28 February 2008, 15:31:01 UTC
From Paul and Philippe:
Tip revision: 99a3ac6
RConfigure.in
#ifndef ROOT_RConfigure
#define ROOT_RConfigure

/* Configurations file for @architecture@ */
#ifdef R__HAVE_CONFIG
#define ROOTPREFIX    "@prefix@"
#define ROOTBINDIR    "@bindir@"
#define ROOTLIBDIR    "@libdir@"
#define ROOTINCDIR    "@incdir@"
#define ROOTETCDIR    "@etcdir@"
#define ROOTDATADIR   "@datadir@"
#define ROOTDOCDIR    "@docdir@"
#define ROOTMACRODIR  "@macrodir@"
#define ROOTSRCDIR    "@srcdir@"
#define ROOTICONPATH  "@iconpath@"
#define EXTRAICONPATH "@extraiconpath@"
#define TTFFONTDIR    "@ttffontdir@"
#define CINTINCDIR    "@cintincdir@"
#endif

#@setresuid@ R__HAS_SETRESUID   /**/
#@hasmathmore@ R__HAS_MATHMORE   /**/
#@haspthread@ R__HAS_PTHREAD    /**/

#ifndef __CINT__
#define R__CONFIGUREOPTIONS   "@configoptions@"
#endif

#endif
back to top