Grep: Replace grep-2.4d with grep-2.7
[dragonfly.git] / gnu / usr.bin / grep / libgreputils / unitypes.h
1 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
2 /* -*- buffer-read-only: t -*- vi: set ro: */
3 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
4 /* Elementary types for the GNU UniString library.
5    Copyright (C) 2002, 2005-2006, 2009-2010 Free Software Foundation, Inc.
6
7    This program is free software: you can redistribute it and/or modify it
8    under the terms of the GNU General Public License as published
9    by the Free Software Foundation; either version 3 of the License, or
10    (at your option) any later version.
11
12    This program is distributed in the hope that it will be useful,
13    but WITHOUT ANY WARRANTY; without even the implied warranty of
14    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15    Lesser General Public License for more details.
16
17    You should have received a copy of the GNU General Public License
18    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
19
20 #ifndef _UNITYPES_H
21 #define _UNITYPES_H
22
23 /* Get uint8_t, uint16_t, uint32_t.  */
24 #include <stdint.h>
25
26 /* Type representing a Unicode character.  */
27 typedef uint32_t ucs4_t;
28
29 #endif /* _UNITYPES_H */