add config

This commit is contained in:
tqchen
2014-02-06 21:26:27 -08:00
parent ee7643bdf6
commit 51d8409e30
3 changed files with 216 additions and 4 deletions

View File

@@ -1,12 +1,11 @@
#ifndef _XGBOOST_UTILS_H_
#define _XGBOOST_UTILS_H_
/*!
* \file xgboost_utils.h
* \brief simple utils to support the code
* \author Tianqi Chen: tianqi.tchen@gmail.com
*/
#define _CRT_SECURE_NO_WARNINGS
#ifdef _MSC_VER
#define fopen64 fopen
#else