pike.git/
src/
acconfig.h
Branch:
Tag:
Non-build tags
All tags
No tags
2001-07-08
2001-07-08 20:14:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>
7e2ee2aca353f7339a3593372f30e0b751f5db7f (
8
lines) (+
6
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Added test for computed goto.
Rev: src/acconfig.h:1.90
Rev: src/configure.in:1.532
1:
/*
-
* $Id: acconfig.h,v 1.
89
2001/07/
01
21
:
47
:
34
mast
Exp $
+
* $Id: acconfig.h,v 1.
90
2001/07/
08
20
:
14
:
59
grubba
Exp $
*/ #ifndef MACHINE_H #define MACHINE_H
236:
/* Define if your signals are one-shot */ #undef SIGNAL_ONESHOT
+
/* Define if you have gcc-style computed goto, and want to use them. */
+
#undef HAVE_COMPUTED_GOTO
+
/* You have gcc-type function attributes? */ #undef HAVE_FUNCTION_ATTRIBUTES
-
/* You have
lc
-type __declspec? */
+
/* You have
cl
-type __declspec? */
#undef HAVE_DECLSPEC /* Do your compiler grock 'volatile' */