1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
|| $Id$
*/
#ifndef IMAGE_MACHINE_H
#define IMAGE_MACHINE_H
/* nasm exists and can be used to make .o-files */
#undef ASSEMBLY_OK
/* Define if you have the m library (-lm). */
#undef HAVE_LIBM
@TOP@
@BOTTOM@
#endif