X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=missing.c;h=590c2c904982ee552cd5181d4243c1bd84921ea3;hb=a343fa32a9cfa77208c68bd8f73338b6f03a2f56;hp=f9f063a2725e4b9c3902a63178bb30cc3297dd78;hpb=e83a7438dc70ed96630887246a1d3aefcf155b1c;p=m6w6%2Fext-http diff --git a/missing.c b/missing.c index f9f063a..590c2c9 100644 --- a/missing.c +++ b/missing.c @@ -6,12 +6,18 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2005, Michael Wallner | + | Copyright (c) 2004-2006, Michael Wallner | +--------------------------------------------------------------------+ */ /* $Id$ */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#else +# include "php_config.h" +#endif + #include "php.h" #include "missing.h"