/[MITgcm]/MITgcm/tools/cyrus-imapd-makedepend/def.h
ViewVC logotype

Diff of /MITgcm/tools/cyrus-imapd-makedepend/def.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by edhill, Wed Feb 25 18:19:54 2004 UTC revision 1.5 by jahn, Mon Apr 6 21:17:32 2009 UTC
# Line 73  in this Software without prior written a Line 73  in this Software without prior written a
73  #include <fcntl.h>  #include <fcntl.h>
74  #include <sys/stat.h>  #include <sys/stat.h>
75    
76    /* === EH3 ===
77  #define MAXDEFINES      512  #define MAXDEFINES      512
78  #define MAXFILES        512  #define MAXFILES        512
79  #define MAXDIRS         64     === EH3 === */
80    #define MAXDEFINES      8192
81    #define MAXFILES        8192
82    /* === EH3 === */
83    #define MAXDIRS         256
84  #define SYMTABINC       10      /* must be > 1 for define() to work right */  #define SYMTABINC       10      /* must be > 1 for define() to work right */
85  #define TRUE            1  #define TRUE            1
86  #define FALSE           0  #define FALSE           0
# Line 161  char                   *realloc(); Line 166  char                   *realloc();
166    
167  char                    *copy();  char                    *copy();
168  char                    *base_name();  char                    *base_name();
169  char                    *getline();  char                    *getppline();
170  struct symtab           *slookup();  struct symtab           *slookup();
171  struct symtab           *isdefined();  struct symtab           *isdefined();
172  struct symtab           *fdefined();  struct symtab           *fdefined();

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22