Add configure check to see whether <string.h> and <strings.h> may both be
included, and then include <strings.h> if so. Several systems already needed <strings.h> anyway. Some new systems that claim to conform to the Unix 9x "standard" do not declare str[n]casemp() in string.h, and C99 compilers will not like that.
Showing
- config/c-library.m4 28 additions, 1 deletionconfig/c-library.m4
- configure 227 additions, 172 deletionsconfigure
- configure.in 2 additions, 0 deletionsconfigure.in
- src/include/c.h 4 additions, 1 deletionsrc/include/c.h
- src/include/config.h.in 4 additions, 1 deletionsrc/include/config.h.in
- src/include/port/sco.h 0 additions, 6 deletionssrc/include/port/sco.h
- src/include/port/univel.h 0 additions, 6 deletionssrc/include/port/univel.h
- src/include/port/unixware.h 0 additions, 6 deletionssrc/include/port/unixware.h
This diff is collapsed.
Please register or sign in to comment