Changeset 182 for trunk/src/sh_getopt.c


Ignore:
Timestamp:
Sep 23, 2008, 8:50:05 PM (16 years ago)
Author:
katerina
Message:

Show with --version whether dnmalloc is used (ticket #121).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_getopt.c

    r181 r182  
    404404  fputs (_(", compiled-in options:"), stdout);
    405405
    406 #if defined(USE_DL_PREFIX)
     406#if defined(USE_SYSTEM_MALLOC)
    407407  if (num > 0) fputc ('\n', stdout);
    408408  printf (_(" using system malloc")); ++num;
Note: See TracChangeset for help on using the changeset viewer.