comparison src/aim.c @ 1811:81eddef3607d

[gaim-migrate @ 1821] ah, shit. i didn't mean to commit this. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 05 May 2001 11:30:16 +0000
parents ad7759c19545
children f15d449b3167
comparison
equal deleted inserted replaced
1810:ad7759c19545 1811:81eddef3607d
451 textdomain(PACKAGE); 451 textdomain(PACKAGE);
452 #endif 452 #endif
453 453
454 #if HAVE_SIGNAL_H 454 #if HAVE_SIGNAL_H
455 /* Let's not violate any PLA's!!!! */ 455 /* Let's not violate any PLA's!!!! */
456 /*
457 signal(SIGSEGV, sighandler); 456 signal(SIGSEGV, sighandler);
458 signal(SIGHUP, sighandler); 457 signal(SIGHUP, sighandler);
459 signal(SIGINT, sighandler); 458 signal(SIGINT, sighandler);
460 */
461 signal(SIGPIPE, SIG_IGN); 459 signal(SIGPIPE, SIG_IGN);
462 #endif 460 #endif
463 461
464 462
465 #ifdef USE_APPLET 463 #ifdef USE_APPLET