File: c-none.h

package info (click to toggle)
libcurses-perl 1.02-1
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 312 kB
  • ctags: 376
  • sloc: ansic: 3,411; perl: 621; makefile: 38; sh: 17
file content (25 lines) | stat: -rw-r--r-- 1,032 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* Change <curses.h> below to the proper "include" file for curses. */
#include <curses.h>

/* Change each #undef below to #define if the answer to the question
 * beside it is "yes".
 */
#undef  C_LONGNAME	/* Does longname() exist?		*/
#undef  C_LONG0ARGS	/* Does longname() take 0 arguments?	*/
#undef  C_LONG2ARGS	/* Does longname() take 2 arguments?	*/

#undef  C_TOUCHLINE	/* Does touchline() exist?		*/
#undef  C_TOUCH3ARGS	/* Does touchline() take 3 arguments?	*/
#undef  C_TOUCH4ARGS	/* Does touchline() take 4 arguments?	*/

/* Some Curses include files have problems interacting with perl,
 * some are missing basic functionality, and some just plain do
 * weird things.  Unfortunately, there's no way to anticipate all
 * of the problems the curses include file + "perl.h" might create.
 *
 * If you find that you can't compile Curses.c because of these
 * conflicts, you should insert C code before and after the "include"
 * file above to try and fix the problems.  "See c-sunos.sysv.h"
 * for an example of this.
 */