1 /* acconfig.h,v 1.4 2002/06/22 13:15:25 hiroo Exp */
2 /* Canna: $Id: acconfig.h,v 1.3 2003/01/24 14:42:02 aida_s Exp $ */
3 
4 /* Define `socklen_t' to int if <sys/socket.h> does not define. */
5 #undef socklen_t
6 
7 /* Define to `long' if <sys/types.h> does not define.  */
8 #undef time_t
9 
10 /*
11  * Defined if you allow creating a file in an arbitrary path
12  * which is the traditional feature.
13  */
14 #undef WNN_ALLOW_UNSAFE_PATH
15 
16 /* Define if the signal function returns void. */
17 #undef RETSIGTYPE_VOID
18 
19 /* Define when terminfo support found */
20 #undef HAVE_TERMINFO
21 
22 /* Define when union wait exists */
23 #undef HAVE_UNION_WAIT
24