On Wed, 7 Jan 2015, Richard Earnshaw wrote: > +#ifdef BUILD_STPCPY > +#define STRCPY __stpcpy > +#else > +#define STRCPY strcpy > +#endif Watch the preprocessor indentation, should be "# define" inside #if. Likewise elsewhere. -- Joseph S. Myers joseph@codesourcery.com