source: branches/libc-0.6/src/emx/gnu/termcap/config.h

Last change on this file was 1517, checked in by bird, 21 years ago

Fixing warnings. -Znofork

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