diff options
author | Bob Beck <beck@cvs.openbsd.org> | 1999-03-02 22:09:55 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 1999-03-02 22:09:55 +0000 |
commit | c7b966e37e53fdcbfa53940d7fc857b7a32d0d25 (patch) | |
tree | e373d1e21ffea1ede82c3a77d659512d98f37a52 /usr.sbin | |
parent | 7651168e3945aac6b81fd7bdc0de8f09eb80f476 (diff) |
Shouldn't be here. Autogenerated.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/httpd/src/include/ap_config_auto.h | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/usr.sbin/httpd/src/include/ap_config_auto.h b/usr.sbin/httpd/src/include/ap_config_auto.h deleted file mode 100644 index 846e30351c4..00000000000 --- a/usr.sbin/httpd/src/include/ap_config_auto.h +++ /dev/null @@ -1,59 +0,0 @@ -/* - * ap_config_auto.h -- Automatically determined configuration stuff - * THIS FILE WAS AUTOMATICALLY GENERATED - DO NOT EDIT! - */ - -#ifndef AP_CONFIG_AUTO_H -#define AP_CONFIG_AUTO_H - -/* check: #include <dlfcn.h> */ -#ifndef HAVE_DLFCN_H -#define HAVE_DLFCN_H 1 -#endif - -/* check: #include <dl.h> */ -#ifdef HAVE_DL_H -#undef HAVE_DL_H -#endif - -/* check: #include <bstring.h> */ -#ifdef HAVE_BSTRING_H -#undef HAVE_BSTRING_H -#endif - -/* check: #include <crypt.h> */ -#ifdef HAVE_CRYPT_H -#undef HAVE_CRYPT_H -#endif - -/* check: #include <unistd.h> */ -#ifndef HAVE_UNISTD_H -#define HAVE_UNISTD_H 1 -#endif - -/* check: #include <sys/resource.h> */ -#ifndef HAVE_SYS_RESOURCE_H -#define HAVE_SYS_RESOURCE_H 1 -#endif - -/* check: #include <sys/select.h> */ -#ifndef HAVE_SYS_SELECT_H -#define HAVE_SYS_SELECT_H 1 -#endif - -/* check: #include <sys/processor.h> */ -#ifdef HAVE_SYS_PROCESSOR_H -#undef HAVE_SYS_PROCESSOR_H -#endif - -/* build flag: -DMOD_SSL=202103 */ -#ifndef MOD_SSL -#define MOD_SSL 202103 -#endif - -/* build flag: -DEAPI */ -#ifndef EAPI -#define EAPI 1 -#endif - -#endif /* AP_CONFIG_AUTO_H */ |