diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-12-04 18:49:03 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-12-04 18:49:10 +0900 |
commit | f5c4d891252bd3c913f20c3c604982573692fa86 (patch) | |
tree | 433866ac4c85dc26421e62385f500d46523b58bc /config.h.in | |
parent | 89d86b9956699671509e3758f2245ecf95571f15 (diff) | |
download | libxslt-f5c4d891252bd3c913f20c3c604982573692fa86.tar.gz libxslt-f5c4d891252bd3c913f20c3c604982573692fa86.tar.bz2 libxslt-f5c4d891252bd3c913f20c3c604982573692fa86.zip |
Imported Upstream version 1.1.32upstream/1.1.32
Change-Id: I03b39e92b2b7898e9a34a1e240722003e7d51cd8
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 48c6f82d..8aa285b0 100644 --- a/config.h.in +++ b/config.h.in @@ -105,6 +105,9 @@ /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the `strxfrm_l' function. */ +#undef HAVE_STRXFRM_L + /* Define to 1 if you have the <sys/select.h> header file. */ #undef HAVE_SYS_SELECT_H |