1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 17:38:14 +02:00

Adding in MSG_RESULT check and \n for configure output viewing

This commit is contained in:
Dan Kalowsky
2002-08-14 16:22:20 +00:00
parent c0a79401fd
commit 73557f5b52
4 changed files with 28 additions and 8 deletions
+13 -4
View File
@@ -34,12 +34,21 @@
#include "php_ini.h"
#include "php_globals.h"
#ifdef PHP_WIN32
#include "win32/winutil.h"
#define DL_ERROR php_win_err()
/* #if defined(__MacOSX__) */
#if HAVE_JAVAVM_JAVAVM_H
#include <JavaVM/JavaVM.h>
#define JAVALIB "libjvm.dylib"
#define JNI_12
#else
#include <jni.h>
#endif
#ifdef PHP_WIN32
#include "win32/winutil.h"
#define DL_ERROR php_win_err()
#endif
#include <jni.h>
#include <stdio.h>