1    	#ifndef ROOT_RConfigure
2    	#define ROOT_RConfigure
3    	
4    	/* Configurations file for linux */
5    	#ifdef R__HAVE_CONFIG
6    	#define ROOTPREFIX    "$(ROOTSYS)"
7    	#define ROOTBINDIR    "$(ROOTSYS)/bin"
8    	#define ROOTLIBDIR    "$(ROOTSYS)/lib"
9    	#define ROOTINCDIR    "$(ROOTSYS)/include"
10   	#define ROOTETCDIR    "$(ROOTSYS)/etc"
11   	#define ROOTDATADIR   "$(ROOTSYS)"
12   	#define ROOTDOCDIR    "$(ROOTSYS)"
13   	#define ROOTMACRODIR  "$(ROOTSYS)/macros"
14   	#define ROOTTUTDIR    "$(ROOTSYS)/tutorials"
15   	#define ROOTSRCDIR    "$(ROOTSYS)/src"
16   	#define ROOTICONPATH  "$(ROOTSYS)/icons"
17   	#define EXTRAICONPATH ""
18   	#define TTFFONTDIR    "$(ROOTSYS)/fonts"
19   	#define CINTINCDIR    "$(ROOTSYS)/cint"
20   	#endif
21   	
22   	#define R__HAS_SETRESUID   /**/
23   	#define R__HAS_MATHMORE   /**/
24   	#define R__HAS_PTHREAD    /**/
25   	#define R__HAS_XFT    /**/
26   	#undef R__HAS_CLING   /**/
27   	#undef R__HAS_COCOA    /**/
28   	#define R__HAS_VC    /**/
29   	#define R__USE_CXX11    /**/
30   	#undef R__USE_CXX14    /**/
31   	#undef R__USE_LIBCXX    /**/
32   	
33   	#endif
34