Edit: /usr/include/stxxl/bits/libstxxl.h (752B)
/***************************************************************************
* include/stxxl/bits/libstxxl.h
*
* Part of the STXXL. See http://stxxl.sourceforge.net
*
* Copyright (C) 2011 Andreas Beckmann
*
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
**************************************************************************/
#ifndef STXXL_LIBSTXXL_HEADER
#define STXXL_LIBSTXXL_HEADER
#include
#if STXXL_MSVC
#ifndef STXXL_LIBNAME
#define STXXL_LIBNAME "stxxl"
#endif
//-tb #pragma comment (lib, "lib" STXXL_LIBNAME ".lib")
#endif
#endif // !STXXL_LIBSTXXL_HEADER