12 lines
165 B
C
12 lines
165 B
C
/* $Source$
|
|
* $State$
|
|
* $Revision$
|
|
*/
|
|
|
|
#ifndef _ACK_PLAT_H
|
|
#define _ACK_PLAT_H
|
|
|
|
#define ACKCONF_WANT_STANDARD_O 0
|
|
#define ACKCONF_WANT_STANDARD_SIGNALS 0
|
|
|
|
#endif
|