changeset 9721:7efff7985e5d

[gaim-migrate @ 10582] Is the copyright correct for this? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 08 Aug 2004 16:52:58 +0000
parents 78da12f2982d
children 25866d09063d
files src/getopt.h
diffstat 1 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/getopt.h	Sun Aug 08 16:51:10 2004 +0000
+++ b/src/getopt.h	Sun Aug 08 16:52:58 2004 +0000
@@ -1,5 +1,9 @@
 /* Declarations for getopt.
 
+   NOTE: getopt is now part of the C library, so if you don't know what
+   "Keep this file name-space clean" means, talk to roland@gnu.ai.mit.edu
+   before changing it!
+
    Gaim is the legal property of its developers, whose names are too numerous
    to list here.  Please refer to the COPYRIGHT file distributed with this
    source distribution.
@@ -18,8 +22,8 @@
    along with this program; if not, write to the Free Software
    Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-#ifndef _GAIM_GETOPT_H_
-#define _GAIM_GETOPT_H_
+#ifndef _GETOPT_H_
+#define _GETOPT_H_ 1
 
 #ifdef	__cplusplus
 extern "C" {
@@ -129,4 +133,4 @@
 }
 #endif
 
-#endif /* _GAIM_GETOPT_H_ */
+#endif /* _GETOPT_H_ */