Skip to content
Snippets Groups Projects
Commit bd775dd4 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added HAVE_UNION_WAIT.

Rev: src/acconfig.h:1.22
parent d6980f4b
No related branches found
No related tags found
No related merge requests found
/*
* $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,6 +174,9 @@
/* 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment