diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-09-29 20:13:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-09-29 20:13:11 +0200 |
commit | 71c91ce903a90de852b5d66a27a673ff6e785cee (patch) | |
tree | f83f6c03989c2c1e091a692d8f7129db6144594b /package/microperl | |
parent | f53612bc7414c0d9e4700f957d6a1a1742574c67 (diff) |
fix some eglibc adk buildsystem problems
Diffstat (limited to 'package/microperl')
-rw-r--r-- | package/microperl/files/uconfig.h.x86_64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/microperl/files/uconfig.h.x86_64 b/package/microperl/files/uconfig.h.x86_64 index 4ad2bc5c8..c5491c2b7 100644 --- a/package/microperl/files/uconfig.h.x86_64 +++ b/package/microperl/files/uconfig.h.x86_64 @@ -3865,13 +3865,13 @@ * This symbol, if defined, indicates that the strlcat () routine is * available to do string concatenation. */ -#define HAS_STRLCAT /**/ +/*#define HAS_STRLCAT /* */ /* HAS_STRLCPY: * This symbol, if defined, indicates that the strlcpy () routine is * available to do string copying. */ -#define HAS_STRLCPY /**/ +/*#define HAS_STRLCPY /* */ /* HAS_STRTOLD: * This symbol, if defined, indicates that the strtold routine is |