summaryrefslogtreecommitdiff
path: root/acconfig.h
blob: dd9b080c26037d5d33c31feab2114aeeeb6ba932 (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
28
29
30
31
32
33
34
35
36
37
/* Define to use grep's error-checking malloc in the kwset routines.  */
#undef GREP

/* Package name. */
#undef PACKAGE

/* Version number. */
#undef VERSION

/* Define to `int' if <sys/types.h> doesn't define.  */
#undef ssize_t

/* Hack for Visual C++ suggested by irox. */
#undef alloca

/* Internationalization stuffs.  */

#undef HAVE_STPCPY

#undef ENABLE_NLS

#undef HAVE_CATGETS

#undef HAVE_GETTEXT

#undef HAVE_LC_MESSAGES

/* Define if <stdlib.h> declares strtoul.  */
#undef HAVE_DECL_STRTOUL

/* Define if <stdlib.h> declares strtoull.  */
#undef HAVE_DECL_STRTOULL

/*
 * DOS specific
 */
#undef HAVE_DOS_FILE_NAMES