comparison libpurple/util.c @ 15687:95d67f46bb93

More icons and icon improvements
author Sean Egan <seanegan@gmail.com>
date Sun, 25 Feb 2007 01:09:27 +0000
parents f344b5cc2fc9
children f75aa2bf4973
comparison
equal deleted inserted replaced
15682:f344b5cc2fc9 15687:95d67f46bb93
4142 signal(SIGALRM, SIG_DFL); /* 14: real-time timer expired */ 4142 signal(SIGALRM, SIG_DFL); /* 14: real-time timer expired */
4143 signal(SIGTERM, SIG_DFL); /* 15: software termination signal */ 4143 signal(SIGTERM, SIG_DFL); /* 15: software termination signal */
4144 signal(SIGCHLD, SIG_DFL); /* 20: child status has changed */ 4144 signal(SIGCHLD, SIG_DFL); /* 20: child status has changed */
4145 signal(SIGXCPU, SIG_DFL); /* 24: exceeded CPU time limit */ 4145 signal(SIGXCPU, SIG_DFL); /* 24: exceeded CPU time limit */
4146 signal(SIGXFSZ, SIG_DFL); /* 25: exceeded file size limit */ 4146 signal(SIGXFSZ, SIG_DFL); /* 25: exceeded file size limit */
4147 <<<<<<< variant A
4148 #endif /* HAVE_SIGNAL_H */ 4147 #endif /* HAVE_SIGNAL_H */
4149 #endif /* !_WIN32 */ 4148 #endif /* !_WIN32 */
4150 >>>>>>> variant B 4149 }
4151 #endif /* HAVE_SIGNAL_H */
4152 ####### Ancestor
4153 #endif
4154 ======= end
4155 }