diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-19 10:16:33 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-19 10:16:33 +0000 |
commit | 57029fa42bf299253de32f9f65e129d10c775d89 (patch) | |
tree | 871cd48638d851daa0ae849b93c8ca7c64a45f09 /src/config.h.in | |
parent | ff19e3d66115a200eeb873f7b272d87fd517e924 (diff) |
+ fixed stale *.in
svn path=/trunk/externals/moocow/pdstring/; revision=10577
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/config.h.in b/src/config.h.in index 59aff5d..fe4add7 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -1,4 +1,4 @@ -/* src/config.h.in. Generated from configure.in by autoheader. */ +/* src/config.h.in. Generated from configure.ac by autoheader. */ /* Define this to include debugging code for the 'string2any' external. */ #undef ANY2STRING_DEBUG @@ -24,9 +24,15 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* Date this external was configured */ +#undef PDSTRING_DATE + /* Define this if you are building single-object externals */ #undef PDSTRING_OBJECT_EXTERNALS +/* User who configured this external */ +#undef PDSTRING_USER + /* Define this to include debugging code for the 'any2string' external. */ #undef STRING2ANY_DEBUG |