/[gcl]/gcl/h/linux.h
ViewVC logotype

Diff of /gcl/h/linux.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by camm, Sat Jul 20 07:10:55 2002 UTC revision 1.4 by camm, Thu Jul 25 19:08:24 2002 UTC
# Line 82  do {static struct sigaction action; \ Line 82  do {static struct sigaction action; \
82          if (real_maxpage > MAXPAGE) \          if (real_maxpage > MAXPAGE) \
83                  real_maxpage = MAXPAGE ; } while(0)                  real_maxpage = MAXPAGE ; } while(0)
84    
85    #ifdef USE_DLOPEN
86    #define SPECIAL_RSYM "rsym_elf.c"
87    #define SEPARATE_SFASL_FILE "fasldlsym.c"
88    #else
89  #ifdef HAVE_LIBBFD  #ifdef HAVE_LIBBFD
90  #define SEPARATE_SFASL_FILE "sfaslbfd.c"  #define SEPARATE_SFASL_FILE "sfaslbfd.c"
91  #else  #else
# Line 91  do {static struct sigaction action; \ Line 95  do {static struct sigaction action; \
95  #define SPECIAL_RSYM "rsym_elf.c"  #define SPECIAL_RSYM "rsym_elf.c"
96  #define SEPARATE_SFASL_FILE "sfaslelf.c"  #define SEPARATE_SFASL_FILE "sfaslelf.c"
97  #endif  #endif
98    #endif
99    
100  #define UNEXEC_USE_MAP_PRIVATE  #define UNEXEC_USE_MAP_PRIVATE
101  #define UNIXSAVE "unexelf.c"  #define UNIXSAVE "unexelf.c"

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26