git: 51ca8a7a7da7 - main - bmake updated config.h
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Mar 2024 05:04:04 UTC
The branch main has been updated by sjg:
URL: https://cgit.FreeBSD.org/src/commit/?id=51ca8a7a7da752d41bd91818169fc764dc8b1a42
commit 51ca8a7a7da752d41bd91818169fc764dc8b1a42
Author: Simon J. Gerraty <sjg@FreeBSD.org>
AuthorDate: 2024-03-14 05:03:50 +0000
Commit: Simon J. Gerraty <sjg@FreeBSD.org>
CommitDate: 2024-03-14 05:03:50 +0000
bmake updated config.h
---
usr.bin/bmake/config.h | 7 +++++--
1 file 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 */