File: config.h

package info (click to toggle)
grep 2.2-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 1,376 kB
  • ctags: 1,634
  • sloc: ansic: 11,842; sh: 774; makefile: 233; sed: 148; awk: 9
file content (27 lines) | stat: -rw-r--r-- 719 bytes parent folder | download | duplicates (2)
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