Mercurial > hg > xemacs-beta
comparison src/m/tad68k.h @ 647:b39c14581166
[xemacs-hg @ 2001-08-13 04:45:47 by ben]
removal of unsigned, size_t, etc.
author | ben |
---|---|
date | Mon, 13 Aug 2001 04:46:48 +0000 |
parents | c69610198c35 |
children | 4542b72c005e |
comparison
equal
deleted
inserted
replaced
646:00c54252fe4f | 647:b39c14581166 |
---|---|
70 | 70 |
71 #define BROKEN_TIOCGWINSZ /* Don't try to use TIOCGWINSZ. */ | 71 #define BROKEN_TIOCGWINSZ /* Don't try to use TIOCGWINSZ. */ |
72 | 72 |
73 /* omit next three lines if no TCP installed */ | 73 /* omit next three lines if no TCP installed */ |
74 | 74 |
75 #if 0 /* XEmacs */ | |
75 #define select gnu_select /* avoid select() name clash */ | 76 #define select gnu_select /* avoid select() name clash */ |
77 #endif | |
76 #define LIBS_SYSTEM "-lsocket" /* get TCP networking functions */ | 78 #define LIBS_SYSTEM "-lsocket" /* get TCP networking functions */ |