dovecot: Changed .h ifdef/defines to use <NAME>_H format.

dovecot at dovecot.org dovecot at dovecot.org
Sun Sep 16 13:53:09 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/e4eb71ae8e96
changeset: 6410:e4eb71ae8e96
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Sep 16 11:31:27 2007 +0300
description:
Changed .h ifdef/defines to use <NAME>_H format.

diffstat:

280 files changed, 576 insertions(+), 576 deletions(-)
src/auth/auth-cache.h                             |    4 ++--
src/auth/auth-client-connection.h                 |    4 ++--
src/auth/auth-client-interface.h                  |    4 ++--
src/auth/auth-master-connection.h                 |    4 ++--
src/auth/auth-master-interface.h                  |    4 ++--
src/auth/auth-master-listener.h                   |    4 ++--
src/auth/auth-request-handler.h                   |    4 ++--
src/auth/auth-request.h                           |    4 ++--
src/auth/auth-stream.h                            |    4 ++--
src/auth/auth-worker-client.h                     |    4 ++--
src/auth/auth-worker-server.h                     |    4 ++--
src/auth/auth.h                                   |    4 ++--
src/auth/common.h                                 |    4 ++--
src/auth/db-ldap.h                                |    4 ++--
src/auth/db-passwd-file.h                         |    4 ++--
src/auth/db-sql.h                                 |    4 ++--
src/auth/mech.h                                   |    4 ++--
src/auth/mycrypt.h                                |    4 ++--
src/auth/otp-skey-common.h                        |    6 +++---
src/auth/passdb-blocking.h                        |    4 ++--
src/auth/passdb-cache.h                           |    4 ++--
src/auth/passdb.h                                 |    4 ++--
src/auth/password-scheme.h                        |    4 ++--
src/auth/plain-common.h                           |    6 +++---
src/auth/userdb-blocking.h                        |    4 ++--
src/auth/userdb-static.h                          |    4 ++--
src/auth/userdb-vpopmail.h                        |    4 ++--
src/auth/userdb.h                                 |    4 ++--
src/deliver/auth-client.h                         |    4 ++--
src/deliver/deliver.h                             |    4 ++--
src/deliver/duplicate.h                           |    4 ++--
src/deliver/mail-send.h                           |    4 ++--
src/deliver/smtp-client.h                         |    4 ++--
src/dict/dict-cache.h                             |    4 ++--
src/dict/dict-server.h                            |    4 ++--
src/imap-login/client-authenticate.h              |    4 ++--
src/imap-login/client.h                           |    4 ++--
src/imap-login/imap-proxy.h                       |    4 ++--
src/imap/client.h                                 |    4 ++--
src/imap/commands-util.h                          |    4 ++--
src/imap/commands.h                               |    4 ++--
src/imap/common.h                                 |    4 ++--
src/imap/imap-expunge.h                           |    4 ++--
src/imap/imap-fetch.h                             |    4 ++--
src/imap/imap-messageset.h                        |    4 ++--
src/imap/imap-search.h                            |    4 ++--
src/imap/imap-sort.h                              |    4 ++--
src/imap/imap-status.h                            |    4 ++--
src/imap/imap-sync.h                              |    4 ++--
src/imap/imap-thread.h                            |    4 ++--
src/lib-auth/auth-client.h                        |    4 ++--
src/lib-auth/auth-server-connection.h             |    4 ++--
src/lib-auth/auth-server-request.h                |    4 ++--
src/lib-charset/charset-utf8.h                    |    4 ++--
src/lib-dict/dict-client.h                        |    4 ++--
src/lib-dict/dict-private.h                       |    4 ++--
src/lib-dict/dict-sql.h                           |    4 ++--
src/lib-dict/dict.h                               |    4 ++--
src/lib-imap/imap-base-subject.h                  |    4 ++--
src/lib-imap/imap-bodystructure.h                 |    4 ++--
src/lib-imap/imap-date.h                          |    4 ++--
src/lib-imap/imap-envelope.h                      |    4 ++--
src/lib-imap/imap-match.h                         |    4 ++--
src/lib-imap/imap-parser.h                        |    4 ++--
src/lib-imap/imap-quote.h                         |    4 ++--
src/lib-imap/imap-util.h                          |    4 ++--
src/lib-index/mail-cache-private.h                |    4 ++--
src/lib-index/mail-cache.h                        |    4 ++--
src/lib-index/mail-hash.h                         |    4 ++--
src/lib-index/mail-index-private.h                |    4 ++--
src/lib-index/mail-index-sync-private.h           |    4 ++--
src/lib-index/mail-index-transaction-private.h    |    4 ++--
src/lib-index/mail-index-view-private.h           |    4 ++--
src/lib-index/mail-index.h                        |    4 ++--
src/lib-index/mail-transaction-log-private.h      |    4 ++--
src/lib-index/mail-transaction-log.h              |    4 ++--
src/lib-index/mailbox-list-index-private.h        |    4 ++--
src/lib-index/mailbox-list-index.h                |    4 ++--
src/lib-mail/istream-header-filter.h              |    4 ++--
src/lib-mail/mail-types.h                         |    4 ++--
src/lib-mail/message-address.h                    |    4 ++--
src/lib-mail/message-date.h                       |    4 ++--
src/lib-mail/message-decoder.h                    |    4 ++--
src/lib-mail/message-header-decode.h              |    4 ++--
src/lib-mail/message-header-parser.h              |    4 ++--
src/lib-mail/message-id.h                         |    4 ++--
src/lib-mail/message-parser.h                     |    4 ++--
src/lib-mail/message-part-serialize.h             |    4 ++--
src/lib-mail/message-search.h                     |    4 ++--
src/lib-mail/message-send.h                       |    4 ++--
src/lib-mail/message-size.h                       |    4 ++--
src/lib-mail/quoted-printable.h                   |    4 ++--
src/lib-mail/rfc822-parser.h                      |    4 ++--
src/lib-ntlm/ntlm-byteorder.h                     |    6 +++---
src/lib-ntlm/ntlm-des.h                           |    6 +++---
src/lib-ntlm/ntlm-encrypt.h                       |    6 +++---
src/lib-ntlm/ntlm-flags.h                         |    6 +++---
src/lib-ntlm/ntlm-message.h                       |    6 +++---
src/lib-ntlm/ntlm-types.h                         |    6 +++---
src/lib-ntlm/ntlm.h                               |    4 ++--
src/lib-otp/otp-dictionary.h                      |    6 +++---
src/lib-otp/otp-hash.h                            |    6 +++---
src/lib-otp/otp-parity.h                          |    6 +++---
src/lib-otp/otp-parse.h                           |    6 +++---
src/lib-otp/otp.h                                 |    6 +++---
src/lib-settings/settings.h                       |    4 ++--
src/lib-sql/sql-api-private.h                     |    4 ++--
src/lib-sql/sql-api.h                             |    4 ++--
src/lib-storage/index/cydir/cydir-storage.h       |    4 ++--
src/lib-storage/index/cydir/cydir-sync.h          |    4 ++--
src/lib-storage/index/dbox/dbox-file.h            |    4 ++--
src/lib-storage/index/dbox/dbox-index.h           |    4 ++--
src/lib-storage/index/dbox/dbox-storage.h         |    4 ++--
src/lib-storage/index/dbox/dbox-sync.h            |    4 ++--
src/lib-storage/index/index-mail.h                |    4 ++--
src/lib-storage/index/index-sort.h                |    4 ++--
src/lib-storage/index/index-storage.h             |    4 ++--
src/lib-storage/index/index-sync-changes.h        |    4 ++--
src/lib-storage/index/maildir/maildir-filename.h  |    4 ++--
src/lib-storage/index/maildir/maildir-keywords.h  |    4 ++--
src/lib-storage/index/maildir/maildir-storage.h   |    4 ++--
src/lib-storage/index/maildir/maildir-sync.h      |    4 ++--
src/lib-storage/index/maildir/maildir-uidlist.h   |    4 ++--
src/lib-storage/index/mbox/istream-raw-mbox.h     |    4 ++--
src/lib-storage/index/mbox/mbox-file.h            |    4 ++--
src/lib-storage/index/mbox/mbox-from.h            |    4 ++--
src/lib-storage/index/mbox/mbox-lock.h            |    4 ++--
src/lib-storage/index/mbox/mbox-md5.h             |    4 ++--
src/lib-storage/index/mbox/mbox-storage.h         |    4 ++--
src/lib-storage/index/mbox/mbox-sync-private.h    |    4 ++--
src/lib-storage/list/index-mailbox-list.h         |    4 ++--
src/lib-storage/list/mailbox-list-fs.h            |    4 ++--
src/lib-storage/list/mailbox-list-maildir.h       |    4 ++--
src/lib-storage/list/mailbox-list-subscriptions.h |    4 ++--
src/lib-storage/list/subscription-file.h          |    4 ++--
src/lib-storage/mail-copy.h                       |    4 ++--
src/lib-storage/mail-error.h                      |    4 ++--
src/lib-storage/mail-namespace.h                  |    4 ++--
src/lib-storage/mail-search.h                     |    4 ++--
src/lib-storage/mail-storage-private.h            |    4 ++--
src/lib-storage/mail-storage.h                    |    4 ++--
src/lib-storage/mailbox-list-private.h            |    4 ++--
src/lib-storage/mailbox-list.h                    |    4 ++--
src/lib-storage/mailbox-tree.h                    |    4 ++--
src/lib/array-decl.h                              |    4 ++--
src/lib/array.h                                   |    4 ++--
src/lib/backtrace-string.h                        |    4 ++--
src/lib/base64.h                                  |    4 ++--
src/lib/bsearch-insert-pos.h                      |    4 ++--
src/lib/buffer.h                                  |    4 ++--
src/lib/close-keep-errno.h                        |    4 ++--
src/lib/compat.h                                  |    4 ++--
src/lib/crc32.h                                   |    4 ++--
src/lib/data-stack.h                              |    4 ++--
src/lib/env-util.h                                |    4 ++--
src/lib/failures.h                                |    4 ++--
src/lib/fd-close-on-exec.h                        |    4 ++--
src/lib/fd-set-nonblock.h                         |    4 ++--
src/lib/fdpass.h                                  |    4 ++--
src/lib/file-cache.h                              |    4 ++--
src/lib/file-copy.h                               |    4 ++--
src/lib/file-dotlock.h                            |    4 ++--
src/lib/file-lock.h                               |    4 ++--
src/lib/file-set-size.h                           |    4 ++--
src/lib/hash.h                                    |    4 ++--
src/lib/hex-binary.h                              |    4 ++--
src/lib/hex-dec.h                                 |    4 ++--
src/lib/hmac-md5.h                                |    6 +++---
src/lib/home-expand.h                             |    4 ++--
src/lib/hostpid.h                                 |    4 ++--
src/lib/imem.h                                    |    4 ++--
src/lib/ioloop-internal.h                         |    4 ++--
src/lib/ioloop-iolist.h                           |    4 ++--
src/lib/ioloop-notify-fd.h                        |    4 ++--
src/lib/ioloop.h                                  |    4 ++--
src/lib/iostream-internal.h                       |    4 ++--
src/lib/istream-internal.h                        |    4 ++--
src/lib/istream-seekable.h                        |    4 ++--
src/lib/istream-tee.h                             |    4 ++--
src/lib/istream.h                                 |    4 ++--
src/lib/lib-signals.h                             |    4 ++--
src/lib/lib.h                                     |    4 ++--
src/lib/macros.h                                  |    4 ++--
src/lib/md4.h                                     |    4 ++--
src/lib/md5.h                                     |    4 ++--
src/lib/mempool.h                                 |    4 ++--
src/lib/mkdir-parents.h                           |    4 ++--
src/lib/mmap-util.h                               |    4 ++--
src/lib/module-context.h                          |    4 ++--
src/lib/module-dir.h                              |    4 ++--
src/lib/mountpoint.h                              |    4 ++--
src/lib/network.h                                 |    4 ++--
src/lib/nfs-workarounds.h                         |    4 ++--
src/lib/ostream-crlf.h                            |    4 ++--
src/lib/ostream-internal.h                        |    4 ++--
src/lib/ostream.h                                 |    4 ++--
src/lib/primes.h                                  |    4 ++--
src/lib/printf-format-fix.h                       |    4 ++--
src/lib/process-title.h                           |    4 ++--
src/lib/randgen.h                                 |    4 ++--
src/lib/read-full.h                               |    4 ++--
src/lib/restrict-access.h                         |    4 ++--
src/lib/restrict-process-size.h                   |    4 ++--
src/lib/safe-memset.h                             |    4 ++--
src/lib/safe-mkdir.h                              |    4 ++--
src/lib/safe-mkstemp.h                            |    4 ++--
src/lib/sendfile-util.h                           |    4 ++--
src/lib/seq-range-array.h                         |    4 ++--
src/lib/sha1.h                                    |    6 +++---
src/lib/str-find.h                                |    4 ++--
src/lib/str-sanitize.h                            |    4 ++--
src/lib/str.h                                     |    4 ++--
src/lib/strescape.h                               |    4 ++--
src/lib/strfuncs.h                                |    4 ++--
src/lib/unichar.h                                 |    4 ++--
src/lib/unix-socket-create.h                      |    4 ++--
src/lib/unlink-directory.h                        |    4 ++--
src/lib/unlink-lockfiles.h                        |    4 ++--
src/lib/utc-mktime.h                              |    4 ++--
src/lib/utc-offset.h                              |    4 ++--
src/lib/var-expand.h                              |    4 ++--
src/lib/write-full.h                              |    4 ++--
src/login-common/client-common.h                  |    4 ++--
src/login-common/common.h                         |    4 ++--
src/login-common/login-proxy.h                    |    4 ++--
src/login-common/master.h                         |    4 ++--
src/login-common/sasl-server.h                    |    4 ++--
src/login-common/ssl-proxy.h                      |    4 ++--
src/master/askpass.h                              |    4 ++--
src/master/auth-process.h                         |    4 ++--
src/master/capabilities.h                         |    6 +++---
src/master/child-process.h                        |    4 ++--
src/master/common.h                               |    4 ++--
src/master/dict-process.h                         |    4 ++--
src/master/dup2-array.h                           |    4 ++--
src/master/listener.h                             |    4 ++--
src/master/log.h                                  |    4 ++--
src/master/login-process.h                        |    4 ++--
src/master/mail-process.h                         |    4 ++--
src/master/master-login-interface.h               |    4 ++--
src/master/master-settings.h                      |    4 ++--
src/master/ssl-init.h                             |    4 ++--
src/master/syslog-util.h                          |    4 ++--
src/plugins/acl/acl-api-private.h                 |    4 ++--
src/plugins/acl/acl-api.h                         |    4 ++--
src/plugins/acl/acl-backend-vfile.h               |    4 ++--
src/plugins/acl/acl-cache.h                       |    4 ++--
src/plugins/acl/acl-plugin.h                      |    4 ++--
src/plugins/convert/convert-plugin.h              |    4 ++--
src/plugins/convert/convert-storage.h             |    4 ++--
src/plugins/expire/auth-client.h                  |    4 ++--
src/plugins/expire/expire-env.h                   |    4 ++--
src/plugins/expire/expire-plugin.h                |    4 ++--
src/plugins/fts-lucene/fts-lucene-plugin.h        |    4 ++--
src/plugins/fts-lucene/lucene-wrapper.h           |    4 ++--
src/plugins/fts-squat/fts-squat-plugin.h          |    4 ++--
src/plugins/fts-squat/squat-trie-private.h        |    4 ++--
src/plugins/fts-squat/squat-trie.h                |    4 ++--
src/plugins/fts-squat/squat-uidlist.h             |    4 ++--
src/plugins/fts/fts-api-private.h                 |    4 ++--
src/plugins/fts/fts-api.h                         |    4 ++--
src/plugins/fts/fts-plugin.h                      |    4 ++--
src/plugins/imap-quota/imap-quota-plugin.h        |    4 ++--
src/plugins/lazy-expunge/lazy-expunge-plugin.h    |    4 ++--
src/plugins/mail-log/mail-log-plugin.h            |    4 ++--
src/plugins/mbox-snarf/mbox-snarf-plugin.h        |    4 ++--
src/plugins/quota/quota-fs.h                      |    4 ++--
src/plugins/quota/quota-plugin.h                  |    4 ++--
src/plugins/quota/quota-private.h                 |    4 ++--
src/plugins/quota/quota.h                         |    4 ++--
src/plugins/trash/trash-plugin.h                  |    4 ++--
src/plugins/zlib/istream-zlib.h                   |    4 ++--
src/plugins/zlib/zlib-plugin.h                    |    4 ++--
src/pop3-login/client-authenticate.h              |    4 ++--
src/pop3-login/client.h                           |    4 ++--
src/pop3-login/pop3-proxy.h                       |    4 ++--
src/pop3/capability.h                             |    4 ++--
src/pop3/client.h                                 |    4 ++--
src/pop3/commands.h                               |    4 ++--
src/pop3/common.h                                 |    4 ++--

