#ifdef BeforeVendorCF

#define CCompiler	gcc
#define CPlusCompiler	g++
#define PreProcessCmd	CCompiler -E -x c-header
#define Demangler	c++filt

#define DocCompiler     /unsup/doc++-3.4.8/bin/doc++


/* Put all of your #defines up here do you can turn them off/redefine
	them selectively for an architecture if you desire. */
#define WANT_MAN_PAGES	NO
#define IS_V6			YES
#define USE_QMGMT		YES
#define HAS_NEW_FORTRAN YES

#define WANT_JAVA       NO
#define WANT_PVM		NO
#define WANT_CONDOR_G	NO
#define WANT_NETMAN	NO
#define WANT_GSI		NO
#define WANT_X509       YES
#define WANT_KERBEROS   NO
#define WANT_MD         YES
#define WANT_3DES       YES
#define WANT_BLOWFISH   YES
#define WANT_CLASSAD_FUNCTIONS YES
#define WANT_DAGMAN_HELPER     YES
#define WANT_NEST	NO		/* the NeST I/O module */
#define WANT_ORACLE_UNIVERSE   NO
#define WANT_DRMAA		YES
#define WANT_QUILL		YES

#define USE_GLOBUS_OPENSSL YES
#define NEEDS_PRELINKER	NO
#endif  /* BeforeVendorCF */

#ifdef AfterVendorCF

/* Top should be the root of the source directory you want to use if
you want our top-level Makefile to build the directory tree with all
the soft links.  The links will point back to Top/src/... */
#define Top /home/ddas/condor-6.7.17 

#if MALLOC_DEBUG
#define CFlags -DMALLOC_DEBUG
#else
#define CFlags
#endif

#define CondorAdministrator	condor-admin

#endif  /* AfterVendorCF */
