pike.git/
src/
acconfig.h
Branch:
Tag:
Non-build tags
All tags
No tags
2002-01-27
2002-01-27 00:57:02 by Martin Stjernholm <mast@lysator.liu.se>
5c9db46c6850bc7398c171f64011dae8ef71618e (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added DISABLE_BINARY define.
Rev: src/acconfig.h:1.95
Rev: src/configure.in:1.564
1:
/*
-
* $Id: acconfig.h,v 1.
94
2001
/
12
/
10
02
:
08
:
11
mast Exp $
+
* $Id: acconfig.h,v 1.
95
2002
/
01
/
27
00
:
57
:
01
mast Exp $
*/ #ifndef MACHINE_H #define MACHINE_H
440:
/* Define if the compiler understand union initializations. */ #undef HAVE_UNION_INIT
+
/* Define when binary --disable-binary is used. */
+
#undef DISABLE_BINARY
+
@BOTTOM@ /* NT stuff */