Use: #include <config.h>

Not: #include "config.h"
That way we get the correct config.h when build dir != src dir
This commit is contained in:
Todd C. Miller
2004-11-19 18:39:14 +00:00
parent bb60da6bba
commit 2c2daa8eca
56 changed files with 63 additions and 63 deletions

View File

@@ -20,7 +20,7 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

View File

@@ -18,7 +18,7 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

View File

@@ -18,7 +18,7 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/param.h>
#include <sys/types.h>

View File

@@ -18,7 +18,7 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

View File

@@ -18,7 +18,7 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

View File

@@ -33,7 +33,7 @@
* DCE 1.1).
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

View File

@@ -18,7 +18,7 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

View File

@@ -18,7 +18,7 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

View File

@@ -21,7 +21,7 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

View File

@@ -18,7 +18,7 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

View File

@@ -18,7 +18,7 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

View File

@@ -19,7 +19,7 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

View File

@@ -18,7 +18,7 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

View File

@@ -21,7 +21,7 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

View File

@@ -22,7 +22,7 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

View File

@@ -20,7 +20,7 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

View File

@@ -18,7 +18,7 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

View File

@@ -18,7 +18,7 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

View File

@@ -14,7 +14,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

View File

@@ -18,7 +18,7 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>
@@ -46,7 +46,7 @@
#include "sudo.h"
#include "parse.h"
#include "gram.h"
#include <gram.h>
#ifndef lint
static const char rcsid[] = "$Sudo$";

2
env.c
View File

@@ -18,7 +18,7 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

View File

@@ -19,7 +19,7 @@
#include <stdlib.h>
#include <string.h>
#include "config.h"
#include <config.h>
#include "compat.h"
#include "error.h"

View File

@@ -18,7 +18,7 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

View File

@@ -18,7 +18,7 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

View File

@@ -39,7 +39,7 @@ static char rcsid[] = "$OpenBSD: fnmatch.c,v 1.6 1998/03/19 00:29:59 millert Exp
* Compares a filename or pathname to a pattern.
*/
#include "config.h"
#include <config.h>
#include <stdio.h>
#include <ctype.h>

View File

@@ -27,7 +27,7 @@
* SUCH DAMAGE.
*/
#include "config.h"
#include <config.h>
#include <sys/param.h>
#include <sys/stat.h>

View File

@@ -21,7 +21,7 @@
#include <stdio.h>
#include <string.h>
#include "config.h"
#include <config.h>
#ifndef lint
static const char rcsid[] = "$Sudo$";

View File

@@ -18,7 +18,7 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/stat.h>

View File

@@ -19,7 +19,7 @@
#include <time.h>
#include <stdio.h>
#include "config.h"
#include <config.h>
#include <compat.h>
#ifndef lint

2
glob.c
View File

@@ -51,7 +51,7 @@
* Number of matches in the current invocation of glob.
*/
#include "config.h"
#include <config.h>
#include <sys/param.h>
#include <sys/stat.h>

View File

@@ -19,7 +19,7 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/stat.h>

2
gram.c
View File

@@ -39,7 +39,7 @@ static char yyrcsid[]
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

2
gram.y
View File

@@ -21,7 +21,7 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

View File

@@ -27,7 +27,7 @@ struct mbuf;
struct rtentry;
#endif
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/socket.h>

2
ldap.c
View File

@@ -14,7 +14,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

View File

@@ -22,7 +22,7 @@
# include <floss.h>
#endif
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

View File

@@ -20,7 +20,7 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>
@@ -79,7 +79,7 @@
#include "sudo.h"
#include "interfaces.h"
#include "parse.h"
#include "gram.h"
#include <gram.h>
#ifndef HAVE_FNMATCH
# include "emul/fnmatch.h"

View File

@@ -14,7 +14,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include "config.h"
#include <config.h>
#include <sys/param.h>
#include <sys/ioctl.h>

View File

@@ -20,7 +20,7 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>
@@ -48,7 +48,7 @@
#include "sudo.h"
#include "parse.h"
#include "gram.h"
#include <gram.h>
#ifndef lint
static const char rcsid[] = "$Sudo$";

View File

@@ -14,7 +14,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

View File

@@ -18,7 +18,7 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

View File

@@ -38,7 +38,7 @@
* NOTE: does not support floating point.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

View File

@@ -29,7 +29,7 @@
* @(#)strcasecmp.c 8.1 (Berkeley) 6/4/93
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#ifndef lint

View File

@@ -21,7 +21,7 @@
#include <stdio.h>
#include <errno.h>
#include "config.h"
#include <config.h>
#ifndef lint
static const char rcsid[] = "$Sudo$";

View File

@@ -19,7 +19,7 @@
#include <sys/types.h>
#include <string.h>
#include "config.h"
#include <config.h>
#ifndef lint
static const char rcsid[] = "$Sudo$";

View File

@@ -18,7 +18,7 @@
#include <sys/types.h>
#include "config.h"
#include <config.h>
#ifndef lint
static const char rcsid[] = "$Sudo$";

2
sudo.c
View File

@@ -27,7 +27,7 @@
# include <floss.h>
#endif
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/stat.h>

View File

@@ -14,7 +14,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

View File

@@ -14,7 +14,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include "config.h"
#include <config.h>
#include <errno.h>

View File

@@ -22,7 +22,7 @@
#define _SUDO_MAIN
#include "config.h"
#include <config.h>
#include <sys/param.h>
#include <sys/types.h>
@@ -63,7 +63,7 @@
#include "sudo.h"
#include "interfaces.h"
#include "parse.h"
#include "gram.h"
#include <gram.h>
#ifndef HAVE_FNMATCH
# include "emul/fnmatch.h"

View File

@@ -22,7 +22,7 @@
# include <floss.h>
#endif
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>

4
toke.c
View File

@@ -984,7 +984,7 @@ char *yytext;
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>
@@ -1013,7 +1013,7 @@ char *yytext;
#include <ctype.h>
#include "sudo.h"
#include "parse.h"
#include "gram.h"
#include <gram.h>
#ifndef lint
static const char rcsid[] = "$Sudo$";

4
toke.l
View File

@@ -22,7 +22,7 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>
@@ -51,7 +51,7 @@
#include <ctype.h>
#include "sudo.h"
#include "parse.h"
#include "gram.h"
#include <gram.h>
#ifndef lint
static const char rcsid[] = "$Sudo$";

View File

@@ -19,7 +19,7 @@
#include <time.h>
#include <stdio.h>
#include "config.h"
#include <config.h>
#ifdef HAVE_UTIME_H
# include <utime.h>

View File

@@ -28,7 +28,7 @@
# include <floss.h>
#endif
#include "config.h"
#include <config.h>
#include <sys/types.h>
#include <sys/param.h>
@@ -77,7 +77,7 @@
#include "sudo.h"
#include "interfaces.h"
#include "parse.h"
#include "gram.h"
#include <gram.h>
#include "version.h"
#ifndef lint

View File

@@ -16,7 +16,7 @@
#include <sys/types.h>
#include "config.h"
#include <config.h>
#ifndef lint
static const char rcsid[] = "$Sudo$";