16 |
|
* |
17 |
|
* You should have received a copy of the GNU General Public License |
18 |
|
* along with this program; if not, write to the Free Software |
19 |
< |
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
19 |
> |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 |
20 |
|
* USA |
21 |
|
* |
22 |
|
* $Id$ |
23 |
|
* |
24 |
|
*/ |
25 |
|
|
26 |
< |
#ifndef STDINC_H /* prevent multiple #includes */ |
27 |
< |
#define STDINC_H |
28 |
< |
|
26 |
> |
#ifndef INCLUDED_stdinc_h /* prevent multiple #includes */ |
27 |
> |
#define INCLUDED_stdinc_h |
28 |
> |
|
29 |
|
#include "config.h" |
30 |
|
|
31 |
|
#include "defaults.h" |
97 |
|
#define HYB_PATH_MAX 4096 |
98 |
|
#endif |
99 |
|
|
100 |
< |
#if 1 && __GNUC__ |
100 |
> |
#if 0 && __GNUC__ |
101 |
|
#define AFP(a,b) __attribute__((format (printf, a, b))) |
102 |
|
#else |
103 |
|
#define AFP(a,b) |