]> granicus.if.org Git - strace/commit
Move SUPPORTED_PERSONALITIES to a separate file
authorEdgar Kaziakhmedov <edgar.kaziakhmedov@virtuozzo.com>
Tue, 22 Aug 2017 12:35:03 +0000 (15:35 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 22 Aug 2017 15:24:05 +0000 (15:24 +0000)
commite398011d2b59fc8d7a3ebb327c1e806285366d40
tree998204be2e283f48052cc565687dbd437a47b4f3
parentb1fab45b479568d1bd26561f1f18e98e91b2a46d
Move SUPPORTED_PERSONALITIES to a separate file

Since the defs.h contains unrelated declarations which are
redundant (and sometimes conflicting) for other binaries included
in the strace package, move SUPPORTED_PERSONALITIES defintions
to a separate file.

* defs.h: Include "supported_personalities.h".
(SUPPORTED_PERSONALITIES): Move ...
* supported_personalities.h: ... to the new file.
* Makefile.am (strace_SOURCES): Add it.

Signed-off-by: Edgar Kaziakhmedov <edgar.kaziakhmedov@virtuozzo.com>
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Makefile.am
defs.h
supported_personalities.h [new file with mode: 0644]