blob: 107510dfd79b0fd9e6622eb5452911e5dd710bad [file] [log] [blame]
//===-------- Classpath.h - Configuration for classpath -------------------===//
//
// The VMKit project
//
// 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