Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,27 +107,6 @@ entry = "@@CRT0"
options = ["LIST", "MAP", "XREF", "RENT"]
include = ["@@CRT1", "CGISTART", "HTTPREXX"]

# Test CGI module
[[link.module]]
name = "HTTPTEST"
entry = "@@CRT0"
options = ["LIST", "MAP", "XREF", "RENT"]
include = ["@@CRT1", "CGISTART", "HTTPTEST"]

# Hello world CGI
[[link.module]]
name = "HELLO"
entry = "@@CRT0"
options = ["LIST", "MAP", "XREF", "RENT"]
include = ["@@CRT1", "CGISTART", "HELLO"]

# Abend test CGI
[[link.module]]
name = "ABEND0C1"
entry = "@@CRT0"
options = ["LIST", "MAP", "XREF", "RENT"]
include = ["@@CRT1", "CGISTART", "ABEND0C1"]

# SSI handler modules
[[link.module]]
name = "HTTPDM"
Expand Down
1 change: 0 additions & 1 deletion samplib/httpprm0
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ DEBUG=0
# CGI=HTTPREXX /rexx/*
# CGI=HTTPDM /.dm
# CGI=HTTPDMTT /.dmtt
# CGI=HELLO /hello
#
# --- Lua CGI Settings ---
# CGILUA_DATASET=HTTPD.CGILUA
Expand Down
20 changes: 0 additions & 20 deletions src/abend0c1.c

This file was deleted.

32 changes: 0 additions & 32 deletions src/hello.c

This file was deleted.

85 changes: 0 additions & 85 deletions src/httptest.c

This file was deleted.

69 changes: 0 additions & 69 deletions src/test.c

This file was deleted.

Loading