# --- T2-COPYRIGHT-BEGIN ---
# t2/package/*/dietlibc/values.h.patch
# Copyright (C) 2004 - 2026 The T2 SDE Project
# SPDX-License-Identifier: GPL-2.0 or patched project license
# --- T2-COPYRIGHT-END ---

We just place a stub values.h in the dietlibc include directory to get stuff
like popt to compile.

  - Rene Rebe <rene@exactcode.de>

--- dietlibc-0.27/include/values.h.orig	1970-01-01 01:00:00.000000000 +0100
+++ dietlibc-0.27/include/values.h	2005-06-02 17:45:44.051302108 +0200
@@ -0,0 +1,10 @@
+#ifndef _VALUES_H_
+#define _VALUES_H_
+
+#include <stdint.h>
+#include <float.h>
+
+#define MAXINT		INT_MAX
+#define MAXFLOAT	FLT_MAX
+
+#endif /* _VALUES_H_ */
