1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r4817: ccache was being made ineffective on all the build farm machines

because the version number was being auto-updated and included in all
C files. With this change it is only included where needed.
This commit is contained in:
Andrew Tridgell 2005-01-18 09:30:43 +00:00 committed by Gerald (Jerry) Carter
parent 03c1dcb596
commit 520cff73c6
7 changed files with 6 additions and 1 deletions

View File

@ -22,6 +22,7 @@
*/
#include "includes.h"
#include "version.h"
#include "dynconfig.h"
#include "clilist.h"
#include "lib/cmdline/popt_common.h"

View File

@ -152,7 +152,6 @@ extern int errno;
#endif
/* Lists, trees, caching, database... */
#include "version.h"
#include "xfile.h"
#define TALLOC_DEPRECATED 1
#include "lib/talloc/talloc.h"

View File

@ -21,6 +21,7 @@
*/
#include "includes.h"
#include "version.h"
#include "dynconfig.h"
#include "system/passwd.h"
#include "lib/cmdline/popt_common.h"

View File

@ -19,6 +19,7 @@
*/
#include "includes.h"
#include "version.h"
#include "system/wait.h"
static void (*cont_fn)(void *);

View File

@ -21,6 +21,7 @@
*/
#include "includes.h"
#include "version.h"
#ifdef HAVE_LDAP

View File

@ -53,6 +53,7 @@
*/
#include "includes.h"
#include "version.h"
#include "dynconfig.h"
#include "system/time.h"
#include "system/iconv.h"

View File

@ -21,6 +21,7 @@
*/
#include "includes.h"
#include "version.h"
#include <pthread.h>
#ifdef HAVE_BACKTRACE
#include <execinfo.h>