Ignore:
Timestamp:
Dec 25, 2008, 2:21:58 PM (17 years ago)
Author:
bird
Message:

kmkbuiltin: include config.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kmkbuiltin/append.c

    r2019 r2113  
    2727*   Header Files                                                               *
    2828*******************************************************************************/
     29#ifndef kmk_builtin_append
     30# include "make.h"
     31# include "filedef.h"
     32# include "variable.h"
     33#else
     34# include "config.h"
     35#endif
    2936#include <string.h>
    3037#include <stdio.h>
    3138#include "err.h"
    3239#include "kmkbuiltin.h"
    33 #ifndef kmk_builtin_append
    34 # include "make.h"
    35 # include "filedef.h"
    36 # include "variable.h"
    37 #endif
    3840
    3941
Note: See TracChangeset for help on using the changeset viewer.