From d6e8cff18b7895847b3a0890bd2a2b7c3015718e Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Sun, 15 Feb 2009 20:41:13 +0000 Subject: + finished centralization of build logic svn path=/trunk/externals/moocow/pdstring/; revision=10779 --- src/pdstring.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/pdstring.c') diff --git a/src/pdstring.c b/src/pdstring.c index cfef6ff..fbe7b40 100644 --- a/src/pdstring.c +++ b/src/pdstring.c @@ -54,7 +54,7 @@ typedef struct _pdstring /*===================================================================== * External declarations *=====================================================================*/ -#ifndef PDSTRING_OBJECT_EXTERNALS +#ifndef WANT_OBJECT_EXTERNALS # include "any2bytes.c" # include "bytes2any.c" @@ -84,7 +84,7 @@ static void pdstring_help(MOO_UNUSED t_pdstring *x) { post(""); post("pdstring: byte-string externals version " PACKAGE_VERSION " by Bryan Jurish"); - post("pdstring: compiled by " PDSTRING_USER " on " PDSTRING_DATE); + post("pdstring: compiled by " PACKAGE_BUILD_USER " on " PACKAGE_BUILD_DATE); } /*===================================================================== @@ -94,7 +94,7 @@ void pdstring_setup(void) { pdstring_help(NULL); -#ifndef PDSTRING_OBJECT_EXTERNALS +#ifndef WANT_OBJECT_EXTERNALS any2bytes_setup_guts(); bytes2any_setup_guts(); -- cgit v1.2.1