1*afc2ba1dSToomas Soome /* 2*afc2ba1dSToomas Soome * This file and its contents are supplied under the terms of the 3*afc2ba1dSToomas Soome * Common Development and Distribution License ("CDDL"), version 1.0. 4*afc2ba1dSToomas Soome * You may only use this file in accordance with the terms of version 5*afc2ba1dSToomas Soome * 1.0 of the CDDL. 6*afc2ba1dSToomas Soome * 7*afc2ba1dSToomas Soome * A full copy of the text of the CDDL should have accompanied this 8*afc2ba1dSToomas Soome * source. A copy of the CDDL is also available via the Internet at 9*afc2ba1dSToomas Soome * http://www.illumos.org/license/CDDL. 10*afc2ba1dSToomas Soome */ 11*afc2ba1dSToomas Soome 12*afc2ba1dSToomas Soome /* 13*afc2ba1dSToomas Soome * Copyright 2016 Toomas Soome <tsoome@me.com> 14*afc2ba1dSToomas Soome */ 15*afc2ba1dSToomas Soome 16*afc2ba1dSToomas Soome #ifndef _FICLLOCAL_H 17*afc2ba1dSToomas Soome #define _FICLLOCAL_H 18*afc2ba1dSToomas Soome 19*afc2ba1dSToomas Soome /* 20*afc2ba1dSToomas Soome * ficllocal.h 21*afc2ba1dSToomas Soome */ 22*afc2ba1dSToomas Soome 23*afc2ba1dSToomas Soome #ifdef __cplusplus 24*afc2ba1dSToomas Soome extern "C" { 25*afc2ba1dSToomas Soome #endif 26*afc2ba1dSToomas Soome 27*afc2ba1dSToomas Soome /* 28*afc2ba1dSToomas Soome * Put all local settings here. This file will always ship empty. 29*afc2ba1dSToomas Soome */ 30*afc2ba1dSToomas Soome 31*afc2ba1dSToomas Soome #ifdef __cplusplus 32*afc2ba1dSToomas Soome } 33*afc2ba1dSToomas Soome #endif 34*afc2ba1dSToomas Soome 35*afc2ba1dSToomas Soome #endif /* _FICLLOCAL_H */ 36