NetBSD/gnu/dist/grep/acconfig.h

34 lines
488 B
C
Raw Normal View History

1999-02-09 15:38:36 +03:00
/* Define to use grep's error-checking malloc in the kwset routines. */
#undef GREP
/* Package name. */
#undef PACKAGE
/* Version number. */
#undef VERSION
2000-02-27 03:21:41 +03:00
/* Define to `int' if <sys/types.h> doesn't define. */
#undef ssize_t
1999-02-09 15:38:36 +03:00
/* 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
/*
* DOS specific
*/
#undef HAVE_DOS_FILE_NAMES