blob: e9b3a016aa9a682800c0859af02203670394585f (
plain)
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
|
/* generated by configure-script
* On host: OpenBSD gandalf.sigmasoft.com 1.2 OpenBSD 1.2 (GANDALF) #1: Sun Apr 28 03:30:40 PDT 1996 tholo@gandalf.sigmasoft.com:/usr/src/sys/arch/i386/compile/GANDALF i386
*/
#ifndef NC_CONFIG_H
#define NC_CONFIG_H
#define CC_HAS_INLINE_FUNCS 1
#define HAVE_DIRENT_H 1
#define HAVE_EXTERN_ERRNO 1
#define HAVE_EXTERN_SYS_ERRLIST 1
#define HAVE_FCNTL_H 1
#define HAVE_FORM_H 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GETTTYNAM 1
#define HAVE_LIMITS_H 1
#define HAVE_MEMCCPY 1
#define HAVE_MENU_H 1
#define HAVE_PANEL_H 1
#define HAVE_REGEXP_H 1
#define HAVE_REGEX_H 1
#define HAVE_SETBUFFER 1
#define HAVE_SETVBUF 1
#define HAVE_SIGACTION 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_TTYENT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_USLEEP 1
#define HAVE_VSSCANF 1
#define STDC_HEADERS 1
/* The C compiler may not treat these properly, but C++ has to */
#ifdef __cplusplus
#undef const
#undef inline
#endif
#endif /* NC_CONFIG_H */
|