From 4008250e4b34a06c446899f5d2c82015998a6627 Mon Sep 17 00:00:00 2001 From: Jason Thorpe Date: Thu, 31 Jan 2002 19:21:54 +0000 Subject: Deal with target architecture that have a pointer size that is different from the host architectures pointer size. (Nick missed this file when he committed the patch.) --- gprof/gconfig.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'gprof/gconfig.in') diff --git a/gprof/gconfig.in b/gprof/gconfig.in index 1e6afc17ef4..d1c2ebd38ce 100644 --- a/gprof/gconfig.in +++ b/gprof/gconfig.in @@ -40,9 +40,6 @@ /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS -/* Define as the size of a pointer in the target profile file format. */ -#undef GMON_PTR_SIZE - /* Define if you have the __argz_count function. */ #undef HAVE___ARGZ_COUNT -- cgit v1.2.1