consolidate build status /patchlevel info settings in one place - patchlevel.h
This commit is contained in:
@@ -4,9 +4,6 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "dlb.h"
|
||||
#if defined(VERSION_IN_DLB_FILENAME)
|
||||
#include "patchlevel.h"
|
||||
#endif
|
||||
|
||||
#ifdef __DJGPP__
|
||||
#include <string.h>
|
||||
|
||||
@@ -5,11 +5,6 @@
|
||||
|
||||
#include "hack.h"
|
||||
#include "dlb.h"
|
||||
#ifdef SHORT_FILENAMES
|
||||
#include "patchlev.h"
|
||||
#else
|
||||
#include "patchlevel.h"
|
||||
#endif
|
||||
|
||||
/* If UPDATE_RECORD_IN_PLACE is defined, we don't want to rewrite the
|
||||
* whole file, because that entails creating a new version which
|
||||
|
||||
@@ -7,16 +7,6 @@
|
||||
#include "dlb.h"
|
||||
#include "date.h"
|
||||
|
||||
/*
|
||||
* All the references to the contents of patchlevel.h have been moved
|
||||
* into makedefs....
|
||||
*/
|
||||
#ifdef SHORT_FILENAMES
|
||||
#include "patchlev.h"
|
||||
#else
|
||||
#include "patchlevel.h"
|
||||
#endif
|
||||
|
||||
#if defined(CROSSCOMPILE)
|
||||
struct cross_target_s cross_target = {
|
||||
/* https://groups.google.com/forum/#!original/
|
||||
|
||||
Reference in New Issue
Block a user