aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/fcgi_SC.c
diff options
context:
space:
mode:
authoronefang2020-03-16 14:49:09 +1000
committeronefang2020-03-16 14:49:09 +1000
commitf8574e0be89e7b523e64f656c93814d6948b2a33 (patch)
tree11bd44706c54b1441e890f685a5ed6e07e75777f /src/fcgi_SC.c
parentRevert "Bitch if we can't read the OpenSim config file." (diff)
downloadopensim-SC_OLD-f8574e0be89e7b523e64f656c93814d6948b2a33.zip
opensim-SC_OLD-f8574e0be89e7b523e64f656c93814d6948b2a33.tar.gz
opensim-SC_OLD-f8574e0be89e7b523e64f656c93814d6948b2a33.tar.bz2
opensim-SC_OLD-f8574e0be89e7b523e64f656c93814d6948b2a33.tar.xz
Revert "The new sledjchisl binary, to replace the management scripts and web stuff."
This reverts commit 34c5ee4c2a489a506e93d5b303fbc80b263747f0.
Diffstat (limited to '')
-rw-r--r--src/fcgi_SC.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/fcgi_SC.c b/src/fcgi_SC.c
deleted file mode 100644
index 36aba77..0000000
--- a/src/fcgi_SC.c
+++ /dev/null
@@ -1,13 +0,0 @@
1/* fcgi_SC.h - Generic fcgi handler, coz the others all suck.
2 *
3 * Copyright 2020 David Seikel <onefang@sledjhamr.org>
4 */
5
6// I use camelCaseNames internally, instead of underscore_names as is preferred
7// in the rest of toybox. A small limit of 80 characters per source line infers
8// shorter names should be used. CamelCaseNames are shorter. Externally visible
9// stuff is underscore_names as usual. Plus, I'm used to camelCaseNames, my
10// fingers twitch that way.
11
12#include "toys.h"
13#include "fcgi_SC.h"