Browse Source

NetWare can make use of autogenerated config header file

PHP-5.1
Anantha Kesari H Y 21 years ago
parent
commit
787cf59dee
  1. 2
      TSRM/tsrm_config_common.h

2
TSRM/tsrm_config_common.h

@ -7,8 +7,6 @@
#ifdef TSRM_WIN32
# include "tsrm_config.w32.h"
#elif defined(NETWARE)
# include "tsrm_config.nw.h"
#else
# include <tsrm_config.h>
# include <sys/param.h>

Loading…
Cancel
Save