comparison src/s/sunos4-0.h @ 30426:8674e7d48c7a

(LIBS_TERMCAP): Move from m/sparc.h.
author Dave Love <fx@gnu.org>
date Mon, 24 Jul 2000 18:28:05 +0000
parents 6b226f263365
children fbabb532002e
comparison
equal deleted inserted replaced
30425:ad577e2e48d3 30426:8674e7d48c7a
35 /* We must define mkdir with this arg prototype 35 /* We must define mkdir with this arg prototype
36 to match GCC's fixed stat.h. */ 36 to match GCC's fixed stat.h. */
37 #define MKDIR_PROTOTYPE \ 37 #define MKDIR_PROTOTYPE \
38 int mkdir (const char *dpath, unsigned short dmode) 38 int mkdir (const char *dpath, unsigned short dmode)
39 #endif /* __GNUC__ */ 39 #endif /* __GNUC__ */
40
41 /* Must use the system's termcap, if we use any termcap.
42 It does special things. */
43
44 #ifndef TERMINFO
45 #define LIBS_TERMCAP -ltermcap
46 #endif