config/debug/strace.in
author Bernhard Walle <bernhard@bwalle.de>
Sun May 11 13:00:36 2014 +0200 (2014-05-11)
changeset 3318 579bc9107f99
parent 3149 e1611da4bb05
permissions -rw-r--r--
complibs/ppl: Fix build of ppl 0.11.2 with gcc 4.9

From: Roberto Bagnara <bagnara@cs.unipr.it>
Date: Tue, 29 Apr 2014 19:51:43 +0000 (+0200)
Subject: Added missing inclusions. Use std::ptrdiff_t.
X-Git-Url: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl%2Fppl.git;a=commitdiff;h=61d4e14dfd9f1121e9b4521dead5728b2424dd7c

Added missing inclusions. Use std::ptrdiff_t.
(Thanks to Paulo Cesar Pereira de Andrade.)

Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
Message-Id: <5632a171e7c1dc4c0fb5.1399806148@euler.fritz.box>
Patchwork-Id: 347777
     1 # strace
     2 
     3 ## depends on ! BACKEND
     4 
     5 choice
     6     bool
     7     prompt "strace version"
     8 # Don't remove next line
     9 # CT_INSERT_VERSION_BELOW
    10 
    11 config STRACE_V_4_8
    12     bool
    13     prompt "4.8"
    14     depends on CONFIGURE_has_xz
    15 
    16 config STRACE_V_4_7
    17     bool
    18     prompt "4.7"
    19     depends on CONFIGURE_has_xz
    20 
    21 config STRACE_V_4_6
    22     bool
    23     prompt "4.6"
    24     depends on CONFIGURE_has_xz
    25 
    26 config STRACE_V_4_5_20
    27     bool
    28     prompt "4.5.20"
    29 
    30 config STRACE_V_4_5_19
    31     bool
    32     prompt "4.5.19"
    33 
    34 config STRACE_V_4_5_18
    35     bool
    36     prompt "4.5.18"
    37 
    38 endchoice
    39 
    40 config STRACE_VERSION
    41     string
    42 # Don't remove next line
    43 # CT_INSERT_VERSION_STRING_BELOW
    44     default "4.8" if STRACE_V_4_8
    45     default "4.7" if STRACE_V_4_7
    46     default "4.6" if STRACE_V_4_6
    47     default "4.5.20" if STRACE_V_4_5_20
    48     default "4.5.19" if STRACE_V_4_5_19
    49     default "4.5.18" if STRACE_V_4_5_18