summaryrefslogtreecommitdiffstats
path: root/db_demo/main.h
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2008-05-07 10:06:20 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2008-05-07 10:06:20 (GMT)
commitf88154ffd368af3a63ddbed5516f51097721a248 (patch)
tree5ad50e33347603bfa6d00f138a0d2c5ef143d833 /db_demo/main.h
parent58d04319139a590473e556ad9017e18127bfc70c (diff)
download2iv55-f88154ffd368af3a63ddbed5516f51097721a248.zip
2iv55-f88154ffd368af3a63ddbed5516f51097721a248.tar.gz
2iv55-f88154ffd368af3a63ddbed5516f51097721a248.tar.bz2
Eerste werkende versie
Diffstat (limited to 'db_demo/main.h')
-rw-r--r--db_demo/main.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/db_demo/main.h b/db_demo/main.h
new file mode 100644
index 0000000..1064d61
--- /dev/null
+++ b/db_demo/main.h
@@ -0,0 +1,9 @@
+#define VERSION 0.0.1
+
+#define PGHOST "matchblox.schinagl.nl"
+#define PGPORT "5432"
+#define PGOPTIONS "\0"
+#define PGTTY "\0"
+#define DBNAME "2iv55"
+#define LOGIN "2iv55"
+#define PWD "uhtfiwwp"