summaryrefslogtreecommitdiff
path: root/bin/ksh/config.h
diff options
context:
space:
mode:
authorkamil <kamil@NetBSD.org>2017-06-30 02:51:14 +0000
committerkamil <kamil@NetBSD.org>2017-06-30 02:51:14 +0000
commit0329fa437b1d8f70525db7a0ff6e1252b31fbc82 (patch)
tree33613ed79740c9b093865a5bf4a4a6f2b5ca3df5 /bin/ksh/config.h
parent84720dce5b1e58844003e92df297c2b034e04cc4 (diff)
ksh: Assume ANSI C prototypes
Diffstat (limited to 'bin/ksh/config.h')
-rw-r--r--bin/ksh/config.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/ksh/config.h b/bin/ksh/config.h
index f7ca1e7ffc6..49a48ded98a 100644
--- a/bin/ksh/config.h
+++ b/bin/ksh/config.h
@@ -1,4 +1,4 @@
-/* $NetBSD: config.h,v 1.45 2017/06/30 02:38:09 kamil Exp $ */
+/* $NetBSD: config.h,v 1.46 2017/06/30 02:51:14 kamil Exp $ */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@@ -54,9 +54,6 @@
/* Define if you don't have setpgrp(), setpgid() or getpgrp() routines */
/* #undef NO_PGRP */
-/* Define if C compiler groks function prototypes */
-#define HAVE_PROTOTYPES 1
-
/* Define if C compiler groks __attribute__((...)) (const, noreturn, format) */
#define HAVE_GCC_FUNC_ATTR 1