mmconfig.h

Go to the documentation of this file.
00001 /* @(#)root/clib:$Id: mmconfig.h 20882 2007-11-19 11:31:26Z rdm $ */
00002 
00003 /*************************************************************************
00004  * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers.               *
00005  * All rights reserved.                                                  *
00006  *                                                                       *
00007  * For the licensing terms see $ROOTSYS/LICENSE.                         *
00008  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
00009  *************************************************************************/
00010 
00011 #ifndef MMCONFIG_H
00012 #define MMCONFIG_H
00013 
00014 #ifndef ROOT_RConfig
00015 #include "RConfig.h"
00016 #endif
00017 
00018 #ifndef WIN32
00019 #  ifndef INVALID_HANDLE_VALUE
00020 #    define INVALID_HANDLE_VALUE -1
00021 #  endif
00022 #endif
00023 
00024 #if defined(R__UNIX)
00025 #   define R__HAVE_UNISTD_H
00026 #   define R__HAVE_STDLIB_H
00027 #   define R__HAVE_STDDEF_H
00028 #   define R__HAVE_LIMITS_H
00029 #   define R__HAVE_MMAP
00030 #   define NO_SBRK_MALLOC
00031 #elif defined (R__VMS)
00032 #   define R__HAVE_UNISTD_H
00033 #   define R__HAVE_STDLIB_H
00034 #   define R__HAVE_STDDEF_H
00035 #   define NO_SBRK_MALLOC
00036 #else
00037 #   define R__HAVE_STDDEF_H
00038 #   define R__HAVE_LIMITS_H
00039 #   define R__HAVE_MMAP
00040 #   define NO_SBRK_MALLOC
00041 #endif
00042 
00043 #endif

Generated on Tue Jul 5 14:11:24 2011 for ROOT_528-00b_version by  doxygen 1.5.1