sl@0: /* sl@0: ** 2008 March 6 sl@0: ** sl@0: ** The author disclaims copyright to this source code. In place of sl@0: ** a legal notice, here is a blessing: sl@0: ** sl@0: ** May you do good and not evil. sl@0: ** May you find forgiveness for yourself and forgive others. sl@0: ** May you share freely, never taking more than you give. sl@0: ** sl@0: ************************************************************************* sl@0: ** Default configuration header in case the 'configure' script is not used sl@0: ** sl@0: ** @(#) $Id: config.h,v 1.1 2008/03/20 02:25:35 mlcreech Exp $ sl@0: */ sl@0: #ifndef _CONFIG_H_ sl@0: #define _CONFIG_H_ sl@0: sl@0: /* We do nothing here, since no assumptions are made by default */ sl@0: sl@0: #endif