blob: 16ab70f681ab9e4194ce6f1091fdd435c12e36e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* $NetBSD: autoconf.h,v 1.1 1998/12/03 12:39:43 frueauf Exp $ */
/*
* preprocessor variables used during build of glimpse-4.1
*/
#define HAVE_DIRENT_H 1
#define HAVE_FLOCK 1
#define HAVE_GETDTABLESIZE 1
#define HAVE_SETLINEBUF 1
#define HAVE_SETRLIMIT 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_SYSCONF 1
|