comparison lib-src/pop.c @ 112335:d3c691ea0839

Merge: Automate syncing from gnulib.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 17 Jan 2011 12:17:27 -0800
parents 56d3e9c28eb0
children
comparison
equal deleted inserted replaced
112301:4249a8552faf 112335:d3c691ea0839
66 #include <stdio.h> 66 #include <stdio.h>
67 #ifdef STDC_HEADERS 67 #ifdef STDC_HEADERS
68 #include <string.h> 68 #include <string.h>
69 #define index strchr 69 #define index strchr
70 #endif 70 #endif
71 #ifdef HAVE_UNISTD_H
72 #include <unistd.h> 71 #include <unistd.h>
73 #endif
74 72
75 #ifdef KERBEROS 73 #ifdef KERBEROS
76 # ifdef HAVE_KRB5_H 74 # ifdef HAVE_KRB5_H
77 # include <krb5.h> 75 # include <krb5.h>
78 # endif 76 # endif