consolidate build status /patchlevel info settings in one place - patchlevel.h

This commit is contained in:
nhmall
2020-07-06 09:12:22 -04:00
parent 34e11c0139
commit 3cecb97da6
7 changed files with 36 additions and 47 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -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/