| 1 | /* Don't define multiple versions for strpbrk in static library since we |
|---|---|
| 2 | need strpbrk before the initialization happened. */ |
| 3 | #ifdef SHARED |
| 4 | # define USE_AS_STRPBRK |
| 5 | # define STRCSPN_SSE2 __strpbrk_sse2 |
| 6 | # define STRCSPN_SSE42 __strpbrk_sse42 |
| 7 | # include "strcspn-c.c" |
| 8 | #endif |
| 9 |