You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by rr...@apache.org on 2018/09/28 15:19:41 UTC

[trafficserver] branch master updated: Converts ink_autoconf.h to #pragma once

This is an automated email from the ASF dual-hosted git repository.

rrm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 19bf624  Converts ink_autoconf.h to #pragma once
19bf624 is described below

commit 19bf62421ea325825c2a34057bfe99b743baefa5
Author: Randall Meyer <ra...@yahoo.com>
AuthorDate: Thu Sep 27 15:00:12 2018 -0700

    Converts ink_autoconf.h to #pragma once
---
 configure.ac | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

diff --git a/configure.ac b/configure.ac
index 112845d..94acb62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -82,14 +82,7 @@ AC_SUBST(TS_VERSION_MICRO)
 
 dnl Hard-coded top of ink_autoconf.h:
 AH_TOP([
-#ifndef _ink_autoconf_h
-#define _ink_autoconf_h
-])
-
-dnl Hard-coded inclusion at the tail end of ink_autoconf.h:
-AH_BOTTOM([
-
-#endif /* _ink_autoconf_h */
+#pragma once
 ])
 
 #
@@ -2011,9 +2004,9 @@ AC_CONFIG_FILES([
   doc/ext/local-config.py
   doc/uml/Makefile
   example/Makefile
-  include/Makefile 
-  include/ts/Makefile 
-  include/tscpp/api/Makefile 
+  include/Makefile
+  include/ts/Makefile
+  include/tscpp/api/Makefile
   include/tscpp/util/Makefile
   iocore/Makefile
   iocore/aio/Makefile
@@ -2050,7 +2043,7 @@ AC_CONFIG_FILES([
   rc/trafficserver.conf
   rc/trafficserver.service
   rc/trafficserver.xml
-  src/tscpp/util/Makefile 
+  src/tscpp/util/Makefile
   src/tscore/Makefile
   tools/Makefile
   tools/trafficserver.pc