diff src/config.in @ 109539:d962ccf8829f

Use __executable_start to find start of text segment for profiling * emacs.c (main) [PROFILING]: Use __executable_start if defined to find start of text segment. * dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START is defined. * configure.in: Check for __executable_start.
author Andreas Schwab <schwab@linux-m68k.org>
date Sun, 25 Jul 2010 21:09:54 +0200
parents 8f3464b85afb
children 4504e82595bb
line wrap: on
line diff
--- a/src/config.in	Sun Jul 25 20:36:37 2010 +0200
+++ b/src/config.in	Sun Jul 25 21:09:54 2010 +0200
@@ -801,6 +801,9 @@
 /* Define to 1 if you want to use the X window system. */
 #undef HAVE_X_WINDOWS
 
+/* Define to 1 if you have the `__executable_start' function. */
+#undef HAVE___EXECUTABLE_START
+
 /* Define to 1 if you have the `__fpending' function. */
 #undef HAVE___FPENDING