]> git.sesse.net Git - vlc/blobdiff - include/config.h
- �a compile sous FreeBSD (mais �a ne tourne pas)
[vlc] / include / config.h
index 138c1976bf8f0dd399d26e521ef8bc27a27f44de..6a79293e3aebc5bd33ad9502a1f93f8444b6420b 100644 (file)
@@ -1,8 +1,25 @@
 /*****************************************************************************
  * config.h: limits and configuration
- * (c)1999 VideoLAN
- *****************************************************************************
  * Defines all compilation-time configuration constants and size limits
+ *****************************************************************************
+ * Copyright (C) 1999, 2000 VideoLAN
+ *
+ * Authors:
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  *****************************************************************************/
 
 /* Conventions regarding names of symbols and variables
  *****************************************************************************/
 
 /* Program version and copyright message */
-#define COPYRIGHT_MESSAGE               "VideoLAN Client v" PROGRAM_VERSION " - (c)1999-2000 VideoLAN"
-#define VERSION_MESSAGE                 "VideoLAN Client - (c)1999-2000 VideoLAN\n" \
-                                        "version " PROGRAM_VERSION " ( " PROGRAM_BUILD " )\n" \
-                                        "compilation options: " PROGRAM_OPTIONS
+#define COPYRIGHT_MESSAGE   "VideoLAN Client - version " PROGRAM_VERSION \
+                            " " PROGRAM_CODENAME " - (c)1996-2000 VideoLAN"
 
 /*****************************************************************************
  * General compilation options
@@ -47,7 +62,7 @@
  * or pictures count won't be available if it not set */
 #define STATS
 
-/* Define for unthreaded version of the program - ?? not yet implemented */
+/* Define for unthreaded version of the program FIXME: not yet implemented ??*/
 //#define NO_THREAD
 
 /*****************************************************************************
@@ -80,7 +95,7 @@
 
 
 /* Automagically spawn input, audio and video threads ? */
-// ?? used ?
+/* XXX?? used ? */
 #define AUTO_SPAWN
 
 /* When creating or destroying threads in blocking mode, delay to poll thread
  * Input thread configuration
  *****************************************************************************/
 
-/* ?? */
+/* XXX?? */
 #define INPUT_IDLE_SLEEP                ((int)(0.100*CLOCK_FREQ))
 
 /*