source: main/trunk/greenstone2/common-src/indexers/mgpp/lib/non_ansi.h@ 25147

Last change on this file since 25147 was 25147, checked in by kjdon, 12 years ago

merged 64_bit_Greenstone branch into trunk, rev 25139

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 464 bytes
Line 
1#if !defined(_NON_ANSI_H)
2#define _NON_ANSI_H 1
3
4#include "config.h"
5#include "mglong.h"
6# if !defined(__STDC__)
7
8#include <stdlib.h> /* for FILE def */
9#if defined (__cplusplus)
10extern "C" {
11#endif
12
13int fileno(FILE *);
14int ftruncate(int, mg_s_long);
15int pclose(FILE *);
16FILE *popen(const char *command, const char *type);
17int getpagesize();
18int strcasecmp(const char *, const char *);
19
20#if defined (__cplusplus)
21}
22#endif
23
24#endif /* !defined STDC, ... */
25#endif
Note: See TracBrowser for help on using the repository browser.