Make this package work on Solaris as well as NetBSD - Solaris doesn't have
a decent flock(3).
This commit is contained in:
parent
a898aa3b77
commit
3eda7bfc1f
1 changed files with 5 additions and 1 deletions
|
@ -1,11 +1,15 @@
|
|||
/* $NetBSD: autoconf.h,v 1.1 1998/12/03 12:39:43 frueauf Exp $ */
|
||||
/* $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
|
||||
|
|
Loading…
Reference in a new issue