summaryrefslogtreecommitdiff
path: root/djgpp/config.h
blob: 39a362aeed5a87cfc2814b7e7b1ad26c0ceb0b87 (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
/* config.h for DJGPP v2.  Generated from config.h.in.  */
/* config.h.in.  Generated automatically from configure.in by autoheader.  */

/* Almost everything is defined for us on <sys/config.h>  */

#include <sys/config.h>

/* Define if you have alloca, as a function or macro.  */
#define HAVE_ALLOCA 1

/* Define to use grep's error-checking malloc in the kwset routines.  */
#define GREP 1

/* Package name. */
#define PACKAGE "grep"

/* Version number. */
#define VERSION "2.1.1"

/* Define if you have the <malloc.h> header file.  */
#define HAVE_MALLOC_H 1

/* Define if you have the <memory.h> header file.  */
#define HAVE_MEMORY_H 1

/* Define if you have the setrlimit function.  */
#define HAVE_SETRLIMIT 1