File: acconfig.h

package info (click to toggle)
scheme48 1.8%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 14,980 kB
  • ctags: 14,127
  • sloc: lisp: 76,272; ansic: 71,514; sh: 3,026; makefile: 637
file content (48 lines) | stat: -rw-r--r-- 919 bytes parent folder | download | duplicates (4)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/*
 * HAVE_SIGACTION is defined iff sigaction() is available.
 */
#undef	HAVE_SIGACTION

/*
 * HAVE_STRERROR is defined iff the standard libraries provide strerror().
 */
#undef	HAVE_STRERROR

/*
 * HAVE_SYS_SELECT_H is defined iff we have the include file sys/select.h.
 */
#undef	HAVE_SYS_SELECT_H

/*
 * HAVE_SYSEXITS_H is defined iff we have the include file sysexits.h.
 */
#undef	HAVE_SYSEXITS_H

/*
 * HAVE_DLOPEN is defined iff we have dlopen().
 */
#undef	HAVE_DLOPEN

/*
 * USCORE is defined iff C externals are prepended with an underscore.
 */
#undef	USCORE

/*
 * ENVIRON_NAME is defined to be the name of the environ variable.
 */
#undef ENVIRON_NAME

/*
 * We define this (as 'unsigned int') if the OS doesn't.
 */
#undef socklen_t

@BOTTOM@

#include "fake/sigact.h"
#include "fake/strerror.h"
#include "fake/sys-select.h"
#include "fake/environ.h"
#include "fake/sysexits.h"
#include "fake/langinfo.h"