config.h revision 225736
1/* $FreeBSD: stable/9/gnu/usr.bin/gperf/config.h 58554 2000-03-25 07:50:02Z kris $ */
2/* config.h.  Generated automatically by configure.  */
3/* config.h.in.  Generated automatically from configure.in by autoheader.  */
4
5/* Define if the C++ compiler supports "throw ()" declarations.  */
6#define HAVE_THROW_DECL 1
7
8/* Define if you have the getrlimit function.  */
9#define HAVE_GETRLIMIT 1
10
11/* Define if you have the setrlimit function.  */
12#define HAVE_SETRLIMIT 1
13
14/* Define if you have the <sys/resource.h> header file.  */
15#define HAVE_SYS_RESOURCE_H 1
16
17/* Define if you have the <sys/time.h> header file.  */
18#define HAVE_SYS_TIME_H 1
19
20/* Define if you have the <unistd.h> header file.  */
21#define HAVE_UNISTD_H 1
22