Changeset 168 in kBuild for trunk/src/makedep/def.h
- Timestamp:
- Oct 13, 2004 2:06:32 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/makedep/def.h
r164 r168 27 27 /* $XFree86: xc/config/makedepend/def.h,v 3.13tsi Exp $ */ 28 28 29 #include "Xos.h" 30 #include "Xfuncproto.h" 29 #ifndef NO_X11 /* from mozilla */ 30 #include "X11/Xos.h" 31 #include "X11/Xfuncproto.h" 32 #endif 31 33 #include <stdlib.h> 32 34 #include <stdio.h> … … 81 83 /* 82 84 * debug levels are: 83 * 85 * 84 86 * 0 show ifn*(def)*,endif 85 87 * 1 trace defined/!defined … … 148 150 struct inclist **srcfile); 149 151 struct filepointer *getfile(char *file); 150 void included_by(struct inclist *ip, 152 void included_by(struct inclist *ip, 151 153 struct inclist *newfile); 152 154 struct inclist *newinclude(char *newfile, char *incstring); … … 159 161 void define(char *def, struct inclist *file); 160 162 void undefine(char *symbol, struct inclist *file); 161 int find_includes(struct filepointer *filep, 162 struct inclist *file, 163 struct inclist *file_red, 163 int find_includes(struct filepointer *filep, 164 struct inclist *file, 165 struct inclist *file_red, 164 166 int recursion, boolean failOK); 165 167 166 void recursive_pr_include(struct inclist *head, 168 void recursive_pr_include(struct inclist *head, 167 169 char *file, char *base); 168 void add_include(struct filepointer *filep, 169 struct inclist *file, 170 struct inclist *file_red, 170 void add_include(struct filepointer *filep, 171 struct inclist *file, 172 struct inclist *file_red, 171 173 char *include, int type, 172 174 boolean failOK);
Note:
See TracChangeset
for help on using the changeset viewer.