summaryrefslogtreecommitdiffstats
path: root/Utilities/cmtar/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmtar/config.h.in')
-rw-r--r--Utilities/cmtar/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Utilities/cmtar/config.h.in b/Utilities/cmtar/config.h.in
index 05a7710..1b34680 100644
--- a/Utilities/cmtar/config.h.in
+++ b/Utilities/cmtar/config.h.in
@@ -3,6 +3,12 @@
/* Define if your system has a working basename */
#cmakedefine HAVE_BASENAME @HAVE_BASENAME@
+/* Define if your system has a working major */
+#cmakedefine HAVE_MAJOR @HAVE_MAJOR@
+
+/* Define if your system has a working minor */
+#cmakedefine HAVE_MINOR @HAVE_MINOR@
+
/* Define to 1 if you have the <ctype.h> header file. */
#cmakedefine HAVE_CTYPE_H @HAVE_CTYPE_H@