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