]> granicus.if.org Git - sudo/commitdiff
add back HAVE_SIGACTION
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 8 Dec 2001 19:48:03 +0000 (19:48 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 8 Dec 2001 19:48:03 +0000 (19:48 +0000)
config.h.in

index a7f14b59eb69217dd0cb953e5292b65981d5c66c..1aa92897d621bb6da6dfef16e042ffc97ddaac6d 100644 (file)
 #  define memset(S, X, N)      (bzero(S, N))
 #endif
 
-/* Define if you have sysconf(3c).  */
+/* Define if you have sigaction(2).  */
+#undef HAVE_SIGACTION
+
+/* Define if you have sysconf(3).  */
 #undef HAVE_SYSCONF
 
 /* Define if you have strcasecmp(3).  */