pike.git/
src/
acconfig.h
Branch:
Tag:
Non-build tags
All tags
No tags
1998-05-17
1998-05-17 20:39:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>
bd775dd420bd1a1dc2b4aca828cd545b8209a09b (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added HAVE_UNION_WAIT.
Rev: src/acconfig.h:1.22
1:
/*
-
* $Id: acconfig.h,v 1.
21
1998/
04
/
30
06
:
32
:
36
hubbe
Exp $
+
* $Id: acconfig.h,v 1.
22
1998/
05
/
17
20
:
39
:
18
grubba
Exp $
*/ #ifndef MACHINE_H #define MACHINE_H
174:
/* Define if you have the pthread_yield function. */ #undef HAVE_PTHREAD_YIELD
+
/* Define if your OS has the union wait. */
+
#undef HAVE_UNION_WAIT
+
/* Define if your cpp supports the ANSI concatenation operator ## */ #undef HAVE_ANSI_CONCAT