source: trunk/src/emx/gnu/termcap/config.h@ 736

Last change on this file since 736 was 736, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 230 bytes
Line 
1/* config.h */
2
3#include <stdlib.h>
4#include <string.h>
5
6#define EMX
7#define TERMCAP_FILE "/emx/etc/termcap.dat"
8#define HAVE_STRING_H
9#define STDC_HEADERS
10#define HAVE_UNISTD_H
11#if !#machine(i386)
12#define NO_ARG_ARRAY
13#endif
Note: See TracBrowser for help on using the repository browser.