Brent 'Dax' Royal-Gordon <[EMAIL PROTECTED]> wrote: > Done. (Done hackishly, but done.)
A bit too hackish IMHO. The Configure --define switch can take multiple
arguments, separated by commas.
A hint equivalent could be:
Configure::Data->set {
D_inet_aton => 1
D_xxx => 1
};
both should finally expand to the same PARROT_DEF_XXX define.
leo
