comparison src/aim.c @ 1815:f15d449b3167

[gaim-migrate @ 1825] I am IRON MAN committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 06 May 2001 09:20:03 +0000
parents 81eddef3607d
children 73bb4244165f
comparison
equal deleted inserted replaced
1814:4681a02d6d3e 1815:f15d449b3167
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 #ifndef DEBUG
456 signal(SIGSEGV, sighandler); 457 signal(SIGSEGV, sighandler);
458 #endif
457 signal(SIGHUP, sighandler); 459 signal(SIGHUP, sighandler);
458 signal(SIGINT, sighandler); 460 signal(SIGINT, sighandler);
459 signal(SIGPIPE, SIG_IGN); 461 signal(SIGPIPE, SIG_IGN);
460 #endif 462 #endif
461 463