aboutsummaryrefslogtreecommitdiff
path: root/lib/libpies.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpies.h')
-rw-r--r--lib/libpies.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libpies.h b/lib/libpies.h
index 04910d5..d071846 100644
--- a/lib/libpies.h
+++ b/lib/libpies.h
@@ -1,8 +1,8 @@
/* This file is part of GNU Pies.
- Copyright (C) 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2009, 2010, 2011 Sergey Poznyakoff
GNU Pies is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
@@ -16,16 +16,12 @@
#include <unistd.h>
#include <stdlib.h>
#include <gettext.h>
-#define _(String) gettext(String)
-#define N_(String) String
-
-
#if defined HAVE_SYSCONF && defined _SC_OPEN_MAX
# define getmaxfd() sysconf(_SC_OPEN_MAX)
#elif defined (HAVE_GETDTABLESIZE)
# define getmaxfd() getdtablesize()
#else
# define getmaxfd() 256

Return to:

Send suggestions and report system problems to the System administrator.