pike.git/
src/
acconfig.h
Branch:
Tag:
Non-build tags
All tags
No tags
2006-07-05
2006-07-05 19:04:21 by Martin Stjernholm <mast@lysator.liu.se>
e170f1354bd079e0a6133fcabb78464f5ac5c999 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added check for PRINTOFFT.
Rev: src/acconfig.h:1.151
Rev: src/configure.in:1.972
2:
|| 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: acconfig.h,v 1.
150
2006/07/
03
03
:
22
:
28
nilsson
Exp $
+
|| $Id: acconfig.h,v 1.
151
2006/07/
05
19
:
04
:
21
mast
Exp $
*/ #ifndef MACHINE_H
547:
/* set this to the modifier type string to print ptrdiff_t, like "" or "l" */ #undef PRINTPTRDIFFT
+
/* set this to the modifier type string to print off_t if that type exists */
+
#undef PRINTOFFT
+
/* set this to the modifier type string to print INT64 if that type exists */ #undef PRINTINT64