Skip to content

Commit

Permalink
Remove ext/rpc references from Windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 25, 2003
1 parent ab30e40 commit a10e5b6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 106 deletions.
6 changes: 0 additions & 6 deletions main/config.w32.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@
/* Enable / Disable CALENDAR extension (default: enabled) */
#define HAVE_CALENDAR 1

/* Enable / Disable RPC extension (default: enabled) */
#define HAVE_RPC 1

/* Enable / Disable COM extension (default: enabled) */
#define HAVE_COM 1

/* Enable / Disable CTYPE extension (default: enabled) */
#define HAVE_CTYPE 1

Expand Down
12 changes: 0 additions & 12 deletions main/internal_functions_win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@
#if HAVE_CTYPE
#include "ext/ctype/php_ctype.h"
#endif
#if HAVE_RPC
#include "ext/rpc/php_rpc.h"
#if HAVE_COM
#include "ext/rpc/com/php_com.h"
#endif
#endif
#if HAVE_FTP
#include "ext/ftp/php_ftp.h"
#endif
Expand Down Expand Up @@ -110,12 +104,6 @@ zend_module_entry *php_builtin_extensions[] = {
#if HAVE_CTYPE
,phpext_ctype_ptr
#endif
#if HAVE_RPC
,phpext_rpc_ptr
#if HAVE_COM
,phpext_com_ptr
#endif
#endif
#if HAVE_FTP
,phpext_ftp_ptr
#endif
Expand Down
88 changes: 0 additions & 88 deletions win32/php4dllts.dsp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a10e5b6

Please sign in to comment.