1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

2014-04-29 Steve Ellcey <sellcey@mips.com>

* iconf/skeleton.c (ONE_DIRECTION): Set default value if not set.
This commit is contained in:
Steve Ellcey
2014-04-29 10:19:30 -07:00
parent b6bfc58131
commit a28a9b94c2
2 changed files with 8 additions and 0 deletions

View File

@@ -163,6 +163,10 @@
# endif
#endif
#ifndef ONE_DIRECTION
# define ONE_DIRECTION 0
#endif
/* How many bytes are needed at most for the from-charset. */
#ifndef MAX_NEEDED_FROM