21#ifndef HAVE_CREDITS_DEFS
22#define HAVE_CREDITS_DEFS
24#define PHP_CREDITS_GROUP (1<<0)
25#define PHP_CREDITS_GENERAL (1<<1)
26#define PHP_CREDITS_SAPI (1<<2)
27#define PHP_CREDITS_MODULES (1<<3)
28#define PHP_CREDITS_DOCS (1<<4)
29#define PHP_CREDITS_FULLPAGE (1<<5)
30#define PHP_CREDITS_QA (1<<6)
31#define PHP_CREDITS_WEB (1<<7)
32#define PHP_CREDITS_ALL 0xFFFFFFFF
PHPAPI void php_print_credits(int flag)