blob: 68d374e55d1c334b540a76206293fdcbab60afec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* $NetBSD: autoconf.h,v 1.2 1999/06/30 13:13:03 agc Exp $ */
/*
* preprocessor variables used during build of glimpse-4.1
*/
#define HAVE_DIRENT_H 1
#ifdef __NetBSD__
#define HAVE_FLOCK 1
#else
#undef HAVE_FLOCK
#endif
#define HAVE_GETDTABLESIZE 1
#define HAVE_SETLINEBUF 1
#define HAVE_SETRLIMIT 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_SYSCONF 1
|