diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-01-08 20:25:06 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-01-08 20:25:06 +0000 |
commit | 6a5d0cf1c0a39abcf664e579d4844baf976be409 (patch) | |
tree | 62ba360b692423222dd434b61fddf954a08a17bf /bin/ksh/config.h | |
parent | 289d0caa4f5c6d3215a1ea49d80b71667099fd78 (diff) |
bug fixes from pdksh-unstable-5.2.13.5; some of which we already had.
Diffstat (limited to 'bin/ksh/config.h')
-rw-r--r-- | bin/ksh/config.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/bin/ksh/config.h b/bin/ksh/config.h index 4c08c1194a8..218f526aaae 100644 --- a/bin/ksh/config.h +++ b/bin/ksh/config.h @@ -1,4 +1,4 @@ -/* $OpenBSD: config.h,v 1.3 1998/06/25 19:01:49 millert Exp $ */ +/* $OpenBSD: config.h,v 1.4 1999/01/08 20:24:58 millert Exp $ */ /* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ @@ -195,6 +195,10 @@ /* Default PATH (see comments in configure.in for more details) */ #define DEFAULT_PATH "/bin:/usr/bin:/usr/ucb" +/* Define if your C library's getwd/getcwd function dumps core in unreadable + * directories. */ +/* #undef HPUX_GETWD_BUG */ + /* Include ksh features? (see comments in configure.in for more details) */ /* #define KSH 1 */ @@ -247,6 +251,9 @@ /* Define if you have the flock function. */ #define HAVE_FLOCK 1 +/* Define if you have the getcwd function. */ +#define HAVE_GETCWD 1 + /* Define if you have the getgroups function. */ /* #undef HAVE_GETGROUPS */ |