summaryrefslogtreecommitdiffstats
path: root/source4/heimdal_build/replace.c
Commit message (Collapse)AuthorAgeFilesLines
* heimdal_build: Don't use heimdal's getprogname() and setprogname()Andrew Bartlett2011-05-311-0/+17
| | | | | | | Writing into an __progname variable spooks me, and if we use the local variable, then we duplciate the system one, which fails SYMBOLCHECK Andrew Bartlett
* heimdal_build: Put version objects in a separate subsystem.Jelmer Vernooij2010-10-161-4/+0
|
* s4:heimdal_build: try to fix the build on SolarisStefan Metzmacher2009-07-161-0/+1
| | | | | | | | | | The problem seems to be #define flock rk_flock heimdal/../heimdal_build/replace.c: In function `rk_flock': heimdal/../heimdal_build/replace.c:64: error: storage size of 'lock' isn't known heimdal/../heimdal_build/replace.c:64: warning: unused variable `lock' metze
* s4:heimdal_build: try to fix the build on SolarisStefan Metzmacher2009-07-151-3/+1
| | | | | | We need the definition of 'struct flock'. metze
* s4:heimdal_build: provide heimdal_version and heimdal_long_version symbolsStefan Metzmacher2009-03-261-0/+4
| | | | metze
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
| | | | | | There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
* r8451: samba4 finally builds on solaris 8 sparc with heimdal and ejsAndrew Tridgell2007-10-101-5/+14
| | | | | its been a long haul ... (This used to be commit 3c4291e49abed14973b4a4fa1a9277918b896cac)
* r8450: more configure tests for solaris. It now builds some binaries, butAndrew Tridgell2007-10-101-0/+29
| | | | | fails in the ejs floating point code. (This used to be commit 30e1b6140e9f6246cb66eef7cf108d1ccf62bd40)
* r8425: add err() and errx() functions needed by for compile_et on some systemsAndrew Tridgell2007-10-101-0/+49
(This used to be commit 72a769b6d1a1ce5f8a19010074960b692b4755db)