summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-12-11 15:03:32 +0100
committerAndreas Schneider <asn@samba.org>2013-12-11 16:27:40 +0100
commitc01846db2d31b2125d0b1e6bcfc4c38de345d52a (patch)
tree4bc20ed91281ee264f5296ed66f030c597a76093 /config.h.cmake
parent20467324a5508d8efafb087faf1914c87529f052 (diff)
downloadsocket_wrapper-c01846db2d31b2125d0b1e6bcfc4c38de345d52a.tar.gz
socket_wrapper-c01846db2d31b2125d0b1e6bcfc4c38de345d52a.tar.xz
socket_wrapper-c01846db2d31b2125d0b1e6bcfc4c38de345d52a.zip
Fix formatting of variables of type pid_t
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 81a6c85..4f912bd 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -29,6 +29,8 @@
#cmakedefine HAVE_GETTIMEOFDAY_TZ 1
#cmakedefine HAVE_GETTIMEOFDAY_TZ_VOID 1
+/*************************** DATA TYPES***************************/
+#cmakedefine SIZEOF_PID_T @SIZEOF_PID_T@
/**************************** OPTIONS ****************************/