aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/bmake
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2024-03-14 05:03:50 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2024-03-14 05:03:50 +0000
commit51ca8a7a7da752d41bd91818169fc764dc8b1a42 (patch)
treec5729e02cc4ad9d39209a76778c94f6b0e6d68da /usr.bin/bmake
parentc59c3bf34db360695f07735bebc76a768cac5afc (diff)
Diffstat (limited to 'usr.bin/bmake')
-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 b9e169fad867..281e105d853d 100644
--- a/usr.bin/bmake/config.h
+++ b/usr.bin/bmake/config.h
@@ -96,6 +96,9 @@
/* Define to 1 if you have the `realpath' function. */
#define HAVE_REALPATH 1
+/* Define to 1 if you have the <regex.h> header file. */
+#define HAVE_REGEX_H 1
+
/* Define to 1 if you have the `select' function. */
#define HAVE_SELECT 1
@@ -279,7 +282,7 @@
#define PACKAGE_NAME "bmake"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "bmake 20240101"
+#define PACKAGE_STRING "bmake 20240212"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "bmake"
@@ -288,7 +291,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "20240101"
+#define PACKAGE_VERSION "20240212"
/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
/* #undef STAT_MACROS_BROKEN */