diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2009-01-03 20:20:26 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2009-01-03 20:20:26 +0100 |
commit | 05e6cb18a1a303ac96816434c47b2c7f29c513fb (patch) | |
tree | 012ee4f8d3c4e290af8b132b6453333c4500e4b8 /include | |
parent | Reorder and correct creation and merge of server records, optimizing (diff) | |
download | apache2-05e6cb18a1a303ac96816434c47b2c7f29c513fb.tar.xz apache2-05e6cb18a1a303ac96816434c47b2c7f29c513fb.zip |
bollocks, it's absolute crap to break the ABI structure alignment for features
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@731068 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/http_core.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/http_core.h b/include/http_core.h index eb31cac299..e5b1ac0d6a 100644 --- a/include/http_core.h +++ b/include/http_core.h @@ -549,9 +549,7 @@ typedef struct { typedef struct { -#ifdef GPROF char *gprof_dir; -#endif /* Name translations --- we want the core to be able to do *something* * so it's at least a minimally functional web server on its own (and |