summaryrefslogtreecommitdiff
path: root/config.h.meson
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2019-07-05 09:11:40 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2019-07-05 09:13:53 +0200
commitbe8f7b5a5de6ed18d9e329e0151fd3065747c7b0 (patch)
tree8419ecf187370e3161aef7767e8c4338cc38d271 /config.h.meson
parentfe52a9467b1cdcd8a34a199aa229071c8ae6446a (diff)
parent55c47d4efa5969db32499c769d89709ccef80887 (diff)
downloadNetworkManager-be8f7b5a5de6ed18d9e329e0151fd3065747c7b0.tar.gz
systemd: merge branch systemd into master
Diffstat (limited to 'config.h.meson')
-rw-r--r--config.h.meson16
1 files changed, 14 insertions, 2 deletions
diff --git a/config.h.meson b/config.h.meson
index 94504a48cf..a8c694011f 100644
--- a/config.h.meson
+++ b/config.h.meson
@@ -118,14 +118,26 @@
/* Define to 1 if libsystemd-login is available */
#mesondefine SESSION_TRACKING_SYSTEMD
+/* The size of `pid_t', as computed by sizeof. */
+#mesondefine SIZEOF_PID_T
+
+/* The size of `uid_t', as computed by sizeof. */
+#mesondefine SIZEOF_UID_T
+
+/* The size of `gid_t', as computed by sizeof. */
+#mesondefine SIZEOF_GID_T
+
/* The size of `dev_t', as computed by sizeof. */
#mesondefine SIZEOF_DEV_T
+/* The size of `ino_t', as computed by sizeof. */
+#mesondefine SIZEOF_INO_T
+
/* The size of `time_t', as computed by sizeof. */
#mesondefine SIZEOF_TIME_T
-/* The size of `pid_t', as computed by sizeof. */
-#mesondefine SIZEOF_PID_T
+/* The size of `rlim_t', as computed by sizeof. */
+#mesondefine SIZEOF_RLIM_T
/* Define to 1 to use ConsoleKit2 suspend api */
#mesondefine SUSPEND_RESUME_CONSOLEKIT