VirtualBox

Changeset 168 in kBuild for trunk/src/makedep/def.h


Ignore:
Timestamp:
Oct 13, 2004 2:06:32 AM (20 years ago)
Author:
bird
Message:

Merged in mozilla changes and config.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/makedep/def.h

    r164 r168  
    2727/* $XFree86: xc/config/makedepend/def.h,v 3.13tsi Exp $ */
    2828
    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
    3133#include <stdlib.h>
    3234#include <stdio.h>
     
    8183/*
    8284 * debug levels are:
    83  * 
     85 *
    8486 *     0        show ifn*(def)*,endif
    8587 *     1        trace defined/!defined
     
    148150                                   struct inclist **srcfile);
    149151struct filepointer      *getfile(char *file);
    150 void                    included_by(struct inclist *ip, 
     152void                    included_by(struct inclist *ip,
    151153                                    struct inclist *newfile);
    152154struct inclist          *newinclude(char *newfile, char *incstring);
     
    159161void                    define(char *def, struct inclist *file);
    160162void                    undefine(char *symbol, struct inclist *file);
    161 int                     find_includes(struct filepointer *filep, 
    162                                       struct inclist *file, 
    163                                       struct inclist *file_red, 
     163int                     find_includes(struct filepointer *filep,
     164                                      struct inclist *file,
     165                                      struct inclist *file_red,
    164166                                      int recursion, boolean failOK);
    165167
    166 void                    recursive_pr_include(struct inclist *head, 
     168void                    recursive_pr_include(struct inclist *head,
    167169                                             char *file, char *base);
    168 void                    add_include(struct filepointer *filep, 
    169                                     struct inclist *file, 
    170                                     struct inclist *file_red, 
     170void                    add_include(struct filepointer *filep,
     171                                    struct inclist *file,
     172                                    struct inclist *file_red,
    171173                                    char *include, int type,
    172174                                    boolean failOK);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette