- Notifications
You must be signed in to change notification settings - Fork5
Commitdfda21e
committed
Add configure check to see whether <string.h> and <strings.h> may both be
included, and then include <strings.h> if so. Several systems alreadyneeded <strings.h> anyway. Some new systems that claim to conform to theUnix 9x "standard" do not declare str[n]casemp() in string.h, and C99compilers will not like that.1 parentb98ba2a commitdfda21e
File tree
8 files changed
+265
-193
lines changed- config
- src/include
- port
8 files changed
+265
-193
lines changedLines changed: 28 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + |
0 commit comments
Comments
(0)