aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/bmake/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/bmake/config.h')
-rw-r--r--usr.bin/bmake/config.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/bmake/config.h b/usr.bin/bmake/config.h
index a7f58f53409b..442ef7baba38 100644
--- a/usr.bin/bmake/config.h
+++ b/usr.bin/bmake/config.h
@@ -245,7 +245,7 @@
#define PACKAGE_NAME "bmake"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "bmake 20201112"
+#define PACKAGE_STRING "bmake 20210201"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "bmake"
@@ -254,7 +254,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "20201112"
+#define PACKAGE_VERSION "20210201"
/* Define as the return type of signal handlers (`int' or `void'). */
#define RETSIGTYPE void
@@ -335,6 +335,9 @@
/* Define to `int' if <sys/types.h> does not define. */
/* #undef pid_t */
+/* type that signal handlers can safely frob */
+/* #undef sig_atomic_t */
+
/* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef size_t */