Revision a7c4eb7fa08b8086662490a1f3732a754cc299b1 authored by Rene Brun on 17 November 2004, 20:06:50 UTC, committed by Rene Brun on 17 November 2004, 20:06:50 UTC
One more portability problem fix


git-svn-id: http://root.cern.ch/svn/root/trunk@10553 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent a7ff5c0
Raw File
config.in
/* Configurations file for @architecture@ */
#ifdef 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@ HAS_SETRESUID  /**/

#define R__KRB5INIT   "@krb5init@"

#define R__CONFIGUREOPTIONS   "@configoptions@"
back to top