Dash:
[t2-trunk.git] / package / base / dietlibc / values.h.patch
blobd7540a3733a3bd24459144b588b50fd315ff45e5
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../dietlibc/values.h.patch
5 # Copyright (C) 2004 - 2005 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 We just place a stub values.h in the dietlibc include directory to get stuff
18 like popt to compile.
20 - Rene Rebe <rene@exactcode.de>
22 --- dietlibc-0.27/include/values.h.orig 1970-01-01 01:00:00.000000000 +0100
23 +++ dietlibc-0.27/include/values.h 2005-06-02 17:45:44.051302108 +0200
24 @@ -0,0 +1,10 @@
25 +#ifndef _VALUES_H_
26 +#define _VALUES_H_
28 +#include <stdint.h>
29 +#include <float.h>
31 +#define MAXINT INT_MAX
32 +#define MAXFLOAT FLT_MAX
34 +#endif /* _VALUES_H_ */