+++ /dev/null
-/*
- * Copyright 1998-2003 The OpenLDAP Foundation
- * COPYING RESTRICTIONS APPLY.  See COPYRIGHT file in top level directory
- * of this package for details.
- */
-
-#define _OLV_DATE __DATE__
-#define _OLV_TIME __TIME__
-#ifndef _OLV_STATIC
-#define        _OLV_STATIC     static
-#endif
-#include "ol_version0.h"
 
 .nt.h:
        copy $*.nt $*.h
 
-all: setup.txt ol_version0.h
+all: setup.txt
 
 setup.txt: lber_types.h ldap_config.h ldap_features.h portable.h setup.mak
        copy setup.mak setup.txt
 e
 <<NOKEEP
 
-ol_version0.h: ../build/version.h
-       $(CPP) /EP -D_OLV_WHO=\"$(USERNAME)@$(COMPUTERNAME)\" $? > $@