changeset 11667:3c116b4e73b7

[gaim-migrate @ 13952] I thought this would be a really good idea, some people in #gaim also liked it. Then deryni mentioned something about an assert() in main, and I felt like I could've come up with something more interesting. Maybe I'll spend the next few months coming up with more exciting ways to prevent people from using Gaim while everyone else gets some real work done? committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 15 Oct 2005 01:17:59 +0000
parents 7568b126ffd5
children ae9d9e2add8e
files src/internal.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/internal.h	Sat Oct 15 00:58:37 2005 +0000
+++ b/src/internal.h	Sat Oct 15 01:17:59 2005 +0000
@@ -110,6 +110,10 @@
 # include <unistd.h>
 #endif
 
+#ifndef I_KNOW_I_SHOULD_NOT_SEEK_HELP_WITH_GAIM_CVS
+#error You are using Gaim CVS. Do not seek help. Do not pass Go. Do not collect Gaim 2.0.0.
+#endif
+
 #ifndef MAXPATHLEN
 # define MAXPATHLEN 1024
 #endif