Old versions of glibc might not have STN_UNDEF defined.

oldstable
Marcus Meissner 2000-05-07 18:27:28 +00:00 committed by Alexandre Julliard
parent f69c1501a8
commit 508911b446
1 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,10 @@
#define N_UNDF 0x00
#endif
#ifndef STN_UNDEF
# define STN_UNDEF 0
#endif
#define N_GSYM 0x20
#define N_FUN 0x24
#define N_STSYM 0x26