blob: 6015ba18f5715d8ef95fd66aa97120765f2d319e [file] [log] [blame]
//===-------- Classpath.h - Configuration for classpath -------------------===//
//
// JnJVM
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#define GNUClasspathLibs "@classpathlibs@";
#define GNUClasspathGlibj "@classpathglibj@";
#define GNUClasspathVersion "@classpathversion@";
#ifdef NATIVE_JNI
#define JNIEXPORT
#else
#include <jni.h>
#endif