summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2018-11-12 15:22:35 +0100
committerAndreas Schneider <asn@samba.org>2018-11-13 11:59:48 +0100
commitaff61a781700ce8c1e6f9d0cd74b4c484be354fa (patch)
tree9cb79477620078d8215bfba9def14d79825b010c /config.h.cmake
parentd26ceb542342d6eef4a8df14f79ca2f81d1e550e (diff)
downloadsocket_wrapper-aff61a781700ce8c1e6f9d0cd74b4c484be354fa.tar.gz
socket_wrapper-aff61a781700ce8c1e6f9d0cd74b4c484be354fa.tar.xz
socket_wrapper-aff61a781700ce8c1e6f9d0cd74b4c484be354fa.zip
swrap: Also log the process name
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 5baa789..0207031 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -31,6 +31,10 @@
#cmakedefine HAVE_STRUCT_SOCKADDR_SA_LEN 1
#cmakedefine HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
+/**************************** SYMBOLS ****************************/
+
+#cmakedefine HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
+
/*************************** FUNCTIONS ***************************/
/* Define to 1 if you have the `getaddrinfo' function. */
@@ -42,6 +46,8 @@
#cmakedefine HAVE_ACCEPT4 1
#cmakedefine HAVE_OPEN64 1
#cmakedefine HAVE_FOPEN64 1
+#cmakedefine HAVE_GETPROGNAME 1
+#cmakedefine HAVE_GETEXECNAME 1
#cmakedefine HAVE_PLEDGE 1
#cmakedefine HAVE_ACCEPT_PSOCKLEN_T 1