comparison src/internal.h @ 11677:8004885fabbe

[gaim-migrate @ 13963] Remove some things from the public namespace by making them static committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 17 Oct 2005 05:50:30 +0000
parents 3c116b4e73b7
children e1e5462b7d81
comparison
equal deleted inserted replaced
11676:0c54f9b0e67c 11677:8004885fabbe
108 # include <netdb.h> 108 # include <netdb.h>
109 # include <signal.h> 109 # include <signal.h>
110 # include <unistd.h> 110 # include <unistd.h>
111 #endif 111 #endif
112 112
113 #ifndef I_KNOW_I_SHOULD_NOT_SEEK_HELP_WITH_GAIM_CVS
114 #error You are using Gaim CVS. Do not seek help. Do not pass Go. Do not collect Gaim 2.0.0.
115 #endif
116
117 #ifndef MAXPATHLEN 113 #ifndef MAXPATHLEN
118 # define MAXPATHLEN 1024 114 # define MAXPATHLEN 1024
119 #endif 115 #endif
120 116
121 #ifndef HOST_NAME_MAX 117 #ifndef HOST_NAME_MAX