]> git.marmaro.de Git - mmh/blobdiff - h/prototypes.h
cscope.files was missing mts/smtp/*.
[mmh] / h / prototypes.h
index fcc8f0c9085a0a4fa1f7b1053e81f8f38a595d4c..12124cdbad0b43797c00572fdf48346f37ac9a23 100644 (file)
@@ -6,13 +6,13 @@
 /*
  * missing system prototypes
  */
 /*
  * missing system prototypes
  */
-#ifndef HAVE_TERMCAP_H
-extern int tgetent (char *bp, char *name);
-extern int tgetnum (char *id);
-extern int tgetflag (char *id);
-extern char *tgetstr (char *id, char **area);
-extern char *tgoto (char *cm, int destcol, int destline);
-extern int tputs (char *cp, int affcnt, int (*outc) (int));
+#if ! defined(HAVE_TERMCAP_H) && ! defined (HAVE_NCURSES_TERMCAP_H)
+  extern int tgetent (char *bp, char *name);
+  extern int tgetnum (char *id);
+  extern int tgetflag (char *id);
+  extern char *tgetstr (char *id, char **area);
+  extern char *tgoto (char *cm, int destcol, int destline);
+  extern int tputs (char *cp, int affcnt, int (*outc) (int));
 #endif
 
 /*
 #endif
 
 /*