summaryrefslogtreecommitdiff
path: root/scripts/ext_skel_ng/config_m4.php
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ext_skel_ng/config_m4.php')
-rw-r--r--scripts/ext_skel_ng/config_m4.php28
1 files changed, 0 insertions, 28 deletions
diff --git a/scripts/ext_skel_ng/config_m4.php b/scripts/ext_skel_ng/config_m4.php
deleted file mode 100644
index af0a16d513..0000000000
--- a/scripts/ext_skel_ng/config_m4.php
+++ /dev/null
@@ -1,28 +0,0 @@
-<?php
-
-class config_m4 {
- # name, with[], libs[], language, files[]
- var $name;
- var $language = "c";
- var $with = false;
- var $libs = array();
- var $files = array();
-
- function __construct($name) {
- $this->name = $name;
- }
-
- function write_file() {
- $upname = strtoupper($this->name);
-
- // CVS ID header
- echo
-'dnl
-dnl $ Id: $
-dnl
-';
-
- }
-}
-
-?> \ No newline at end of file