aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/config.h.in
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@pefoley.com>2016-03-31 14:04:16 -0400
committerCorinna Vinschen <corinna@vinschen.de>2016-04-01 13:46:04 +0200
commit02cfe004458f20f95539db14251f2473a842fc95 (patch)
tree9d848b4302f35b60d29fedca9511ba82dd8b74db /winsup/cygwin/config.h.in
parent5d89883790130e0104111131a25bfded19ff5c16 (diff)
downloadnewlib-02cfe004458f20f95539db14251f2473a842fc95.zip
newlib-02cfe004458f20f95539db14251f2473a842fc95.tar.gz
newlib-02cfe004458f20f95539db14251f2473a842fc95.tar.bz2
Don't use deprecated acconfig.h for DEBUGGING
Use the 3-arg form of AC_DEFINE. winsup/cygwin/ChangeLog: acconfig.h: Remove DEBUGGING define. configure.ac: Add description to DEBUGGING define. config.h.in: Regenerate. configure: Ditto. Signed-off-by: Peter Foley <pefoley2@pefoley.com>
Diffstat (limited to 'winsup/cygwin/config.h.in')
-rw-r--r--winsup/cygwin/config.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/cygwin/config.h.in b/winsup/cygwin/config.h.in
index 39eb968..32f191a 100644
--- a/winsup/cygwin/config.h.in
+++ b/winsup/cygwin/config.h.in
@@ -1,13 +1,13 @@
/* config.h.in. Generated from configure.ac by autoheader. */
-/* Define if DEBUGGING support is requested. */
-#undef DEBUGGING
-
/* Define if MALLOC_DEBUGGING support is requested. */
#undef MALLOC_DEBUG
/* Define if using new vfork functionality. */
#undef NEWVFORK
+/* Define if DEBUGGING support is requested. */
+#undef DEBUGGING
+
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT