https://github.com/ntamas/plfit
Raw File
Tip revision: 63024a101d31e1406ecd49e3b856303046b7ff56 authored by Tamas Nepusz on 23 February 2011, 15:46:26 UTC
xmin can now be specified explicitly
Tip revision: 63024a1
config.h.in
/* error.h
 *
 * Copyright (C) 2010 Tamas Nepusz
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 3 of the License, or (at
 * your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 */

#ifndef __CONFIG_H__
#define __CONFIG_H__

#cmakedefine01 HAVE_EMMINTRIN_H
#cmakedefine01 HAVE_MALLOC_H

#endif /* __CONFIG_H__ */
back to top