diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-25 22:23:14 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-25 22:23:14 +0000 |
commit | 12fa815248c4b98948afa36388418de0d0ead4a4 (patch) | |
tree | b64a3b3412097545fc7f37e753acef6a12177a3c /src/config.h.in | |
parent | 76117ae3455718e7614caaa4f74dbd6f5ab98e72 (diff) |
+ merged pstring+wchar changes from r10606:10638 into pdstring
svn path=/trunk/externals/moocow/pdstring/; revision=10639
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/config.h.in b/src/config.h.in index fe4add7..748fa6a 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -1,7 +1,10 @@ /* src/config.h.in. Generated from configure.ac by autoheader. */ -/* Define this to include debugging code for the 'string2any' external. */ -#undef ANY2STRING_DEBUG +/* Define this to include debugging code for the 'bytes2any' external. */ +#undef ANY2BYTES_DEBUG + +/* Define this to include debugging code for the 'any2bytes' external. */ +#undef BYTES2ANY_DEBUG /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H @@ -33,8 +36,5 @@ /* User who configured this external */ #undef PDSTRING_USER -/* Define this to include debugging code for the 'any2string' external. */ -#undef STRING2ANY_DEBUG - /* Version number of package */ #undef VERSION |