pike.git/
src/
acconfig.h
Branch:
Tag:
Non-build tags
All tags
No tags
1999-06-19
1999-06-19 19:55:00 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
1e1802acfdb1e6910c38cbdf3a78b06d72b32bdf (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
can now emulate rint() if not available
Rev: src/acconfig.h:1.43
Rev: src/port.h:1.21
1:
/*
-
* $Id: acconfig.h,v 1.
42
1999/
05
/
11
22
:
41
:
00
grubba
Exp $
+
* $Id: acconfig.h,v 1.
43
1999/
06
/
19
19
:
54
:
59
hubbe
Exp $
*/ #ifndef MACHINE_H #define MACHINE_H
121:
/* Define if you have ldexp. */ #undef HAVE_LDEXP
+
/* Define if you have rint. */
+
#undef HAVE_RINT
+
/* Define if you have frexp. */ #undef HAVE_FREXP