Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenparam.h
Go to the documentation of this file.
00001 00006 /* 00007 * param.h 00008 * 00009 * This file is part of the Mingw32 package. 00010 * 00011 * Contributors: 00012 * Created by Earnie Boyd <earnie@users.sf.net> 00013 * 00014 * THIS SOFTWARE IS NOT COPYRIGHTED 00015 * 00016 * This source code is offered for use in the public domain. You may 00017 * use, modify or distribute it freely. 00018 * 00019 * This code is distributed in the hope that it will be useful but 00020 * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY 00021 * DISCLAIMED. This includes but is not limited to warranties of 00022 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00023 * 00024 * $Revision: 1.3 $ 00025 * $Author: earnie $ 00026 * $Date: 2003/05/03 13:48:47 $ 00027 * 00028 */ 00029 00030 #ifndef _SYS_PARAM_H 00031 #define _SYS_PARAM_H 00032 00033 #include <sys/types.h> 00034 #include <limits.h> 00035 00036 #ifndef __STRICT_ANSI__ 00037 /* These are useful for cross-compiling */ 00038 #define BIG_ENDIAN 4321 00039 #define LITTLE_ENDIAN 1234 00040 #define BYTE_ORDER LITTLE_ENDIAN 00041 00042 #define MAXPATHLEN PATH_MAX 00043 00044 #endif 00045 00046 #endif Generated on Sat May 26 2012 04:28:29 for ReactOS by
1.7.6.1
|