-
- Downloads
Get rid of #ifdef DEFINE_PLUG_METHOD_MACROS.
I don't actually know why this was ever here; it appeared in the very first commit that invented Plug in the first place (7b0e0827) without explanation. Perhaps Dave's original idea was that sometimes you'd need those macros _not_ to be defined so that the same names could be reused as the methods for a particular Plug instance? But I don't think that ever actually happened, and the code base builds just fine with those macros defined unconditionally just like all the other sets of method macros we now have, so let's get rid of this piece of cruft that was apparently unnecessary all along.
Showing
- be_misc.c 0 additions, 1 deletionbe_misc.c
- cproxy.c 0 additions, 1 deletioncproxy.c
- errsock.c 0 additions, 1 deletionerrsock.c
- network.h 0 additions, 2 deletionsnetwork.h
- nocproxy.c 0 additions, 1 deletionnocproxy.c
- proxy.c 0 additions, 1 deletionproxy.c
- unix/uxnet.c 0 additions, 1 deletionunix/uxnet.c
- unix/uxproxy.c 0 additions, 1 deletionunix/uxproxy.c
- unix/uxshare.c 0 additions, 1 deletionunix/uxshare.c
- windows/winhsock.c 0 additions, 1 deletionwindows/winhsock.c
- windows/winnet.c 0 additions, 1 deletionwindows/winnet.c
- windows/winnpc.c 0 additions, 1 deletionwindows/winnpc.c
- windows/winnps.c 0 additions, 1 deletionwindows/winnps.c
- windows/winproxy.c 0 additions, 1 deletionwindows/winproxy.c
- windows/winshare.c 0 additions, 1 deletionwindows/winshare.c
Loading
Please register or sign in to comment