30 lines
851 B
C
30 lines
851 B
C
/* Copyright (C) Code Red Technologies Ltd. */
|
|
/*
|
|
* <sys/libconfig.h> Copyright (C) Codemist 2007
|
|
*
|
|
* A C Norman
|
|
*
|
|
* This file specified library configuation options, such as
|
|
* prseence or absence of floating point, datatype sizes and other
|
|
* stuff. It is implemented by chaining to a visibly system-specific
|
|
* version. I could, I imagine, use #ifdefs based on predefined macros
|
|
* to select between different sub-types.
|
|
*
|
|
*/
|
|
//*****************************************************************************
|
|
// +--+
|
|
// | ++----+
|
|
// +-++ |
|
|
// | |
|
|
// +-+--+ |
|
|
// | +--+--+
|
|
// +----+ Portions copyright (c) 2010-11 Code Red Technologies Ltd.
|
|
//
|
|
//*****************************************************************************
|
|
|
|
#include <sys/libconfig-arm.h>
|
|
|
|
|
|
/* end of <sys/libconfig.h> */
|
|
|