Logo ROOT  
Reference Guide
mmconfig.h
Go to the documentation of this file.
1/* @(#)root/clib:$Id$ */
2
3/*************************************************************************
4 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
5 * All rights reserved. *
6 * *
7 * For the licensing terms see $ROOTSYS/LICENSE. *
8 * For the list of contributors see $ROOTSYS/README/CREDITS. *
9 *************************************************************************/
10
11#ifndef MMCONFIG_H
12#define MMCONFIG_H
13
14#include <ROOT/RConfig.hxx>
15
16#ifndef WIN32
17# ifndef INVALID_HANDLE_VALUE
18# define INVALID_HANDLE_VALUE -1
19# endif
20#endif
21
22#if defined(R__UNIX)
23# define R__HAVE_UNISTD_H
24# define R__HAVE_STDLIB_H
25# define R__HAVE_STDDEF_H
26# define R__HAVE_LIMITS_H
27# define R__HAVE_MMAP
28# define NO_SBRK_MALLOC
29#else
30# define R__HAVE_STDDEF_H
31# define R__HAVE_LIMITS_H
32# define R__HAVE_MMAP
33# define NO_SBRK_MALLOC
34#endif
35
36#endif