f01c5da19c
Submitted by Xavier Santolaria <xavier@santolaria.net>. mod_mp3 turns the Apache Web Server into an MP3 or Ogg streaming server. It can play from a list of files, either in order or randomly. It can also be used to cache MP3s into memory and have the server operate entirely from memory.
13 lines
633 B
Plaintext
13 lines
633 B
Plaintext
$OpenBSD: patch-src_directives_h,v 1.1.1.1 2003/05/20 01:57:18 naddy Exp $
|
|
--- src/directives.h.orig Sun Mar 31 23:45:11 2002
|
|
+++ src/directives.h Mon May 19 19:02:07 2003
|
|
@@ -23,7 +23,7 @@
|
|
#define MP3MySQLInfo "This takes the db name and the table name."
|
|
#define MP3MySQLTokenTable "This takes the table name used for tokens."
|
|
#endif
|
|
-#ifdef PG_ENABLED
|
|
+#ifdef PGSQL_ENABLED
|
|
#define MP3PgConnectInfo "Host, user and password for connecting to database (defaults to localhost, null, and null)."
|
|
#define MP3PgInfo "This takes the db name and the table name."
|
|
#define MP3PgTokenTable "This takes the table name used for tokens."
|