diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-26 21:24:34 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-26 21:24:34 +0000 |
commit | bb42ea2edb1d1a46688d2d2a6c4ccc6b579c29de (patch) | |
tree | 4a61de21a3c56181299e0193fbe6f05639c11cee | |
parent | af2d81ed717fb3d75f4010edfa79edef492861ef (diff) | |
download | tinyproxy-bb42ea2edb1d1a46688d2d2a6c4ccc6b579c29de.tar.gz tinyproxy-bb42ea2edb1d1a46688d2d2a6c4ccc6b579c29de.zip |
Added the TARGET_SYSTEM define.
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -51,3 +51,8 @@ #undef size_t #undef ssize_t #undef socklen_t + +/* + * A string containing the name of the system tinyproxy was built towards. + */ +#undef TARGET_SYSTEM |