diffs (truncated from 3184 to 300 lines):

diff -r 7f733ba453bf -r e4eb71ae8e96 src/auth/auth-cache.h
--- a/src/auth/auth-cache.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/auth/auth-cache.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __AUTH_CACHE_H
-#define __AUTH_CACHE_H
+#ifndef AUTH_CACHE_H
+#define AUTH_CACHE_H
 
 struct auth_cache_node {
 	struct auth_cache_node *prev, *next;
diff -r 7f733ba453bf -r e4eb71ae8e96 src/auth/auth-client-connection.h
--- a/src/auth/auth-client-connection.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/auth/auth-client-connection.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __AUTH_CLIENT_CONNECTION_H
-#define __AUTH_CLIENT_CONNECTION_H
+#ifndef AUTH_CLIENT_CONNECTION_H
+#define AUTH_CLIENT_CONNECTION_H
 
 struct auth_client_connection {
 	struct auth *auth;
diff -r 7f733ba453bf -r e4eb71ae8e96 src/auth/auth-client-interface.h
--- a/src/auth/auth-client-interface.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/auth/auth-client-interface.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __AUTH_CLIENT_INTERFACE_H
-#define __AUTH_CLIENT_INTERFACE_H
+#ifndef AUTH_CLIENT_INTERFACE_H
+#define AUTH_CLIENT_INTERFACE_H
 
 /* Major version changes are not backwards compatible,
    minor version numbers can be ignored. */
diff -r 7f733ba453bf -r e4eb71ae8e96 src/auth/auth-master-connection.h
--- a/src/auth/auth-master-connection.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/auth/auth-master-connection.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __AUTH_MASTER_CONNECTION_H
-#define __AUTH_MASTER_CONNECTION_H
+#ifndef AUTH_MASTER_CONNECTION_H
+#define AUTH_MASTER_CONNECTION_H
 
 struct auth_master_connection {
 	struct auth_master_listener *listener;
diff -r 7f733ba453bf -r e4eb71ae8e96 src/auth/auth-master-interface.h
--- a/src/auth/auth-master-interface.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/auth/auth-master-interface.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __AUTH_MASTER_INTERFACE_H
-#define __AUTH_MASTER_INTERFACE_H
+#ifndef AUTH_MASTER_INTERFACE_H
+#define AUTH_MASTER_INTERFACE_H
 
 /* Major version changes are not backwards compatible,
    minor version numbers can be ignored. */
diff -r 7f733ba453bf -r e4eb71ae8e96 src/auth/auth-master-listener.h
--- a/src/auth/auth-master-listener.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/auth/auth-master-listener.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __AUTH_MASTER_LISTENER_H
-#define __AUTH_MASTER_LISTENER_H
+#ifndef AUTH_MASTER_LISTENER_H
+#define AUTH_MASTER_LISTENER_H
 
 enum listener_type {
 	LISTENER_MASTER,
diff -r 7f733ba453bf -r e4eb71ae8e96 src/auth/auth-request-handler.h
--- a/src/auth/auth-request-handler.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/auth/auth-request-handler.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __AUTH_REQUEST_HANDLER_H
-#define __AUTH_REQUEST_HANDLER_H
+#ifndef AUTH_REQUEST_HANDLER_H
+#define AUTH_REQUEST_HANDLER_H
 
 struct auth_request;
 struct auth_master_connection;
diff -r 7f733ba453bf -r e4eb71ae8e96 src/auth/auth-request.h
--- a/src/auth/auth-request.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/auth/auth-request.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __AUTH_REQUEST_H
-#define __AUTH_REQUEST_H
+#ifndef AUTH_REQUEST_H
+#define AUTH_REQUEST_H
 
 #include "network.h"
 #include "mech.h"
diff -r 7f733ba453bf -r e4eb71ae8e96 src/auth/auth-stream.h
--- a/src/auth/auth-stream.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/auth/auth-stream.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __AUTH_STREAM_H
-#define __AUTH_STREAM_H
+#ifndef AUTH_STREAM_H
+#define AUTH_STREAM_H
 
 struct auth_request;
 
diff -r 7f733ba453bf -r e4eb71ae8e96 src/auth/auth-worker-client.h
--- a/src/auth/auth-worker-client.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/auth/auth-worker-client.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __AUTH_WORKER_CLIENT_H
-#define __AUTH_WORKER_CLIENT_H
+#ifndef AUTH_WORKER_CLIENT_H
+#define AUTH_WORKER_CLIENT_H
 
 #define AUTH_WORKER_MAX_LINE_LENGTH 1024
 
diff -r 7f733ba453bf -r e4eb71ae8e96 src/auth/auth-worker-server.h
--- a/src/auth/auth-worker-server.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/auth/auth-worker-server.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __AUTH_WORKER_SERVER_H
-#define __AUTH_WORKER_SERVER_H
+#ifndef AUTH_WORKER_SERVER_H
+#define AUTH_WORKER_SERVER_H
 
 struct auth_request;
 
diff -r 7f733ba453bf -r e4eb71ae8e96 src/auth/auth.h
--- a/src/auth/auth.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/auth/auth.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __AUTH_H
-#define __AUTH_H
+#ifndef AUTH_H
+#define AUTH_H
 
 #define PASSWORD_HIDDEN_STR "<hidden>"
 
diff -r 7f733ba453bf -r e4eb71ae8e96 src/auth/common.h
--- a/src/auth/common.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/auth/common.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __COMMON_H
-#define __COMMON_H
+#ifndef COMMON_H
+#define COMMON_H
 
 #include "lib.h"
 #include "auth.h"
diff -r 7f733ba453bf -r e4eb71ae8e96 src/auth/db-ldap.h
--- a/src/auth/db-ldap.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/auth/db-ldap.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __DB_LDAP_H
-#define __DB_LDAP_H
+#ifndef DB_LDAP_H
+#define DB_LDAP_H
 
 /* Functions like ldap_bind() have been deprecated in OpenLDAP 2.3
    This define enables them until the code here can be refactored */
diff -r 7f733ba453bf -r e4eb71ae8e96 src/auth/db-passwd-file.h
--- a/src/auth/db-passwd-file.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/auth/db-passwd-file.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __DB_PASSWD_FILE_H
-#define __DB_PASSWD_FILE_H
+#ifndef DB_PASSWD_FILE_H
+#define DB_PASSWD_FILE_H
 
 #define PASSWD_FILE_DEFAULT_USERNAME_FORMAT "%u"
 #define PASSWD_FILE_DEFAULT_SCHEME "CRYPT"
diff -r 7f733ba453bf -r e4eb71ae8e96 src/auth/db-sql.h
--- a/src/auth/db-sql.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/auth/db-sql.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __DB_SQL_H
-#define __DB_SQL_H
+#ifndef DB_SQL_H
+#define DB_SQL_H
 
 #include "sql-api.h"
 
diff -r 7f733ba453bf -r e4eb71ae8e96 src/auth/mech.h
--- a/src/auth/mech.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/auth/mech.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __MECH_H
-#define __MECH_H
+#ifndef MECH_H
+#define MECH_H
 
 #include "auth-client-interface.h"
 
diff -r 7f733ba453bf -r e4eb71ae8e96 src/auth/mycrypt.h
--- a/src/auth/mycrypt.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/auth/mycrypt.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __MYCRYPT_H
-#define __MYCRYPT_H
+#ifndef MYCRYPT_H
+#define MYCRYPT_H
 
 /* A simple wrapper to crypt(). Problem with it is that it requires
    _XOPEN_SOURCE define which breaks other things. */
diff -r 7f733ba453bf -r e4eb71ae8e96 src/auth/otp-skey-common.h
--- a/src/auth/otp-skey-common.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/auth/otp-skey-common.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __OTP_SKEY_COMMON_H__
-#define __OTP_SKEY_COMMON_H__
+#ifndef OTP_SKEY_COMMON_H
+#define OTP_SKEY_COMMON_H
 
 struct otp_auth_request {
 	struct auth_request auth_request;
@@ -19,4 +19,4 @@ void otp_set_credentials_callback(bool s
 				  struct auth_request *auth_request);
 void mech_otp_skey_auth_free(struct auth_request *auth_request);
 
-#endif	/* __OTP_SKEY_COMMON_H__ */
+#endif
diff -r 7f733ba453bf -r e4eb71ae8e96 src/auth/passdb-blocking.h
--- a/src/auth/passdb-blocking.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/auth/passdb-blocking.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __PASSDB_BLOCKING_H
-#define __PASSDB_BLOCKING_H
+#ifndef PASSDB_BLOCKING_H
+#define PASSDB_BLOCKING_H
 
 void passdb_blocking_verify_plain(struct auth_request *request);
 void passdb_blocking_lookup_credentials(struct auth_request *request);
diff -r 7f733ba453bf -r e4eb71ae8e96 src/auth/passdb-cache.h
--- a/src/auth/passdb-cache.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/auth/passdb-cache.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __PASSDB_CACHE_H
-#define __PASSDB_CACHE_H
+#ifndef PASSDB_CACHE_H
+#define PASSDB_CACHE_H
 
 #include "auth-cache.h"
 
diff -r 7f733ba453bf -r e4eb71ae8e96 src/auth/passdb.h
--- a/src/auth/passdb.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/auth/passdb.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __PASSDB_H
-#define __PASSDB_H
+#ifndef PASSDB_H
+#define PASSDB_H
 
 #define IS_VALID_PASSWD(pass) \
 	((pass)[0] != '\0' && (pass)[0] != '*' && (pass)[0] != '!')
diff -r 7f733ba453bf -r e4eb71ae8e96 src/auth/password-scheme.h
--- a/src/auth/password-scheme.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/auth/password-scheme.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __PASSWORD_SCHEME_H
-#define __PASSWORD_SCHEME_H
+#ifndef PASSWORD_SCHEME_H
+#define PASSWORD_SCHEME_H
 
 enum password_encoding {
 	PW_ENCODING_NONE,
diff -r 7f733ba453bf -r e4eb71ae8e96 src/auth/plain-common.h
--- a/src/auth/plain-common.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/auth/plain-common.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,7 +1,7 @@
-#ifndef __PLAIN_COMMON_H__
-#define __PLAIN_COMMON_H__
+#ifndef PLAIN_COMMON_H
+#define PLAIN_COMMON_H
 
 void plain_verify_callback(enum passdb_result result,
 			   struct auth_request *request);
 
-#endif	/* __PLAIN_COMMON_H__ */
+#endif
diff -r 7f733ba453bf -r e4eb71ae8e96 src/auth/userdb-blocking.h
--- a/src/auth/userdb-blocking.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/auth/userdb-blocking.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __USERDB_BLOCKING_H
-#define __USERDB_BLOCKING_H
+#ifndef USERDB_BLOCKING_H
+#define USERDB_BLOCKING_H
 
 void userdb_blocking_lookup(struct auth_request *request);
 
diff -r 7f733ba453bf -r e4eb71ae8e96 src/auth/userdb-static.h
--- a/src/auth/userdb-static.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/auth/userdb-static.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __USERDB_STATIC_H
-#define __USERDB_STATIC_H
+#ifndef USERDB_STATIC_H
+#define USERDB_STATIC_H
 
 struct userdb_static_template *
 userdb_static_template_build(pool_t pool, const char *userdb_name,
diff -r 7f733ba453bf -r e4eb71ae8e96 src/auth/userdb-vpopmail.h
--- a/src/auth/userdb-vpopmail.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/auth/userdb-vpopmail.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __USERDB_VPOPMAIL_H


More information about the dovecot-cvs mailing list