File: acconfig.h

package info (click to toggle)
asp 1.7
  • links: PTS
  • area: main
  • in suites: potato
  • size: 264 kB
  • ctags: 89
  • sloc: ansic: 1,058; sh: 189; makefile: 166
file content (31 lines) | stat: -rw-r--r-- 909 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/* HAVE_SYS_ERRLIST_DECL and SYS_SIGLIST_DECLARED will be undefined if
   you have the strerror and strsignal functions, even if your system
   have such declarations.  We don't check for them if not needed.  */
@TOP@

/* Define if you have the inet_aton declaration.  */
#undef HAVE_INET_ATON_DECL

/* Define if you have the errno declaration.  */
#undef HAVE_ERRNO_DECL

/* Define if you have the sys_errlist declaration.  */
#undef HAVE_SYS_ERRLIST_DECL

/* Define if you have the strsignal declaration.  */
#undef HAVE_STRSIGNAL_DECL

/* Define if you have the gethostname function.  */
#undef HAVE_GETHOSTNAME

/* Define if you have the socket function.  */
#undef HAVE_SOCKET

/* Define if you have the strerror function.  */
#undef HAVE_STRERROR

/* Define if you have the strsignal function.  */
#undef HAVE_STRSIGNAL

/* Define if your hosts data base have a non-standard path.  */
#undef HOSTS_PATH