md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / doc / posix-headers / strings.texi
1 @node strings.h
2 @section @file{strings.h}
3
4 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/strings.h.html}
5
6 Gnulib module: strings
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 This header file is not self-contained on some platforms:
12 Minix 3.1.8.
13 @end itemize
14
15 Portability problems not fixed by Gnulib:
16 @itemize
17 @item
18 This header file is missing on some platforms:
19 MSVC 9.
20 @item
21 This header file defines symbols, such as @samp{index}, often used for
22 variables, making debugging harder.
23 @end itemize