summaryrefslogtreecommitdiff
path: root/pr/include/prsystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'pr/include/prsystem.h')
-rw-r--r--pr/include/prsystem.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pr/include/prsystem.h b/pr/include/prsystem.h
index 1b9c7ed8..577e60e0 100644
--- a/pr/include/prsystem.h
+++ b/pr/include/prsystem.h
@@ -43,8 +43,9 @@ typedef enum {
PR_SI_SYSNAME,
PR_SI_RELEASE,
PR_SI_ARCHITECTURE,
- PR_SI_HOSTNAME_UNTRUNCATED /* the hostname exactly as configured
+ PR_SI_HOSTNAME_UNTRUNCATED, /* the hostname exactly as configured
* on the system */
+ PR_SI_RELEASE_BUILD
} PRSysInfo;