Show
Ignore:
Timestamp:
05/05/05 10:53:05 (4 years ago)
Author:
zoeloelip
Message:

This patch fixes some stuff concerning configuration. With this patch some parts that are forgotten with the
code split are fixed. They are also needed to compile eA with VC.
The other stuff make it possible to compile eA as a static module for php.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/webui.c

    r64 r73  
    6161 
    6262extern eaccelerator_mm *eaccelerator_mm_instance; 
     63PHPAPI char *php_get_uname(); 
    6364 
    6465/******************************************************************************/ 
     
    283284}; 
    284285 
    285 static char *color (int num) 
     286static char const *color (int num) 
    286287{ 
    287288        return color_list[num % (sizeof (color_list) / sizeof (char *))];